Top
Systemwalker Service Quality Coordinator User's Guide
Systemwalker

11.2.5 Policy Distribution

To distribute the policy definition information files to the distribution destination servers, execute the sqcSendPolicy command (Policy Definition Information Distribution Command) on the operation management client.

Refer to Section 1.1.6, "sqcSendPolicy (Policy Definition Information Distribution Command)" in the Reference Guide for more information about the sqcSendPolicy command (Policy Definition Information Distribution Command)


Privileges required for execution

[Windows]

The privileges of a user belonging to the "Administrators" group are required to make these settings.


Before performing this procedure

Check that the operating conditions for the policy distribution function are met, by referring to "11.1.2.2 Operating conditions for the policy distribution function".


Format

<Installation directory >\bin \sqcSendPolicy.exe

-g <policy distribution group name>,

-g <policy distribution group name> [-s <server name>,]


Options

-g <policy distribution group name>

Specify one or more policy distribution group names.

Specifying groups distributes the policy definition information files that have been created in the policy distribution group folders to the servers defined in the policy distribution definition file (Distribute.ini).

-s <Server name>

Specify the name of the server to which the policy definition information should be distributed.

If the "-s" option is specified, the policy distribution definition file (Distribute.ini) for the policy distribution group with the "-g" option will be ignored. Instead, all of the policy definition information files stored in the group folder will be distributed to the specified server or servers.

Note that if the "-s" option is specified, only one policy distribution group can be specified with the "-g" option.

To check which servers policy definition information will be distributed to, execute the sqcViewPolicy command by referring to "11.3.1 How to check which servers policies can be distributed to".


Usage example 1

Distributing policies using the following definitions:

[Policy distribution group]

USER_DEFINE_FOLDER1

[Distribution servers defined in the policy distribution definition file (Distribute.ini)]

wasabi1,wasabi2

[Policy distribution definition file]

Threshold monitoring definition

C:\Program Files\SystemwalkerSQC-C\bin\sqcSendPolicy.exe -g USER_DEFINE_FOLDER1


Explanation 1

By specifying USER_DEFINE_FOLDER1 with the "-g" option, the policy definition information file (threshold monitoring definitions) will be distributed to the distribution destination servers (wasabi1 and wasabi2) that have been defined in the policy distribution definition file (Distribute.ini).


Usage example 2

Distributing policies using the following definitions:

[Policy distribution group]

USER_DEFINE_FOLDER

[Distribution servers defined in the policy distribution definition file (Distribute.ini)]

wasabi1,wasabi2

[Policy distribution definition file]

Threshold monitoring definition

C:\Program Files\SystemwalkerSQC-C\bin\sqcSendPolicy -g USER_DEFINE_FOLDER -s wasabi3,wasabi4


Explanation 2

By specifying wasabi3 and wasabi4 with the "-s" option, the policy definition information file (threshold monitoring definitions) will be distributed to wasabi3 and wasabi4, ignoring the definitions (wasabi1 and wasabi2) in the policy distribution definition file (Distribute.ini).