Monday 26 June 2017

Installing IBM Installation Manager in a not-default directory

By default, IBM Installation Manager is installed in /opt/IBM/InstallationManager/eclipse
Here we will see how to install IBM Installation Manager in a non-default directory.

1. Extract the contents of the compressed binaries of IBM Installation Manager
2. open the file install.xml
3. Add below module in the file.
    <profile kind='self' installLocation='/opt/IM_NewLocation/InstallationManager/eclipse' id='IBM Installation Manager'>
    </profile>

    Refer the screenshot below.




  4. Run the command ./installc -acceptLicense
      This will install the Installation Manager in a non default directory mentioned in the install.xml
       file.

No comments:

Post a Comment