Top
 Systemwalker User's Guide - Systemwalker User Management and Single Sign-On
Systemwalker

6.1.3 swidmg_set_ssoagent (Systemwalker Single Sign-On Agent Setup Command)

Description

This command enables single sign-on between the Web consoles for Systemwalker products.

Execute this command on the servers where the Web console modules for the Systemwalker products have been installed.

Synopsis

swidmg_set_ssoagent

SET -f <business system setup file> -p <password> [-f <business system setup file> -p <password> ...] [-help]

swidmg_set_ssoagent

DELETE [-help]

swidmg_set_ssoagent

UPDATE -f <business system setup file> -p <password> [-f <business system setup file> -p <password> ...] [-help]

swidmg_set_ssoagent

-help

Options

SET:

Specify this option to set up the Systemwalker Single Sign-On Agent.

-f:

Specifies the full path to the business system setup file that has been downloaded from the Interstage Management Console. This option cannot be omitted.

-p:

Specifies the password for the business system setup file.

-help:

Displays the usage for the SET option.

DELETE:

Specify this option to delete the settings for the Systemwalker Single Sign-On Agent.

-help:

Displays the usage for the DELETE option.

UPDATE:

Specify this option to add settings for the Systemwalker Single Sign-On Agent.

-f:

Specifies the full path to the business system setup file that has been downloaded from the Interstage Management Console. This option cannot be omitted.

-p:

Specifies the password for the business system setup file.

-help:

Displays the usage for the UPDATE option.

-help:

Displays the usage for all the options.

Return Values

0:

Normal termination

Other than 0:

Abnormal termination

Command Location

Windows

%F4AM_INSTALL_PATH%\F4AMidmg\client

UNIX

/opt/FJSVswaic/client

Privilege Required/Execution Environment

[Windows]

[UNIX]

Usage example 1 (Environment settings)

To set up the Systemwalker Single Sign-On Agent using the business system setup file that was created on the Systemwalker Single Sign-On server

[Windows]

"%F4AM_INSTALL_PATH%\F4AMidmg\client\swidmg_set_ssoagent" SET -f c:\work\sso-bus-infra -p systemwalker

[UNIX]

/opt/FJSVswaic/client/swidmg_set_ssoagent SET -f /work/sso-bus-infra -p systemwalker

Usage example 2 (Deleting the environment)

To delete the operating environment

[Windows]

"%F4AM_INSTALL_PATH%\F4AMidmg\client\swidmg_set_ssoagent" DELETE

//////////////////////////////////////////////////////////////
The following systems are registered.
[Setting-1]
System Name: Systemwalker001
Protected paths: /Systemwalker/

What environment settings among to be deleted? (If multiple settings would be deleted, separate each by ",".)

SELECT ==> 1

/////////////////////////////////////////////////////////////
The following environment would be deleted.
[Setting-1]
System Name: Systemwalker001
Protected paths: /Systemwalker/

Would the environment delete process be initiated ? [ y: initiate, n: terminate, r: correction]
SELECT ==> y
////////////////////////////////////////////////////////////////

[UNIX]

/opt/FJSVswaic/client/swidmg_set_ssoagent DELETE

//////////////////////////////////////////////////////////////
The following systems are registered.
[Setting-1]
System Name: Systemwalker001
Protected paths: /Systemwalker/

What environment settings among to be deleted? (If multiple settings would be deleted, separate each by ",".)

SELECT ==> 1

/////////////////////////////////////////////////////////////
The following environment would be deleted.
[Setting-1]
System Name: Systemwalker001
Protected paths: /Systemwalker/

Would the environment delete process be initiated ? [ y: initiate, n: terminate, r: correction]
SELECT ==> y
////////////////////////////////////////////////////////////////

Usage example 3 (Updating the environment)

To update the settings for the Systemwalker Single Sign-On Agent using the business system setup file if the settings have been changed on the Systemwalker Single Sign-On Server

[Windows]

"%F4AM_INSTALL_PATH%\F4AMidmg\client\swidmg_set_ssoagent" UPDATE-f c:\work\sso-bus-infra -p systemwalker

[UNIX]

/opt/FJSVswaic/client/swidmg_set_ssoagent UPDATE-f /work/sso-bus-infra -p systemwalker