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