名前
【Windowsマネージャー】
インストールフォルダー\RCXCFMG\bin\MoveLPlatform - L-Platformの所有組織を変更
【Linuxマネージャー】
/opt/FJSVcfmg/bin/MoveLPlatform.sh - L-Platformの所有組織を変更
形式
【Windowsマネージャー】
MoveLPlatform -version バージョンID -locale 言語コード -userId ユーザーID -password パスワード -orgId テナント名 -lplatformId L-Platform ID [-toUserId 変更後のユーザーID] -toOrgId 変更後のテナント名
【Linuxマネージャー】
MoveLPlatform.sh -version バージョンID -locale 言語コード -userId ユーザーID -password パスワード -orgId テナント名 -lplatformId L-Platform ID [-toUserId 変更後のユーザーID] -toOrgId 変更後のテナント名
機能説明
L-Platformの所有組織を変更します。
本コマンドは、非同期で実行されます。本コマンドの実行に成功すると、処理の実行中はL-Platformの状態が構成変更中(RECONFIG_ING)に遷移し、処理が完了すると、L-Platformの状態が正常稼働中(NORMAL)に戻ります。
L-Platformの状態が構成変更中の場合は、L-Platformに対する操作ができません。
L-Platformの状態をGetLPlatformStatusで監視し、正常稼働中に遷移するのを待ってから次の操作を行ってください。
オプション
L-Platform APIのバージョンIDを指定します。
L-Platform APIと通信するための言語を指定します。
L-Platform APIを実行するユーザーIDを指定します。
L-Platform APIを実行するユーザーIDのパスワードを指定します。
L-Platform APIを実行するユーザーのテナント名を指定します。
L-Platform IDを指定します。
変更後のユーザーIDを指定します。
変更後のテナント名を指定します。
必要な権限・実行環境
OSの管理者権限をもつユーザー
管理サーバ
使用例
> MoveLPlatform -version 2.0 -locale ja -userId user3 -password password -orgId tenantA -lplatformId tenantA-M3PGGWCFX -toUserId user5 -toOrgId tenantB <?xml version="1.0" encoding="UTF-8"?> <MoveLPlatformResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com"> <responseMessage>PAPI00000 Processing was completed.</responseMessage> <responseStatus>SUCCESS</responseStatus> </MoveLPlatformResponse>
# MoveLPlatform.sh -version 2.0 -locale ja -userId user3 -password password -orgId tenantA -lplatformId tenantA-M3PGGWCFX -toUserId user5 -toOrgId tenantB <?xml version="1.0" encoding="UTF-8"?> <MoveLPlatformResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com"> <responseMessage>PAPI00000 Processing was completed.</responseMessage> <responseStatus>SUCCESS</responseStatus> </MoveLPlatformResponse>
終了ステータス
以下の終了ステータスが返されます。
正常に処理されました。
エラーが発生しました。