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.
Note
To prevent conflicts, the deployment service is uninstalled from the Resource Coordinator VE agent when using ServerView Deployment Manager on the admin LAN. In such cases, there is no need to start or stop the deployment service when starting or stopping the Resource Coordinator VE agent.
[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.
For details on the command, refer to "5.1 rcxadm agtctl" of the "ServerView Resource Coordinator VE Command Reference".
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/Xen]
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 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.
For details on the command, refer to "5.1 rcxadm agtctl" of the "ServerView Resource Coordinator VE Command Reference".
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> |
[Solaris]
The agent consists of the following services.
Agent 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.
# /bin/ps -ef | grep FJSVrcvat <RETURN> |
The following explains how to start and stop each service.
Agents can be started and stopped using the "start" and "stop" subcommands of the rcxadm agtctl command.
For details on the command, refer to "5.1 rcxadm agtctl" of the "ServerView Resource Coordinator VE Command Reference".