Top
Systemwalker Service Quality Coordinator User's Guide(Systemwalker User Managementand Single Sign-On Edition)
Systemwalker

5.1.1 sqcSetSSOID (Systemwalker Single Sign-On Function Setting Command)

This section explains sqcSetSSOID (Systemwalker Single Sign-On function setting command).

Privileges required for execution

The Administrators group user privileges are required.

Execution environment

Execute this command on the Operation Management Client.

Syntax

<Installation directory>\bin\sqcSetSSOID.exe

{ -s [ -a <User ID> ] | -u | -d }


Function explanation

Make and cancel settings for the Systemwalker Single Sign-On function in the Operation Management Client. Also add and delete management console users.

When these settings are made, the management console definitions tab appears in the Admin Console. When these settings are cancelled, the management console definitions tab ceases to appear.

Options

-s

Use to make settings for the Systemwalker Single Sign-On function. If used by itself, it enables the Systemwalker Single Sign-On function. This option cannot be set at the same time that -u and -d are set.

-a <User ID>

Use to add management console users when the Systemwalker Single Sign-On function is used. When this option is set, option -s must also be set. This option may be omitted.

The following shows the characters and the number of bytes that can be used for user IDs:

  • 1 to 32 bytes

  • Alphanumeric and symbols (Only "_", "-", and ".")

-u

Disables the Systemwalker Single Sign-On function. This option cannot be set at the same time that -s and -d are set.

-d

Displays the enabled or disabled status of the Systemwalker Single Sign-On function. This option cannot be set at the same time that -s and -u are set.

Return values

0: Normal end

Other than 0: Abnormal end

Example of use

Set the Systemwalker Single Sign-On function

>sqcSetSSOID.exe -s


Add a management console user

>sqcSetSSOID.exe -s -a user1


Cancel Systemwalker Single Sign-On function settings

>sqcSetSSOID.exe -u


Display the setting status of the Systemwalker Single Sign-On function

>sqcSetSSOID.exe -d


Execution Result/Output Format

When setting or cancelling of the Systemwalker Single Sign-On function is successful:

(Success) : sqcSetSSOID succeeded.


If the wrong option was specified:

Usage : sqcSetSSOID.exe { -s [ -a <UserID> ] | -u | -d }


The setting status display of the Systemwalker Single Sign-On function when the setting is "set":

SSO/ID : Set


The setting status display of the Systemwalker Single Sign-On function when the setting is cancelled:

SSO/ID : Unset