Description
This command configures the settings for linkage with Systemwalker Centric Manager that uses cluster operations.
Synopsis
[Windows]
cmdbagentclset.bat -t {cluster operation type} {-d shared directory -a logical IP address | -r} |
[Linux]
cmdbagentclset.sh -t {cluster operation type} {-d shared directory -a logical IP address | -r} |
Options
The cluster operation types are specified as ACT (Active/Primary) or STB (Standby/Secondary).
ACT
This is specified when the cluster is active.
STB
This is specified when the cluster is standby.
Specifies the directory on the shared disk that is used in the cluster operation using the full path. This cannot be specified at the same time as the -r option.
Specifies the logical IP address that is used in the cluster operation. This cannot be specified at the same time as the -r option.
This is used for the setup cancellation of the CMDB Agent cluster.
Return Values
Normal termination
Abnormal termination
Command Location
[Windows]
%SWCMDB_INSTALL_PATH%\FJSVcmdba\bin Note: The installation destination of the CMDB agent included in the agent of Systemwalker Runbook Automation is set to environment variable %SWCMDB_INSTALL_PATH%. |
[Linux]
/opt/FJSVcmdba/bin |
Privilege Required/Execution Environment
[Windows]
This command requires administrator privileges. When using Windows Server 2008 or later operating system, run as an administrator.
The CMDB environment must be set up using the cmdbsetupenv command before this command is executed.
This command can be executed on a Linked Server.
[Linux]
This command requires system administrator (superuser) privileges.
The CMDB environment must be set up using the cmdbsetupenv command before this command is executed.
This command can be executed on a Linked Server.
Example
Example
[Windows]
cmdbagentclset.bat -t ACT -d F:\CMDB -a 192.168.0.3 |
[Linux]
cmdbagentclset.sh -t ACT -d F:\CMDB -a 192.168.0.3 |