Hitachi

JP1 Version 12 JP1/Integrated Management 2 - Manager コマンド・定義ファイル・APIリファレンス


jcoview_log.bat(Windows限定)

〈このページの構成〉

機能

JP1/IM - Viewで障害が発生したときに資料を採取するためのツールです。JP1/IM - Viewの保守資料,OSのシステム情報,統合トレースログなどを採取します。JP1/IM - ManagerおよびJP1/Baseが同一マシン上にインストールされている場合,JP1/IM - ManagerおよびJP1/Baseの資料も採取されます。

このツールは,バッチファイルです。ユーザーによるカスタマイズはできません。

このツールを実行すると,資料を採取する対象フォルダまたはファイルを一次資料および二次資料に区分けし,指定した資料格納フォルダの直下に採取した資料が格納されます。

一次資料は,障害時の切り分けや,軽度の障害の調査を目的に採取する資料です。必要最低限のログおよび設定ファイルを採取します。二次資料は,一次資料ではわからなかった障害をさらに調査するための詳細資料です。Windowsイベントログを採取します。

また,JP1/IM - Viewのスレッドダンプがある状態でjcoview_log.batを実行すると,メッセージKAVB8946-Iを表示してスレッドダンプを削除するかどうかユーザーに問い合わせます。「y」を入力した場合,スレッドダンプを削除します。

必要に応じて採取した資料を圧縮ツールなどで圧縮してください。

なお,このツールを使って採取できる資料の詳細については,マニュアル「JP1/Integrated Management 2 - Manager 運用ガイド」の「11.3 トラブル発生時に採取が必要な資料」を参照してください。

資料格納フォルダの直下に格納された資料のフォルダ構成および資料内容を次に示します。

表1‒37 一次資料の内部フォルダ構成

フォルダ名

格納された資料

資料格納フォルダ\jp1_default\imm_1st\coview

JP1/IM - Viewのパッチ情報

資料格納フォルダ\jp1_default\imm_1st\coview\conf

JP1/IM - Viewの設定および定義ファイル

資料格納フォルダ\jp1_default\imm_1st\coview\default

JP1/IM - Viewの共通定義情報

資料格納フォルダ\jp1_default\imm_1st\coview\log

JP1/IM - Viewのログファイル

資料格納フォルダ\jp1_default\imm_1st\oslog

OSのログ情報

資料格納フォルダ\jp1_default\imm_1st\spool

32bit版の統合トレースログ

資料格納フォルダ\jp1_default\imm_1st\spoolx64

64bit版の統合トレースログ

表1‒38 二次資料の内部フォルダ構成

フォルダ名

格納された資料

資料格納フォルダ\jp1_default\imm_2nd\oslog

Windowsイベントログ

形式

jcoview_log.bat -f 資料格納フォルダ
               [-t]
               [-q]

実行権限

Administrators権限(WindowsのUAC機能が有効な場合は管理者コンソールから実行)

格納先ディレクトリ

Viewパス\tools\

引数

-f 資料格納フォルダ

採取した資料を出力するフォルダ名をフルパスまたはこのコマンドを実行した場所からの相対パス形式で指定します。パスに空白を含む場合は,「"」で囲んで指定します。このオプションは省略できません。

存在しないフォルダを指定した場合は,その名称でフォルダが新規作成されます。すでに存在するフォルダを指定した場合は,いったんそのフォルダを削除してから,指定したフォルダが作成されます。

-t

hostsおよびservicesファイルを採取しない場合に指定します。

-q

ユーザー確認を省略してコマンドを実行する場合に指定します。

注意事項

戻り値

0

正常終了

8

異常終了

使用例

F:\tmp\batフォルダに資料を採取する場合

jcoview_log.bat -f F:\tmp\bat

出力結果は次のようになります。

KAVB8925-I The directory does not exists. ("F:\tmp\bat")
           The directory will be created.
続行するには何かキーを押してください . . .
KAVB8925-I The directory does not exists. ("F:\tmp\bat\jp1_default\imm_1st")
           The directory will be created.
続行するには何かキーを押してください . . .
KAVB8925-I The directory does not exists. ("F:\tmp\bat\jp1_default\imm_2nd")
           The directory will be created.
続行するには何かキーを押してください . . .
KAVB8926-I Data acquisition processing will start.
KAVB8927-I Execution of the "D:\Program Files\Hitachi\JP1IMM\bin\jimGetConfInfo.exe" command will start.
KAVB8921-I The information for JP1/IM - View will be acquired.
KAVB8922-I The information for JP1/IM - View has been acquired.
KAVB8928-I "D:\Program Files\Hitachi\JP1IMM\bin\jimGetConfInfo.exe" execution is ended. (ERRORLEVEL=0)
KAVB8929-I The system information will be acquired. Please wait.
KAVB8927-I Execution of the "D:\Program Files\Hitachi\JP1IMM\bin\jimGetMsInfo.exe" command will start.
KAVB8928-I "D:\Program Files\Hitachi\JP1IMM\bin\jimGetMsInfo.exe" execution is ended. (ERRORLEVEL=0)
KAVB8922-I The system information has been acquired.
KAVB8929-I "Watson log and crash dump" will be acquired. Please wait.
KAVB8927-I Execution of the "D:\Program Files\Hitachi\JP1IMM\bin\jimGetWtsnInfo.exe" command will start.
KAVB8928-I "D:\Program Files\Hitachi\JP1IMM\bin\jimGetWtsnInfo.exe" execution is ended. (ERRORLEVEL=0)
KAVB8922-I "Watson log and crash dump" has been acquired.
KAVB8921-I Windows Eventlog(Application) will be acquired.
KAVB8927-I Execution of the "D:\Program Files\Hitachi\JP1IMM\bin\jimGetEvLog.exe" command will start.
KAVB8928-I "D:\Program Files\Hitachi\JP1IMM\bin\jimGetEvLog.exe" execution is ended. (ERRORLEVEL=0)
KAVB8922-I Windows Eventlog(Application) has been acquired.
KAVB8921-I Windows Eventlog(System) will be acquired.
KAVB8927-I Execution of the "D:\Program Files\Hitachi\JP1IMM\bin\jimGetEvLog.exe" command will start.
KAVB8928-I "D:\Program Files\Hitachi\JP1IMM\bin\jimGetEvLog.exe" execution is ended. (ERRORLEVEL=0)
KAVB8922-I Windows Eventlog(System) has been acquired.
KAVB8921-I The setup.ini of JP1/IM - Manager will be acquired.
KAVB8922-I The setup.ini of JP1/IM - Manager has been acquired.
KAVB8921-I The setup.ilg of JP1/IM - Manager will be acquired.
KAVB8922-I The setup.ilg of JP1/IM - Manager has been acquired.
KAVB8921-I The setup.ini of JP1/Base will be acquired.
KAVB8922-I The setup.ini of JP1/Base has been acquired.
KAVB8921-I The setup.ilg of JP1/Base will be acquired.
KAVB8922-I The setup.ilg of JP1/Base has been acquired.
KAVB8921-I The setup.ini of JP1/IM - View will be acquired.
KAVB8922-I The setup.ini of JP1/IM - View has been acquired.
KAVB8921-I The setup.ilg of JP1/IM - View will be acquired.
KAVB8922-I The setup.ilg of JP1/IM - View has been acquired.
KAVB8921-I The integrated trace log will be acquired.
KAVB8922-I The integrated trace log has been acquired.
KAVB8921-I The integrated installer log will be acquired.
KAVB8922-I The integrated installer log has been acquired.
KAVB8921-I The installer log file will be acquired.
KAVB8922-I The installer log has been acquired.
KAVB8921-I The hosts will be acquired.
KAVB8922-I The hosts has been acquired.
KAVB8921-I The services will be acquired.
KAVB8922-I The services has been acquired.
KAVB8921-I The registry information will be acquired.
KAVB8922-I The registry information has been acquired.
KAVB8921-I The netstat information will be acquired.
KAVB8922-I The netstat information has been acquired.
KAVB8921-I The ipconfig information will be acquired.
KAVB8922-I The ipconfig information has been acquired.
KAVB8921-I The net start information will be acquired.
KAVB8922-I The net start information has been acquired.
KAVB8921-I The set information will be acquired.
KAVB8922-I The set information has been acquired.
KAVB8918-I The data was successfully acquired.