Top
Systemwalker Runbook Automation Reference Guide
Systemwalker

1.2.6 cmdbagentclset (CMDB Agent Cluster Setup Command)

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

-t cluster operation type

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.

-d shared director

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.

-a logical IP address

Specifies the logical IP address that is used in the cluster operation. This cannot be specified at the same time as the -r option.

-r

This is used for the setup cancellation of the CMDB Agent cluster.


Return Values

0:

Normal termination

Value other than 0:

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]

[Linux]

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