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.
ServerView Operations Manager V5.5 or later
Start the "User Management Wizard" of ServerView Operations Manager.
Add the user who will coordinate Resource Orchestrator and Single Sign-On, and assign them a suitable role.
Log in to the ROR console as a user with administrative privileges.
Register the user registered in step 2 on the ROR console.
For details on the "User Management Wizard", refer to the following manual.
"Configuring directory service access" and "ServerView user management with OpenDS" in "ServerView Suite User Management in ServerView"
ServerView Operations Manager V5.5 of earlier
Create an ldif file.
An example of how to assign the Administrator role to the "roruser" user account is indicated below.
dn: cn=roruser,ou=Users,dc=example,dc=local |
Specify the ldif file created in step 1 and execute the ldapmodify command of the directory service.
Before executing the ldapmodify command of the directory service, set the installation directory of the Java Runtime Environment (JRE) for the environment variable JAVA_HOME. An execution example is shown below.
[Windows]
>"C:\Program Files (x86)\Fujitsu\ServerView Suite\Directory service\bat\ldapmodify.bat" -p 1473 -f user.ldif -D "cn=Directory Manager" -w admin -c <RETURN> |
[Linux]
# /opt/fujitsu/ServerViewSuite/Directory service/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 communication for the directory service (the default value is 1473).
-f: the ldif file
-D: the directory service administrator DN("cn=Directory Manager")
-w: the password of the directory service administrator DN.
Log in to the ROR console as a user with administrative privileges.
Register the user registered in step 2 on the ROR console.
Refer to the following manual.
"Integrating ServerView user management into Microsoft Active Directory" of the "ServerView Suite User Management in ServerView"