ページの先頭行へ戻る
ServerView Resource Orchestrator Cloud Edition V3.1.0 リファレンスガイド (コマンド/XML編)
ServerView

13.6 CreateLPlatform (L-Platformを作成)

名前

【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つ以上作成する場合は、時間間隔をあけて本コマンドを実行してください。

オプション

-version

L-Platform APIのバージョンIDを指定します。

-locale

L-Platform APIと通信するための言語を指定します。

-userId

L-Platform APIを実行するユーザーIDを指定します。

-password

L-Platform APIを実行するユーザーIDのパスワードを指定します。

-orgId

L-Platform APIを実行するユーザーのテナント名を指定します。

-lplatformDescriptorId

L-PlatformテンプレートIDを指定します。

-lplatformName

L-Platform名を指定します。

必要な権限・実行環境

権限

OSの管理者権限をもつユーザー

実行環境

管理サーバ

使用例

【Windowsマネージャー】
> 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>
【Linuxマネージャー】
# 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>

終了ステータス

以下の終了ステータスが返されます。

0

正常に処理されました。

0以外

エラーが発生しました。