webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  command line database restart

    Posted Tue July 24, 2007 08:50 AM

    Hi everyone,
    I need to restart my tamino 4.4.1.6 database with a batch procedure. How can I perform this job by command line?

    Thanks a lot,
    Gab


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: command line database restart

    Posted Tue July 24, 2007 08:58 AM

    Hi Gab,
    Use the argbatch commandline utility.
    Something like this should work if you run it on the local machine.
    Finn

    argbatch set environment product=Tamino user=domainXX\UID password=verysecret
    argbatch stop database database=mydb
    argbatch start database database=mydb


    #Tamino
    #API-Management
    #webMethods


  • 3.  RE: command line database restart

    Posted Tue July 24, 2007 09:29 AM

    Thanks Finn!
    It works great!
    Another question for you. Is possibile do the same thing (database restart) via HTTP using an HTTP call?

    Thanks again,
    Gab


    #API-Management
    #webMethods
    #Tamino


  • 4.  RE: command line database restart

    Posted Tue July 24, 2007 09:33 AM

    Hi Gab,
    No - at least not to my knowledge :wink:
    But the argbatch can be installed on another machine, so you can initiate the restart/backup etc etc from a remote machine.
    Finn


    #API-Management
    #Tamino
    #webMethods