Top
Systemwalker Service Quality Coordinator Installation Guide
Systemwalker

Enterprise EditionA.3 Two-tier Manager Operation Setup Command

To centrally manage an entire system using an Enterprise Manager, it is necessary to run the Two-tier Manager Operation Setup Command on each Manager after each Manager has been installed.

The specifications of the Two-tier Manager Operation Setup Command "sqcEmSetup" are explained below.

Refer to "sqcEmSetup (Two-tier Manager Operation Setup Command)" in the Reference Guide for more information, such as how to cancel two-tier 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).


Before performing this procedure

If the Manager service or daemon is running, stop it by referring to "A.8 How to Start and Stop Resident Processes". Also check that the relevant resident processes have stopped correctly.


Syntax

Windows

Installation directory\bin\sqcEmSetup.exe -h host name [-s on|off] [-m on|off]

Installation directory\bin\sqcEmSetup.exe -u

Installation directory\bin\sqcEmSetup.exe -d

UNIX

/opt/FJSVssqc/bin/sqcEmSetup.sh -h <host name> [-s on|off] [-m on|off]

/opt/FJSVssqc/bin/sqcEmSetup.sh -u

/opt/FJSVssqc/bin/sqcEmSetup.sh -d


Options

-h <host name>

Specify either the host name or the IP address of the Enterprise Manager. This option cannot be specified at the same time as the "-u" or "-d" option.

-s on|off

If the "-h" option has been specified, this option specifies whether an operation management client will connect to this Manager in order to perform management operations for each department. If this option is not specified, the default value is "off".

  • on: Connects an operation management client to this Manager.

  • off: Does not connect an operation management client to this Manager.

Point

If "on" is specified for this option, the Enterprise Manager can be used to manage the entire system while each Manager can be used to perform management operations for each section.

-m on|off

Specify whether to save summary data in the Manager when the operation management client is connected to the Manager and management is performed by Manager.
This option is available when the "-h" option and "-s on" options are specified.
If this option is not specified, then the default value is "on".

  • on: Summary data stored in the Enterprise Manager.

  • off: Summary data stored in each Manager.

    The number of Managers to be managed by the Enterprise Manager can be increased if the "-m off" option is specified.

    When the "-m off" option is specified, the summary data displayed in the Operation Management Client while connecting to the Enterprise Manager is collected from each Manager.

-u

This option cancels the two-tier Manager operation. This option cannot be specified at the same time as the "-h" or "-d" option.


-d

This option displays the Enterprise Manager that is currently set up. This option cannot be specified at the same time as the "-h" or "-u" option.


Usage example

To set up an environment for two-tier Manager operations, execute this command as shown below.

Windows

C:\>cd C:\Program Files\SystemwalkerSQC\bin

C:\Program Files\SystemwalkerSQC\bin>sqcEmSetup.exe -h hostname

Command Succeeded.

C:\Program Files\SystemwalkerSQC\bin>

UNIX

# cd /opt/FJSVssqc/bin/

# ./sqcEmSetup.sh -h hostname

Command Succeeded.

#