Top
Systemwalker Service Quality Coordinator Installation Guide
Systemwalker

Enterprise EditionA.6 Cluster Setup Commands

The cluster setup commands are used to create cluster environments.

The cluster setup commands for the active and standby servers are explained below.

Refer to "sqcsetupcl/sqcsetupcls (Cluster Setup Commands)" in the Reference Guide for more information about the cluster setup commands.


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).


Execution environment

These commands can be executed on a Manager or Enterprise Manager.


Before performing this procedure

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


Syntax

Windows

(Active server)

Installation directory\bin\sqcsetupclp.exe -m shared disk -h logical host name

(Standby server)

Installation directory\bin\sqcsetupcls.exe -m shared disk


UNIX

(Active server)

/opt/FJSVssqc/bin/sqcsetupclp -m mount point -h logical host name

(Standby server)

/opt/FJSVssqc/bin/sqcsetupcls -m mount point


Options

Windows

-m <shared disk drive>

Specifies the drive for the shared disk device to be used by the cluster operation.

-h logical host name

Specifies the logical host name or logical IP address to be used by the cluster operation.


UNIX

-m <mount point>

Specifies the mount point for the shared disk device to be used by the cluster operation.

-h logical host name

Specifies the logical host name or logical IP address to be used by the cluster operation.


Usage example

Windows

(Active server: sqcsetupclp)

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

C:\Program Files\SystemwalkerSQC\bin>sqcsetupclp -m F:\ -h hostname

126 files copied.

0 files copied.

0 files copied.

0 files copied.

0 files copied.

0 files copied.

0 files copied.

0 files copied.

0 files copied.

0 files copied.

0 files copied.

0 files copied.

0 files copied.

Cluster setup succeeded

C:\Program Files\SystemwalkerSQC\bin>

(Standby server: sqcsetupcls)

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

C:\Program Files\SystemwalkerSQC\bin>sqcsetupcls.exe -m F:\

Cluster setup succeeded

C:\Program Files\SystemwalkerSQC\bin>


UNIX

(Active server: sqcsetupclp)

# cd /opt/FJSVssqc/bin/

# ./sqcsetupclp -m /share -h hostname

Cluster setup succeeded

#

(Standby server: sqcsetupcls)

# cd /opt/FJSVssqc/bin/

# ./sqcsetupcls -m /share

Cluster setup succeeded

#