To perform redundant Manager operation, it is necessary to execute the Manager Setup Command for Redundant Manager Operation on the Manager and the Agent or Proxy Manager.
The specifications of the Agent/Proxy Manager Setup Command for Redundant Manager Operation are explained below.
Refer to "sqcHaSetup (Agent/Proxy Manager Setup Command for Redundant Manager Operation)" in the Reference Guide for more information, such as how to cancel redundant Manager operation.
Required privileges
Windows
The user must have the privileges of a member of the Administrators group.
UNIX
The user must have the privileges of the system administrator (superuser).
Syntax
Windows
Installation directory\bin\sqcHaSetup.exe -h host name Installation directory\bin\sqcHaSetup.exe -u Installation directory\bin\sqcHaSetup.exe -d |
UNIX
/opt/FJSVssqc/bin/sqcHaSetup.sh -h <host name> /opt/FJSVssqc/bin/sqcHaSetup.sh -u /opt/FJSVssqc/bin/sqcHaSetup.sh -d |
Options
Specify either the host name or the IP address of the Manager that had not been set up when the Agent was first installed. This option cannot be specified together with other options.
This option cancels the redundant Manager operations. This option cannot be specified together with other options.
This option displays the Manager that is currently specified as the connection destination. This option cannot be specified together with other options.
Note
This option can only be specified with "push" operations.
Usage example
To add a second Manager, execute this command as follows:
Windows
C:\>cd C:\Program Files\SystemwalkerSQC\bin C:\Program Files\SystemwalkerSQC\bin>sqcHaSetup.exe -h hostname Command succeeded. C:\Program Files\SystemwalkerSQC\bin> |
UNIX
# cd /opt/FJSVssqc/bin/ # ./sqcHaSetup.sh -h hostname Command succeeded. # |