機能説明
本コマンドは、指定したノードに対してインベントリ情報を収集します。
収集結果は、標準出力およびインベントリ収集実行結果ファイルに出力されます。
記述形式
cmcolinv | {-t node_name | -f 収集対象定義ファイル} [-o 出力先ディレクトリ] |
オプション
収集したいノードの代表ホスト名、または代表IPアドレスを指定します。
「インベントリ収集対象定義ファイル」のフルパス名を200文字以内で指定します。
ファイル名には、半角英数字と以下の記号のみ指定できます。
(「-」、「_」、「.」)
本オプションでは、存在するファイル名が指定された場合は、上書きされます。
「インベントリ収集実行結果ファイル」を出力するディレクトリのフルパス名を200文字以内で指定します。
フルパス名には、半角英数字と以下の記号のみ指定できます。
(「-」、「_」、「.」)
本オプションは省略可能です。省略した場合、以下のディレクトリにファイルを出力します。
【Windows】
Systemwalkerインストールディレクトリ\Mpwalker.dm\mpcompsv\MPCMINST\ondemand\ |
【UNIX】
/var/opt/FJSVsivmg/sivmg/ondemand |
復帰値
収集処理が正常に終了しました。
収集処理中に処理が取り消しされました。
収集処理中にエラーが発生しました。取り出し処理ができません。
参照
コマンド格納場所
Windows | Systemwalkerインストールディレクトリ\mpwalker.dm\mpcompsv |
Solaris Linux | /opt/systemwalker/bin |
実行に必要な権限/実行環境
【Windows版】
Administrator権限が必要です。
運用管理サーバで実行可能です。
【UNIX版】
システム管理者(スーパーユーザ)権限が必要です。
運用管理サーバで実行可能です。
注意事項
収集先としてホスト名を指定する場合には、「/」、「\」、「*」、「?」、「,」、「%」を使用しないでください。
指定したノードが以下の条件を満たす必要があります。
指定したノードがサイトフォルダに属していないこと
選択したノードで、以下のどちらかの条件を満たすこと
資源配付サーバがインストールされていない
V13.1.0以降のSystemwalker Centric Managerで、かつ資源配付サーバがインストールされている
使用例
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