To activate a cluster system in an FJcloud-O environment, create the FJcloud-O environment information file with the following procedure.
This setting is not necessary in a single-node cluster.
Create the /opt/SMAW/SMAWRrms/etc/k5_endpoint.cfg file on all nodes as shown below:
DOMAIN_NAME=domainname PROJECT_NAME=projectname IDENTITY=identityurl COMPUTE=computeurl
domainname : Domain name of FJcloud-O (contractor number)
projectname: Project name building a cluster in FJcloud-O
identityurl: URL of the endpoint for the regional user management of the region used in FJcloud-O (*)
computeurl : URL of the endpoint for the compute (standard service) of the region used in FJcloud-O (*)
* For details on URL of the endpoint for the regional user management and the compute (standard service), refer to the documents provided by FJcloud-O.
Example
DOMAIN_NAME=primecluster_domain PROJECT_NAME=primecluster_project IDENTITY=https://identity.jp-east-3.cloud.global.fujitsu.com COMPUTE=https://compute.jp-east-3.cloud.global.fujitsu.com
Set the owner, group, and access rights as follows.
# chown root:root /opt/SMAW/SMAWRrms/etc/k5_endpoint.cfg # chmod 600 /opt/SMAW/SMAWRrms/etc/k5_endpoint.cfg