Top
Systemwalker Runbook Automation Reference Guide
Systemwalker

1.2.2 ssoclsetup (Interstage Single Sign-on Setup Command)

Description

This command is used to build Interstage Single Sign-on.

The command builds the repository server (update type) and the authentication server on the same Web server (Interstage HTTP Server).

Synopsis

ssoclsetup FQDN SSLConfName [-rn RepositoryName] [-lp LDAPPort]

Options

FQDN

Specify FQDN (Host name + Domain name) of the server that executes this command. FQDN can't be specified by the following forms.

  • Host name Only

  • IP Address

FQDN can be specified by alphanumeric character from 1 to 255 and the following signs.

  • Period "."

  • Hyphen "-"

When you specify FQDN, Note the following rules.

  • The signs can't be used the head and the end of FQDN and Period.

  • The numerical value can't be specified at the head of top level domain.

SSLConfName

Specify the SSL definitions to be used by the Web server (Interstage HTTP Server) where the repository server (update type) and the authentication server are built. The SSL definitions must be created in advance. The specification cannot be omitted.
To specify the SSL definitions, use 32 or less alphanumeric characters and the following symbols:

  • Hyphen "-"

  • Round bracket "()"

  • Square bracket "[]"

  • Underline "_"

-rn RepositoryName

Specify the repository name of the SSO repository. If this option is omitted, "rep001" will be specified.
To specify a repository name, use 8 or less alphanumeric characters and underline "_".
When specifying a repository name, take note of the following:

  • Only an alphanumeric character can be specified as the first character.

  • An upper case character will be treated as a lower case character if specified.

This command creates a new SSO repository using the repository name specified. Do not specify in this option a name of a repository that has already been created.

-lp LDAPPort

Specify the port number of the SSO repository to be built. If this option is omitted, "389" will be specified.


Return Values

0:

Successful completion

2:

Abnormal ending


Command Location

[Windows]

<Systemwalker Runbook Automation installation directory>\sso\bin
Note: The default location is C:\Fujitsu\Systemwalker\SWRBAM

[Linux]

/opt/FJSVswrbam/sso/bin


Privilege Required/Execution Environment

[Windows]

[Linux]

Note

Example

[Windows]

When FQDN of the server is ssoserver.fujitsu.com, and SSL definition is AuthSSL:

ssoclsetup ssoserver.example.com AuthSSL
Please input SSO Repository administrator DN password
Password:
Retype:
IREP: INFO: irep10815: Password file was created.
file=C:\INTERS~3\F3FMsso\ssoatcsv\conf\tmp_passwdfile
checking the repository configuration... (1/4)
initializing the repository... (2/4)
creating the public directory. (3/4)
updating the repository management list... (4/4)
IREP: INFO: irep70001: Repository environment configured. [rep001]
IHS: INFO: ihs01000: The command terminated normally.
IHS: INFO: ihs01000: The command terminated normally.
IHS: INFO: ihs01000: The command terminated normally.
IREP: INFO: irep70000: Repository environment setup updated. [rep001]
IHS: INFO: ihs01000: The command terminated normally.

[Linux]

When FQDN of the server is ssoserver.fujitsu.com, and SSL definition is AuthSSL:

# /opt/FJSVswrbam/sso/bin/ssoclsetup ssoserver.fujitsu.com AuthSSL
Please input SSO Repository administrator DN password
Password:
Retype:
UX:IREP: INFO: irep10815: Password file was created. file=/etc/opt/FJSVssosv/conf/ tmp_passwdfile
checking the repository configuration...      (1/4)
initializing the repository...                (2/4)
creating the public directory.                (3/4)
updating the repository management list...    (4/4)
UX:IREP: INFO: irep70001: Repository environment configured. [rep001]
UX:IREP: INFO: irep10000: Repository started. [rep001]
UX:IHS: INFO: ihs01000: The command terminated normally.
UX:IHS: INFO: ihs01000: The command terminated normally.
UX:IHS: INFO: ihs01000: The command terminated normally.
UX:IREP: INFO: irep70000: Repository environment setup updated. [rep001]
UX:IREP: INFO: irep10000: Repository started. [rep001]
UX:IHS: INFO: ihs01000: The command terminated normally.