Automic Workload Automation

Expand all | Collapse all

Starting UNIX agents through command line

  • 1.  Starting UNIX agents through command line

    Posted Jan 05, 2017 05:46 AM
    Currently we are starting and stopping agents through Service Manager Dialog ,

    we need to know the command used to start/stop through the command line in linux server.

    This information can be found in the documentation, in the Unix agent's installation guide in this section : yogakn5kn778.png

    The command line should be as follows :
    nohup ./ucxj??? 1> ucxj???.log 2>&1 &
    Please note that :
    • it has to be performed from the agent's bin directory. You may as well add this directory to the PATH environment variable, in which case you may remove the './' characters from the command.
    • "ucxj???" is a placeholder for the actual agent's executable name.

    Best regards,
    Antoine


  • 2.  Starting UNIX agents through command line

    Posted Jan 05, 2017 06:41 AM
    Thanks, I am able to start the agent !! through command line