インストールの検証
IBM® Installation Manager の機能を使用して、オファリングが正常にインストールされたかを検証できます。
手順
- オファリングのインストールを検証するには、Installation
Manager を使用して、インストール済みパッケージのリストでそのオファリングを確認することができます。 ディレクトリーを Installation Manager バイナリーのロケーションの eclipse/tools サブディレクトリーに変更して、次のコマンドを実行します。
この Installation Manager がインストールしたパッケージのリストが表示されます。 例:./imcl listInstalledPackages
com.ibm.websphere.liberty.v85_8.5.5.20110203_0234
- インストールが正常に行われた場合、
installed.xml ファイルに、インストール済みオファリングに対するロケーション・エレメントが含まれているはずです。
例えば、以下のファイルです。
これには、次のようなものが含まれます。installation_manager_root/properties/version/installed.xml
<location id="IBM WebSphere Application Server Liberty Core V8.5" kind="product" path="/QIBM/ProdData/WebSphere/AppServer/V85/LibertyCore"> ..... </location>
- インストール時に Installation Manager の -log オプションを使用した場合、
結果のログ・ファイルにエラーが含まれていないかを確認することができます。
例えば、以下のコマンドを使用してオファリングをサイレント・インストールしたとします。
./imcl -acceptLicense input $HOME/WASFiles/liberty/temp/install_response_file.xml -log $HOME/WASFiles/liberty/temp/install_log.xml -secureStorageFile $HOME/WASFiles/liberty/temp/credential.store -masterPasswordFile $HOME/WASFiles/liberty/master_password_file.txt
そして、このインストールが正常終了したとすると、install_log.xml ファイルには 次のような内容が含まれます。<?xml version="1.0" encoding="UTF-8"?> <result> </result>
関連タスク:

インフォメーション・センターに関するご使用条件 | フィードバック

http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-libcore-mp&topic=twlp_ins_install_ver_is
ファイル名: twlp_ins_install_ver_is.html