Top
Cloud Infrastructure Management SoftwareV1.2.0 User's Guide

G.3.2 Interstage Single Sign-On System Creation Command

Synopsis
ssoclsetup <FQDN> <SSLConfName> [-rn <RepositoryName>] [-lp <LDAPPort>]
Description

This command creates Interstage Single Sign-On systems. The Interstage Single Sign-On system that is created is configured as below.

Options

Option

Description

FQDN

Specify the FQDN (host name + domain name) of the server where this command is to be executed.

This option cannot be specified using the following formats:

- Host name only

- IP address

SSLConfName

Specify the name of the SSL definition used by the Web server (Interstage HTTP Server) where the servers for the authentication infrastructure (the repository server (update system) and the authentication server) are to be created.

The SSL definition name specified here must be created in advance.

The SSL definition name can be between 1 and 32 characters long, including alphanumeric characters and the following symbols.

- "-", "()", "[]", "_"

-rn RepositoryName

Specify the repository name of the SSO repository. If this option is omitted, "rep001" is specified as the default value.

The repository name can be between 1 and 8 characters long, including alphanumeric characters and the underscore "_".

However, note the following points when specifying a repository name:

- The first character must be a letter.

- If upper-case letters are specified, they will be converted into their lower-case equivalents.

Note that this command uses the specified repository name to create a new SSO repository. For this reason, do not specify the name of an existing repository for this option.

-lp LDAPPort

Specify the port number of the SSO repository to be created.

If this option is omitted, "389" is specified as the default value.

Cautions

After the command executes, a message will be displayed asking you to enter the password of the administrator DN for the SSO repository, so enter the password of the administrator DN. If "Retype" is displayed, enter the same password again.

The password can be between 1 and 128 characters long, including alphanumeric characters and the following symbols.

[Windows]

Execute the command as an Administrator.

Example
$ su -
Password: <Password for the superuser>
# /opt/FJSVcfmg/sso/bin/ssoclsetup FQDN SSLConfName

Note

  • The Interstage Single Sign-On system that is created by this command uses the following ports. Accordingly, do not use these ports for other applications on the server where this command is executed.

    • 10443

    • 10550

    • 10555

  • When this command executes, the service ID file for Interstage Single Sign-On is updated. An "sso00204" message is output to the system log when the service ID file is updated. Refer to the "Interstage Application Server Messages" for information on the sso00204 message.

  • If processing is interrupted after this command has been executed but before the processing has completed, an Interstage Single Sign-On environment will be created in a state where the setup has not completed normally. In such cases, execute the ssoclunsetup command (described in "G.3.3 Interstage Single Sign-On System Deletion Command") and then execute this command again.