インストールの検証
IBM® Installation Manager の機能を使用して、オファリングが正常にインストールされたかを検証できます。
手順
- オファリングのインストールを検証するには、Installation
Manager を使用して、インストール済みパッケージのリストでそのオファリングを確認することができます。 ディレクトリーを Installation Manager バイナリーのロケーションの eclipse/tools サブディレクトリーに変更して、次のコマンドを実行します。
この Installation Manager がインストールしたパッケージのリストが表示されます。 以下に例を示します。./imcl listInstalledPackages
com.ibm.websphere.liberty.BASE_16.0.2.20160203_0234
- インストールが正常に行われた場合、
installed.xml ファイルに、インストール済みオファリングに対するロケーション・エレメントが含まれているはずです。
例えば、以下のファイルです。
これには、次のようなものが含まれます。installation_manager_root/properties/version/installed.xml
<location id="IBM WebSphere Application Server Liberty" kind="product" path="/QIBM/ProdData/WebSphere/Liberty/Base"> ..... </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=cord&product=was-nd-mp&topic=twlp_ins_install_ver_is
ファイル名: twlp_ins_install_ver_is.html