名前
【Windowsマネージャー】
インストールフォルダー\RCXCFMG\bin\DestroyLPlatform - L-Platformを返却
【Linuxマネージャー】
/opt/FJSVcfmg/bin/DestroyLPlatform.sh - L-Platformを返却
形式
【Windowsマネージャー】
DestroyLPlatform -version バージョンID -locale 言語コード -userId ユーザーID -password パスワード -orgId テナント名 -lplatformId L-Platform ID
【Linuxマネージャー】
DestroyLPlatform.sh -version バージョンID -locale 言語コード -userId ユーザーID -password パスワード -orgId テナント名 -lplatformId L-Platform ID
機能説明
L-Platformを返却します。L-Platform内にあるリソースはすべて削除され、無効となります。
以下の場合、本コマンドは実行できません。
対象のL-Platform内に構成変更および削除できないサーバが存在する場合
構成変更および削除できないサーバについては、「操作ガイド テナント管理者編 CE」の「8.3.18 L-Platform構成変更」を参照してください。
オプション
L-Platform APIのバージョンIDを指定します。
L-Platform APIと通信するための言語を指定します。
L-Platform APIを実行するユーザーIDを指定します。
L-Platform APIを実行するユーザーIDのパスワードを指定します。
L-Platform APIを実行するユーザーのテナント名を指定します。
L-Platform IDを指定します。
必要な権限・実行環境
OSの管理者権限をもつユーザー
管理サーバ
使用例
> DestroyLPlatform -version 2.0 -locale ja -userId user3 -password password -orgId tenantA -lplatformId tenantA-M3PGGWCFX <?xml version="1.0" encoding="UTF-8"?> <DestroyLPlatformResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com"> <responseMessage>PAPI00000 Processing was completed.</responseMessage> <responseStatus>SUCCESS</responseStatus> </DestroyLPlatformResponse>
# DestroyLPlatform.sh -version 2.0 -locale ja -userId user3 -password password -orgId tenantA -lplatformId tenantA-M3PGGWCFX <?xml version="1.0" encoding="UTF-8"?> <DestroyLPlatformResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com"> <responseMessage>PAPI00000 Processing was completed.</responseMessage> <responseStatus>SUCCESS</responseStatus> </DestroyLPlatformResponse>
終了ステータス
以下の終了ステータスが返されます。
正常に処理されました。
エラーが発生しました。