Use > Server Automation > Manage the Server Agent > Start and stop the SA Agent

Start and stop the SA Agent

Once the SA agent is installed and running on your managed servers, you rarely need to stop or restart them.

To start a server agent, log onto the managed server and enter one of the following commands:

UNIX

  • for Systemd agents: systemctl start opsware-agent.service
  • for agents on other startup systems: /etc/init.d/opsware-agent start

HP-UX:

/sbin/init.d/opsware-agent start

AIX:

/etc/rc.d/init.d/opsware-agent start

Windows:

net start opswareagent

To stop an agent, enter the same command, specifying stop instead of start.