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
Specify this option to set up the Systemwalker Single Sign-On Agent.
Specifies the full path to the business system setup file that has been downloaded from the Interstage Management Console. This option cannot be omitted.
Specifies the password for the business system setup file.
Displays the usage for the SET option.
Specify this option to delete the settings for the Systemwalker Single Sign-On Agent.
Displays the usage for the DELETE option.
Specify this option to add settings for the Systemwalker Single Sign-On Agent.
Specifies the full path to the business system setup file that has been downloaded from the Interstage Management Console. This option cannot be omitted.
Specifies the password for the business system setup file.
Displays the usage for the UPDATE option.
Displays the usage for all the options.
Return Values
Normal termination
Abnormal termination
Command Location
Windows | %F4AM_INSTALL_PATH%\F4AMidmg\client |
UNIX | /opt/FJSVswaic/client |
Privilege Required/Execution Environment
[Windows]
Administrator privileges are required.
[UNIX]
System administrator (superuser) privileges are required.
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 |
[UNIX]
/opt/FJSVswaic/client/swidmg_set_ssoagent DELETE |
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 |