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 operating 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.
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/Xen]
The Agent consists of the following services.
Agent service
Deployment service
Execute the following commands to determine whether an Agent is active or not. An Agent is active if the "/bin/ps -ef" command shows the following two processes as running processes.
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.
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> |
[Solaris]
The Agent consists of the following services.
Agent service
Execute the following command to determine whether an Agent is active or not. An Agent is active if the "/bin/ps -ef" command shows the following process as a running process.
# /bin/ps -ef | grep FJSVrcvat <RETURN> |
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.