Bootstrap FreeKB - IBM Installation Manager - List installation directories using the imcl listInstallationDirectories command
IBM Installation Manager - List installation directories using the imcl listInstallationDirectories command

Updated:   |  IBM Installation Manager articles

If you have not yet installed IBMs Installation Manager, check out our article on installing Installation Manager.

The imcl (Installation Manager command line tool) command with the listInstallationDirectories option can be used to list the base directory where packages are installed. In this example, one or more packages are installed in the /opt/IBM/WebSphere/AppServer directory. In this example, the imcl command is located at /opt/IBM/InstallationManager/eclipse/tools/imcl but you may have the imcl command located at some other directory.

~]# /opt/IBM/InstallationManager/eclipse/tools/imcl listInstallationDirectories
/opt/IBM/WebSphere/AppServer

 

The -long option can be used to include the name of the package group. A package group contains one or more packages.

~]# /opt/IBM/InstallationManager/eclipse/tools/imcl listInstallationDirectories -long
/opt/IBM/WebSphere/AppServer : IBM WebSphere Application Server v9.0 :

 

Similarly, the -verbose option can also be used to include the name of the package group.

~]# /opt/IBM/InstallationManager/eclipse/tools/imcl listInstallationDirectories -verbose
[Package group]
Name: IBM WebSphere Application Server v9.0
Installation Directory: /opt/IBM/WebSphere/AppServer
Translation:
Architecture: 64-bit

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


April 10 2021 by Felipe Arvizu
Hello when I enter the command listInstallationDirectories it's not display nothing, do you know what can I do to configure that parameter?

Add a Comment


Please enter f5beaf in the box below so that we can be sure you are a human.