Top
ServerView Resource Orchestrator Cloud Edition V3.1.0 Design Guide

12.5.4 Registering Directory Service Connection Information in Resource Orchestrator

Register the directory service connection information for performing Single Sign-On in Resource Orchestrator.

Check directory service connection information.

Table 12.3 Directory Service Connection Information

Connection Information

Description

IP address

IP address for the directory server to connect to.

Port number

Port number for SSL communication with the directory server to connect to.

When using the OpenDS provided with ServerView Operations Manager, the default value is 1474.

Base name (DN)

Base name (DN) for the directory server to connect to.

When using the OpenDS provided with ServerView Operations Manager, the default value is "dc=fujitsu,dc=com".

Directory server administrator name (DN)

Directory server administrator name (DN) for the directory server to connect to.

When using the OpenDS provided with ServerView Operations Manager, the default value is "cn=Directory Manager".

Directory server administrator password

Password for the directory server to connect to. When using the OpenDS provided with ServerView Operations Manager, refer to the following manual.

ServerView Operations Manager manuals

"ServerView user management with OpenDS" in "ServerView Suite User Management in ServerView"

Use the following procedure to register the directory service connection information in Resource Orchestrator.

  1. Stop the manager.

    For information on stopping managers, refer to "2.1 Starting and Stopping the Manager" in the "Operation Guide CE".

  2. Register the directory service connection information for performing Single Sign-On.

    Execute the rcxadm authctl command and register the directory service connection information.

    For details on the rcxadm authctl command, refer to "5.4 rcxadm authctl" of the "Reference Guide (Command/XML) CE".

    Example

    Example when using Active Directory

    >rcxadm authctl register -ip 192.168.1.1 -port 636 -base dc=example,dc=local -bind cn=Administrator,cn=Users,dc=example,dc=local -method SSL -passwd mypasswd <RETURN>

    Example when using the OpenDS Provided with ServerView Operations Manager

    >rcxadm authctl register -ip 192.168.1.1 -port 1474 -base dc=fujitsu,dc=com -bind "cn=Directory Manager" -method SSL -passwd admin <RETURN>

  3. Start the manager.

    For information on starting managers, refer to "2.1 Starting and Stopping the Manager" in the "Operation Guide CE".