The Resource Coordinator VE Agent starts automatically on managed servers.
This section explains how to manually start or stop an Agent and how to check its power state.
[Windows/Hyper-V]
The Agent consists of the following two Windows services.
Agent service
Resource Coordinator Agent
Deployment service
Deployment Agent
From the Windows Control Panel, open "Administrative Tools". Then, open the [Services] window to check the state of each service.
The following explains how to start and stop each service.
Agent service
Agents can be started and stopped using the "start" and "stop" subcommands of the rcxadm agtctl command.
Refer to "5.1 rcxadm agtctl" of the "ServerView Resource Coordinator VE Command Reference" for details on this command.
Deployment service
From the Windows Control Panel, open "Administrative Tools". Then, open the [Services] window to stop or start the Deployment Agent service.
[Linux/VMware]
The Agent consists of the following services.
Agent service
Deployment service
Execute the following commands to determine whether the Agent is running or not. If those commands show that the processes for the Agent and deployment services (respectively 'FJSVssagt' and 'scwagent') are running, then the Agent can be asserted to be running.
Agent service
# /bin/ps -ef | grep FJSVssagt <RETURN> |
Deployment service
# /bin/ps -ef | grep scwagent <RETURN> |
The start and stop procedures for the two Agent services are described below.
Agent service
Agents can be started and stopped using the "start" and "stop" subcommands of the rcxadm agtctl command.
Refer to "5.1 rcxadm agtctl" of the "ServerView Resource Coordinator VE Command Reference" for details on the command.
Deployment service
Execute the following command to start or stop the collection of image files, deployment of image files, and server startup control.
Start
# /etc/init.d/scwagent start <RETURN> |
Stop
# /etc/init.d/scwagent stop <RETURN> |