Name
[Windows Manager]
Installation_folder\RCXCFMG\bin\CreateLPlatform - Creates an L-Platform
[Linux Manager]
/opt/FJSVcfmg/bin/CreateLPlatform.sh - Creates an L-Platform
Synopsis
[Windows Manager]
CreateLPlatform -version version ID -locale the language for communicating -userId user ID -password password -orgId tenant name -lplatformDescriptorId L-Platform template ID -lplatformName L-Platform name
[Linux Manager]
CreateLPlatform.sh -version version ID -locale the language for communicating -userId user ID -password password -orgId tenant name -lplatformDescriptorId L-Platform template ID -lplatformName L-Platform name
Function description
This command creates an L-Platform based on a template.
If the template contains servers with the same name, then each one will be suffixed with a unique number (starting from 1).
Note
When a physical server is included in a template, only two commands can be executed simultaneously, due to the limitations of the hardware that is set.
When creating more than two L-Platforms with physical servers, leave some time between the executions of this command.
When an L-Platform template that includes a segment specifying [Auto-Select] is specified, configure the settings for the number of CreateLPlatform commands that can be simultaneously executed so that the number of IP addresses required on all L-Platforms that will be deployed concurrently is no greater than the highest number of available IP addresses in those segments that will be selected automatically.
For example, if two segments will be selected automatically, and these segments have 5 and 4 available IP addresses respectively, up to five CreateLPlatform commands can be executed simultaneously if one IP address per L-Platform is required.
Options
Specify the version ID of the L-Platform API.
Specify the language used to communicate with the L-Platform API.
Specify the user ID for executing the L-Platform API.
Specify the password for the user ID for executing the L-Platform API.
Specify the tenant name of the user for executing the L-Platform API.
Specify the L-Platform template ID.
Specify the L-Platform name.
Requirements
User with OS administrator privilege
Admin server
Example
> CreateLPlatform -version 2.0 -locale en -userId user3 -password password -orgId tenantA -lplatformDescriptorId template-13820fb2858 -lplatformName lplatform1 <?xml version="1.0" encoding="UTF-8"?> <CreateLPlatformResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com"> <responseMessage>PAPI00000 Processing was completed.</responseMessage> <responseStatus>SUCCESS</responseStatus> <lplatformId>tenantA-M3PGGWCFX</lplatformId> </CreateLPlatformResponse>
# CreateLPlatform.sh -version 2.0 -locale en -userId user3 -password password -orgId tenantA -lplatformDescriptorId template-13820fb2858 -lplatformName lplatform1 <?xml version="1.0" encoding="UTF-8"?> <CreateLPlatformResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com"> <responseMessage>PAPI00000 Processing was completed.</responseMessage> <responseStatus>SUCCESS</responseStatus> <lplatformId>tenantA-M3PGGWCFX</lplatformId> </CreateLPlatformResponse>
Exit Status
This command returns the following values:
The command executed successfully.
An error has occurred.