Cosminexus V9 アプリケーションサーバ リファレンス コマンド編

[目次][索引][前へ][次へ]

vmiunitadmin helpvmiunitadminコマンドのヘルプ表示

形式

サブコマンドの一覧を表示する場合(形式1)
vmiunitadmin help

サブコマンドのヘルプを表示する場合(形式2)
vmiunitadmin help <サブコマンド>

機能

vmiunitadminコマンドのヘルプを表示します。

サブコマンドが指定された場合は,サブコマンドのヘルプを表示します。サブコマンドが指定されていない場合は,サブコマンドの一覧を表示します。

引数

<サブコマンド>
サブコマンド名を指定します。

入力例・出力例

サブコマンドの一覧を表示する場合(形式1)
vmiunitadmin help
KEOS29601-I Usage :
  vmiunitadmin <subcommand> <common option> <subcommand option>
  <subcommand>:
    create - Create a management unit.
    delete - Delete a management unit.
    changeowner - Change the owner of a management unit.
    list - Show all management units.
    help - Show this message.
  <common option>:
    [-m <host>[:<port>]]
    [-u <user ID>]
    [-p <password>]
    [-wait <waiting time>]
  <subcommand option>: Subcommand arguments.
For details on subcommand option, execute the "<command> help <subcommand>" command.

サブコマンドのヘルプを表示する場合(形式2)
vmiunitadmin help create
KEOS29601-I Usage :
  vmiunitadmin create <common option> -unit <unit name> [-description <description>]
  <common option>:
    [-m <host>[:<port>]]
    [-u <user ID>]
    [-p <password>]
    [-wait <waiting time>]
  -unit <unit name>: Name of the management unit.
  -description <description>: Description of the management unit.

戻り値

0:
正常終了しました。

64:
異常終了しました。

エラーおよび警告条件

項番 エラー・警告条件 コマンド形式 戻り値
1 指定されたサブコマンドがありません。 形式2 64