Operation of Cloud Services Management requires users with the operator approver role. As an initial user, create a user with the operator approver role or a user with both the operator approver role and operator administrator role.
Point
Both the users with the operator approver role and the operator administrator role can perform the initial setup and operation of this product. When using request functions during initial setup, create a user with the operator approver role. Otherwise, create a user with the administrator role.
Create the user using the following procedure:
Create the file which describes the user information. Create an XML file with following content:
Example: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <users> <user> <userId>op_manager</userId> <orgId>!mgr</orgId> <password>password</password> <userName>Operation Manager</userName> <roleIds> <roleId>operation_manager</roleId> </roleIds> <mailAddress>op_manager@examle.com</mailAddress> <phoneNumber>0000-0000</phoneNumber> </user> </users>
Element Name | Content | Specified Value |
---|---|---|
userId | User ID | Specify a character string up to 320 characters in length containing alphanumeric characters, underscores ("_"), hyphens ("-"), periods ("."), and at marks ("@"). This field is case insensitive, so user IDs that only differ by the cases of the characters used will be recognized as the same user ID. For example, if "User" has been registered, then "user" cannot be registered. |
orgId | Organization ID | When the organization is operators, specify "!mgr". |
password | Password | Specify a character string 8 to 64 characters in length containing alphanumeric characters and symbols, but no spaces. |
userName | Display name | Specify a character string up to 64 characters in length. |
roleId | Role type | For an Operators - Approver, specify operation_manager. For an Operators - Approver who is also an Operators - Administrator, add a roleId element with operation_admin specified. |
mailAddress | Email address | Specify a character string which follows the format of an email address. |
phoneNumber | Contact information | Specify a character string up to 256 characters in length. |
Note
Settings for User ID and Passwords When Coordinating with Active Directory
When using Active Directory as the directory service for SVOM, it is necessary to add the user information specified here to Active Directory beforehand. For the user ID, specify the login name used in the coordinating SVOM.
For password, it is not necessary to specify a value. When specified, the value is regarded as invalid.
Register the user information. Execute the following command:
%FSCSM_HOME%\bin\fscsm_user create -file <file to describe user information>
Note
The password is contained in the file which describes the user information. After using the password, either delete the value of password in the file, delete the file, or move the file to a secure folder.
Access the Cloud Management Portal. Access the following URL.
http://<hostname or IP address of the management server>:<port number>/
Point
For the port number, specify a value equal to 80 plus the parameter AS_GUI_BASE_PORT specified in the setup command described in "2.2 Setup of the Management Server and the Coordination Adapter Platform (APP)". For example, if 3600 is specified for AS_GUI_BASE_PORT, the port number is 3680.
The [Login] window is displayed. In the login window, enter the user ID and password created using the command in the relevant fields and click the [Login] button.
Confirm that the [Home] window of the Cloud Management Portal is displayed. After confirmation, click the user ID displayed in the upper right of the window, and select [Logout] in the displayed menu to log out from the Cloud Management Portal.
See
For details and the format of the file which describes user information, refer to "User Information" in the "FUJITSU Software Cloud Services Management Operation Guide".
For details on the "fscsm_user" command, refer to "User Operation Commands" in the "FUJITSU Software Cloud Services Management Operation Guide". For details on the Cloud Management Portal, refer to the "FUJITSU Software Cloud Services Management User's Guide for Planner and Operator".