This section describes how to cancel the setup for Agents.
Refer to the Systemwalker Runbook Automation Cluster Setup Guide for information on canceling the setup for Systemwalker Runbook Automation cluster environments.
Privileges required for execution
[Windows]
Administrator privileges are required. If the operating system being used is Windows Server 2008 or later, execute the setup cancellation process as an administrator.
[Linux]
System administrator (superuser) privileges are required.
Executing the setup cancellation command
[Windows]
If the Agent service is running, then stop it:
"%F4AN_INSTALL_PATH%\F4ANswnc\bin\swncctrl" stop |
Cancel the setup:
<agent installation directory>\CMDB\FJSVcmdba\bin\cmdbunsetupenv.bat -k <agent type> |
For <agent type>, specify the type of Agent for which the setup is to be canceled (it must be a type of an Agent that has been set up):
AGT_CENTINV: Agent for collecting inventory information for Systemwalker Centric Manager
AGT_CENTREP: Agent for collecting node information for Systemwalker Centric Manager
AGT_INV: Agent for automatically collecting inventory information for servers connected to the network
AGT_ADSC: Agent for automatically collecting node
ALL: All Agents that have been set up.
If there is another Agent on the target server that has been set up, then start the Agent:
"%F4AN_INSTALL_PATH%\F4ANswnc\bin\swncctrl" start |
[Linux]
Stop the Agent:
/opt/FJSVswnc/bin/swncctrl stop |
Cancel the setup:
/opt/FJSVcmdba/bin/cmdbunsetupenv.sh -k <agent type> |
For <agent type>, specify the type of Agent for which the setup is to be canceled (it must be a type of an Agent that has been set up):
AGT_CENTINV: Agent for collecting inventory information for Systemwalker Centric Manager
AGT_CENTREP: Agent for collecting node information for Systemwalker Centric Manager
AGT_INV: Agent for automatically collecting inventory information for servers connected to the network
AGT_ADSC: Agent for automatically collecting node
ALLL: All Agents that have been set up.
If there is another Agent on the target server that has been set up, then start the Agent:
/opt/FJSVswnc/bin/swncctrl start |
Changing the execution privileges for the service [Windows]
If the setup for the Agent for Systemwalker Centric Manager has been canceled, restore the execution privileges for the Agent service to the original account. However, if the execution privileges for the Agent service were not changed when the Agent for Systemwalker Centric Manager was set up (that is, if the version of Systemwalker Centric Manager to link to is V13.3.0 or later), no change is necessary.
If the Agent service is running, then stop it:
"%F4AN_INSTALL_PATH%\F4ANswnc\bin\swncctrl" stop |
Open the Windows Services dialog box.
Open the Properties window for the "Systemwalker Jservlet (SWNET)" service.
Select This account in the Log On tab of the Properties window, and set it to "LocalSystem".
If the Agent service has been stopped, then start:
"%F4AN_INSTALL_PATH%\F4ANswnc\bin\swncctrl" start |