ページの先頭行へ戻る
Systemwalker Centric Manager V17.0.2 リファレンスマニュアル

1.2.19 cmcolinv(インベントリ収集コマンド)

機能説明

本コマンドは、指定したノードに対してインベントリ情報を収集します。
収集結果は、標準出力およびインベントリ収集実行結果ファイルに出力されます。

記述形式

cmcolinv

{-t node_name | -f 収集対象定義ファイル} [-o 出力先ディレクトリ]

オプション

-t node_name:

収集したいノードの代表ホスト名、または代表IPアドレスを指定します。

-f 収集対象定義ファイル:

「インベントリ収集対象定義ファイル」のフルパス名を200文字以内で指定します。

ファイル名には、半角英数字と以下の記号のみ指定できます。

(「-」、「_」、「.」)

本オプションでは、存在するファイル名が指定された場合は、上書きされます。

-o 出力先ディレクトリ:

「インベントリ収集実行結果ファイル」を出力するディレクトリのフルパス名を200文字以内で指定します。
フルパス名には、半角英数字と以下の記号のみ指定できます。
(「-」、「_」、「.」)

本オプションは省略可能です。省略した場合、以下のディレクトリにファイルを出力します。

【Windows】

Systemwalkerインストールディレクトリ\Mpwalker.dm\mpcompsv\MPCMINST\ondemand\

【UNIX】

/var/opt/FJSVsivmg/sivmg/ondemand

復帰値

0: 成功

収集処理が正常に終了しました。

2: 取り消し

収集処理中に処理が取り消しされました。

3: 異常終了

収集処理中にエラーが発生しました。取り出し処理ができません。

参照

インベントリ収集対象定義ファイル
インベントリ収集実行結果ファイル

コマンド格納場所

Windows

Systemwalkerインストールディレクトリ\mpwalker.dm\mpcompsv

Solaris

Linux

/opt/systemwalker/bin

実行に必要な権限/実行環境

Windows版】

UNIX版】

注意事項

使用例

SERV1 のインベントリ情報を収集します。

cmcolinv -t SERV1

インベントリ収集対象定義ファイルで指定したノードのインベントリ情報を収集します。

cmcolinv -f c:\temp\node.txt

実行結果/出力形式

正常終了時

The inventory information will be collected.
Collection of the SERV1 information is now complete. (1/10)
Collection of the SERV2 information is now complete.(2/10)
:
:
Collection of the SERV10 information is now complete.(10/10)
The import of information to the server is now complete.
Processing to collect the inventory information is now complete.
  Collection successful : 10
  Collection unsuccessful : 0

異常終了時

The inventory information will be collected.
Collection of the SERV1 information is now complete. (1/10)
Collection of the SERV2 information is now complete.(2/10)
:
:
Collection of the SERV5 information is failed.(5/5)
:
:
Collection of the SERV10 information is now complete.(10/10)
The import of information to the server is now complete.
Processing to collect the inventory information is now complete.
  Collection successful : 9
  Collection unsuccessful : 1