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

14.2.14 StartTenantLServers (テナントに含まれるサーバを一括電源ON)

名前

【Windowsマネージャー】
インストールフォルダー\RCXCFMG\bin\StartTenantLServers - テナントに含まれるサーバを一括電源ON

【Linuxマネージャー】
/opt/FJSVcfmg/bin/StartTenantLServers.sh - テナントに含まれるサーバを一括電源ON

形式

【Windowsマネージャー】

StartTenantLServers -version バージョンID -locale 言語コード -userId ユーザーID -password パスワード -orgId テナント名

【Linuxマネージャー】

StartTenantLServers.sh -version バージョンID -locale 言語コード -userId ユーザーID -password パスワード -orgId テナント名

機能説明

テナントに含まれるすべてのサーバを一括電源ONします。

オプション

-version

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

-locale

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

-userId

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

-password

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

-orgId

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

必要な権限・実行環境

権限

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

実行環境

管理サーバ

使用例

【Windowsマネージャー】
> StartTenantLServers -version 2.0 -locale ja -userId user3 -password password -orgId tenantA
<?xml version="1.0" encoding="UTF-8"?>
<StartTenantLServersResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com">
  <responseMessage>PAPI00000 Processing was completed.</responseMessage>
  <responseStatus>SUCCESS</responseStatus>
</StartTenantLServersResponse>
【Linuxマネージャー】
# StartTenantLServers.sh -version 2.0 -locale ja -userId user3 -password password -orgId tenantA
<?xml version="1.0" encoding="UTF-8"?>
<StartTenantLServersResponse xmlns="http://cfmg.systemwalker.jp.fujitsu.com">
  <responseMessage>PAPI00000 Processing was completed.</responseMessage>
  <responseStatus>SUCCESS</responseStatus>
</StartTenantLServersResponse>

終了ステータス

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

0

正常に処理されました。

0以外

エラーが発生しました。