vmiunit helpvmiunitコマンドのヘルプ表示

形式

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

vmiunit help

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

vmiunit help <サブコマンド>

機能

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

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

引数

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

入力例・出力例

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

vmiunit help

KEOS29601-I Usage :
 vmiunit <subcommand> <common option> <subcommand option>
 <subcommand>:
   attach - Attach a virtual server to a management unit.
   detach - Detach a virtual server from a management unit.
   update - Build an application servers on virtual servers that attached on a management unit.
   start - Start virtual servers belonging to a management unit.
   stop - Stop virtual servers belonging to a management unit.
   status - Show the status of a management unit and its virtual servers.
   list - Show information about virtual servers belonging to a management unit.
   info - Show information about a management unit.
   mark - Mark a virtual server as malfunctioning.
   unmark - Remove the malfunction mark from a virtual server.
   import - Import definition files and business applications to a management unit.
   export - Export definitions and business applications from a management unit.
   compare - Compare definition directories.
   block - Block a management unit or a virtual server.
   unblock - Unblock a management unit or a virtual server.
   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)

vmiunit help attach

KEOS29601-I Usage :
 vmiunit attach <common option> -unit <unit name> -vs <IP address> [-port <port>] [-serviceip <IP address>]
 <common option>:
   [-m <host>[:<port>]]
   [-u <user ID>]
   [-p <password>]
   [-wait <waiting time>]
 -unit <unit name>: Name of the management unit.
 -vs <IP address>: IPv4 address of a virtual server.
 -port <port>: Port number of the server communication agent on a virtual server.
 -serviceip <IP address>: Service IPv4 address of a virtual server.

戻り値

0:
正常終了しました。
64:
異常終了しました。

エラーおよび警告条件

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