[AIX Solaris HP-UX Linux Windows]

Verifying the installation

You can verify successful installation of the product using the capabilities of IBM® Installation Manager.

About this task

WebSphere® Application Server Version 7 and earlier had an installation verification utility, the installver command, that would verify checksums of installed files against a bill of materials that was shipped with the product. In WebSphere Application Server Version 8.0 and later, where the installation is based on the Installation Manager rather than on InstallShield MultiPlatform (ISMP), the installver command is replaced by the verification capabilities of the Installation Manager.

Procedure

  • To verify installation of the product, you can use Installation Manager to find the product in the list of installed packages.
    Perform one of the following actions:
    • Change the directory to the eclipse/tools subdirectory of the Installation Manager binaries location and run this command:
      [Linux][AIX][HP-UX][Solaris]
      ./imcl listInstalledPackages
      [Windows]
      imcl.exe listInstalledPackages
      This will display a list indicating which packages this Installation Manager has installed. For example:
      com.ibm.websphere.ND.v85_8.5.0.20110203_0234
    • Launch the Installation Manager GUI, and verify the installation by going to File -> View Installed Packages.
  • If an installation was successful, the installed.xml file should contain a location element for the installed product.

    For example, the following file:

    [Linux][AIX][HP-UX][Solaris]
    WSAS_ROOT/properties/version/installed.xml
    [Windows]
    WSAS_ROOT\properties\version\installed.xml
    should contain something like this:
    [Linux][AIX][HP-UX][Solaris]
    <location id="IBM WebSphere Application Server V8.5" kind="product" 
    path="/opt/IBM/WebSphere/AppServer"> ..... </location>
    [Windows]
    <location id="IBM WebSphere Application Server V8.5" kind="product" 
    path="C:\Program Files\IBM\WebSphere\AppServer"> ..... </location>
  • If you used the Installation Manager -log option during installation, you can verify that the resulting log file does not contain any errors.

    If you used the following command to install the product silently for example:

    [Linux][AIX][HP-UX][Solaris]
    ./imcl -acceptLicense 
      input /var/temp/install_response_file.xml 
      -log /var/temp/install_log.xml 
      -keyring /var/IM/im.keyring
    [Windows]
    imcl.exe -acceptLicense 
      input C:\temp\install_response_file.xml 
      -log C:\temp\install_log.xml 
      -keyring C:\IM\im.keyring
    and the installation was successful, the install_log.xml file should contain something like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <result>
    </result>