名前
【Windowsマネージャー】
インストールフォルダー\RCXCFMG\bin\CreateLPlatform - L-Platformを作成
【Linuxマネージャー】
/opt/FJSVcfmg/bin/CreateLPlatform.sh - L-Platformを作成
形式
【Windowsマネージャー】
CreateLPlatform -version バージョンID -locale 言語コード -userId ユーザーID -password パスワード -orgId テナント名 -lplatformDescriptorId テンプレートID -lplatformName L-Platform名
【Linuxマネージャー】
CreateLPlatform.sh -version バージョンID -locale 言語コード -userId ユーザーID -password パスワード -orgId テナント名 -lplatformDescriptorId テンプレートID -lplatformName L-Platform名
機能説明
テンプレートを元にL-Platformを作成します。
注意
テンプレートに物理サーバが含まれる場合、設定するハードウェア装置の制約により、本コマンドは同時に2つまで実行できます。
物理サーバを含むL-Platformを2つ以上作成する場合は、時間間隔をあけて本コマンドを実行してください。
オプション
L-Platform APIのバージョンIDを指定します。
L-Platform APIと通信するための言語を指定します。
L-Platform APIを実行するユーザーIDを指定します。
L-Platform APIを実行するユーザーIDのパスワードを指定します。
L-Platform APIを実行するユーザーのテナント名を指定します。
L-PlatformテンプレートIDを指定します。
L-Platform名を指定します。
必要な権限・実行環境
OSの管理者権限をもつユーザー
管理サーバ
使用例
> CreateLPlatform -version 2.0 -locale jp -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 jp -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>
終了ステータス
以下の終了ステータスが返されます。
正常に処理されました。
エラーが発生しました。