List information about installation directories using imcl commands

Use the listInstallationDirectories command to list information about installation directories, shared resources directories, package groups, and installed translations.

Procedure

To list the information:

  1. Open a command-line utility.

  2. Open the tools directory.

  3. Run the command to list installation directories:

    imcl listInstallationDirectories

    imcl listInstallationDirectories 
            [ -long | -verbose] 
    
    These examples use the -long option:

    • Windows: imcl listInstallationDirectories -long
    • UNIX: ./imcl listInstallationDirectories -long

    Examples that use the -verbose option:

    • Windows: imcl listInstalledDirectories -verbose
    • Linux, UNIX, IBM i, z/OS, and OS X: ./imcl listInstallationDirectories -verbose
    Enclose file paths that include spaces with double quotation marks.


Results

Run the listInstallationDirectories command returns information about the installation directory returns in this format:

Run the listInstallationDirectories command with the -long option returns information about the shared resources directory, installation directory, package group, and installed translations in this format:

* | shared_resources_directory
installation_directory : package_group_name : installed_translations

Running the listInstallationDirectories command with the -verbose option returns information about the shared resources directory, package group, installation directory, and installed translations in this format:

[Shared]
Shared resources directory: shared_resources_directory

[Package group]
Name: package_group_name
Installation directory: installation_directory
Translations: installed_translations
Architecture: architecture_type

For 64-bit operating systems, information about the architecture shows.  For 32-bit operating systems, the architecture information does not show.

When we use the -long option, the installed languages are returned in the ISO-639 language codes format: es, ja, and en. When we use the -verbose option, the name of the language and the ISO-639 language codes format are returned: Spanish (es), Japanese (ja), and English (en).


Home