Automic Workload Automation

  • 1.  How to restart agents on a server not linked to service manager

    Posted Dec 20, 2017 11:10 AM
    Hi,
    Am having an agent or server which is linked to my service manager,in that server am having an another agent installed which is not linked to service manager .how to restart it.i am using this script,which says object is not present with that name,how to do it.
    :set &agent_name# = 'McAfee Agent Service'
    !stop the agent
    :set &act# = modify_system('terminate', &agent_name#)
    :wait 15
    !start the agent
    :set &ACT# = modify_system('startup', &agent_name#)



  • 2.  How to restart agents on a server not linked to service manager

    Posted Dec 20, 2017 11:12 AM
    Hi Purma,

    1 - You cannot start an agent with MODIFY_SYSTEM if it's not linked to a Service Manager
    2 -  'McAfee Agent Service' is not a valid agent name as object names cannot contain spaces in an AE system.

    Best regards,
    Antoine


  • 3.  How to restart agents on a server not linked to service manager

    Posted Dec 20, 2017 01:09 PM
    ****, you' ve got a secret agent on your system !!!!!

    ;-)