View installed features

You can view a list of features in a specified package.


Procedure

To view the installed features in the package:

  1. Open a command-line utility.

  2. Open the tools directory. See Install using Installation Manager or using the installer for more information about the tools directory.

  3. Run the command to list installed features:

    imcl listInstalledFeatures packageID_packageVersion Example using -long:

    • Windows: imcl.exe listInstalledFeatures packageID_packageVersion -long
    • Linux, UNIX, IBM i and z/OS: ./imcl listInstalledFeatures -long

    Example using -installationDirectory:

    • Windows: imcl.exe listInstalledfeatures packageID_packageVersion -installationDirectory installation_directory
    • Linux, UNIX, IBM i and z/OS: ./imcl listInstalledFeatures packageID_packageVersion -installationDirectory installation_directory

    Include quotation marks around filepaths that have spaces.


Results

When you run the listInstalledFeatures command, the returned information is a list of features in the following format:

featureId1a
featureId1b If the offering cannot be found, the command returns the message:

The packageID_packageVersion package is not installed.

When you run the listInstalledFeatures command with the -long option, the returned information includes a longer description of the features. The returned information is in the following format:

featureId1a : display_name1
featureId1b : display_name2 If the package is found in more than one installation location, the command returns the message:

ERROR: packageID_packageVersion is installed in more than one installation directory. Run one of the following commands:
listInstalledFeatures packageID_packageVersion -installationDirectory installation_directory If the path to the package cannot be found using the -installationDirectory option, the command returns the message:

ERROR: The packageID_packageVersion package is not installed at installation_directory.


What to do next

After viewing the list of installed features, use imcl commands to install additional packages or updates.

+

Search Tips   |   Advanced Search