Top
ServerView Resource Orchestrator Cloud Edition V3.1.0 Design Guide
ServerView

12.2.3 Single Sign-On When Using the ServerView Operations Manager Console

In the "Resource" tab of the ROR console, you can open the screen of ServerView Operations Manager using the function to open the server management screen. This section explains how to set up Single Sign-on. You can use it access the server management screen of ServerView Operations Manager without being prompted to log in.

Assign roles to users on ServerView Operations Manager.

Assign roles to users in the following procedure.

When Using OpenDS Provided with ServerView Operations Manager
  • ServerView Operations Manager V5.5 or later

    1. Register a user from the ROR console.

    2. The user is registered in the directory service

    3. Start the "User Management Wizard" of ServerView Operations Manager.

    4. The user registered in 2. is displayed in the list. Assign a suitable role to the user.

    For details on the "User Management Wizard", refer to the following manual.

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

  • Versions Earlier Than ServerView Operations Manager V5.5

    1. Register a user from the ROR console.

    2. The user is registered in the directory service

    3. Create an ldif file.

      An example of how to assign the Administrator role to the "rormanager" user account is indicated below.

      dn: cn=Administrator,OU=AuthorizationRoles,OU=CMS,OU=Departments,OU=SVS,dc=fujitsu,dc=com
      changetype: modify
      add: member
      member: cn=rormanager,ou=users,dc=fujitsu,dc=com

      dn: cn=Administrator,OU=AuthorizationRoles,OU=DEFAULT,OU=Departments,OU=SVS,dc=fujitsu,dc=com
      changetype: modify
      add: member
      member: cn=rormanager,ou=users,dc=fujitsu,dc=com

    4. Execute the OpenDS ldapmodify command to register the ldif file created in 3. with the directory service.

      Set the Java SE 6 path for the environment variable JAVA_HOME, before executing the ldapmodify command of OpenDS. Example:

      [Windows]

      >"C:\Program Files\Fujitsu\ServerView Suite\opends\bat\ldapmodify.bat" -p 1473 -f user.ldif -D "cn=Directory Manager" -w admin -c <RETURN>

      [Linux]

      # /opt/fujitsu/ServerViewSuite/opends/bin/ldapmodify -p 1473 -f user.ldif -D "cn=Directory Manager" -w admin -c <RETURN>

      The meanings of the options of the ldapmodify command are as follow.

      -p: the port number when not using SSL communications in the OpenDS (the default value is 1473).
      -f: the ldif file
      -D: the OpenDS administrator user DN("cn=Directory Manager")
      -w: the password of the OpenDS administrator user DN.

When Using Active Directory

Refer to the following manual.

  • "Integrating ServerView user management into Microsoft Active Directory" of the "ServerView Suite User Management in ServerView"