Top
Systemwalker Service Quality Coordinator Installation Guide
Systemwalker

Enterprise EditionA.5 Agent/Proxy Manager Setup Command for Redundant Manager Operation

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

-h <host name>

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.

-u

This option cancels the redundant Manager operations. This option cannot be specified together with other options.

-d

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.

#