名前
【Windowsマネージャー】
インストールフォルダー\RCXCFMG\bin\StopTenantLServers - テナントに含まれるサーバを一括電源OFF
【Linuxマネージャー】
/opt/FJSVcfmg/bin/StopTenantLServers.sh - テナントに含まれるサーバを一括電源OFF
形式
【Windowsマネージャー】
StopTenantLServers -version バージョンID -locale 言語コード -userId ユーザーID -password パスワード -orgId テナント名
【Linuxマネージャー】
StopTenantLServers.sh -version バージョンID -locale 言語コード -userId ユーザーID -password パスワード -orgId テナント名
機能説明
テナントに含まれるすべてのサーバを一括電源OFFします。
オプション
L-Platform APIのバージョンIDを指定します。
L-Platform APIと通信するための言語を指定します。
L-Platform APIを実行するユーザーIDを指定します。
L-Platform APIを実行するユーザーIDのパスワードを指定します。
L-Platform APIを実行するユーザーのテナント名を指定します。
必要な権限・実行環境
OSの管理者権限をもつユーザー
管理サーバ
使用例
> StopTenantLServers -version 2.0 -locale ja -userId user3 -password password -orgId tenantA <?xml version="1.0" encoding="UTF-8"?> <StopTenantLServersResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com"> <responseMessage>PAPI00000 Processing was completed.</responseMessage> <responseStatus>SUCCESS</responseStatus> </StopTenantLServersResponse>
# StopTenantLServers.sh -version 2.0 -locale ja -userId user3 -password password -orgId tenantA <?xml version="1.0" encoding="UTF-8"?> <StopTenantLServersResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com"> <responseMessage>PAPI00000 Processing was completed.</responseMessage> <responseStatus>SUCCESS</responseStatus> </StopTenantLServersResponse>
終了ステータス
以下の終了ステータスが返されます。
正常に処理されました。
エラーが発生しました。