Automic Workload Automation

  • 1.  How to automatically restart agent

    Posted May 15, 2017 12:53 PM
    I'm running the agent on a Linux server and need to find out how to automatically restart the agent if it drops or the server reboots.


  • 2.  How to automatically restart agent

    Posted May 15, 2017 02:50 PM
    :SET & ACT# = MODIFY_SYSTEM("STARTUP", "AGENT_NAME") 


  • 3.  How to automatically restart agent



  • 4.  How to automatically restart agent

    Posted May 15, 2017 09:19 PM
    You can define automatically restarting the agent during server restarts on agent definition file (<file>.smd) or on Agent properties (tick box Start Automatically when the system starts) via Service Manager Dialogue.




  • 5.  How to automatically restart agent

    Posted May 16, 2017 08:48 AM
    I have a process that runs every 15 minutes that checks the status of every agent.  If it finds one down then it attempts to restart the agent using the ucybsmcl program.  Obviously if the service manager on the server is down - this won't work, but you should automatically have that started if the server is rebooted.