Showing posts with label IBM Installation Manager. Show all posts
Showing posts with label IBM Installation Manager. Show all posts

Thursday, October 24, 2013

How to Installing IBM Installation Manager using GUI

  1. Downloading IBM Installation Manager
    For latest IBM Installation Manager 1.7 from following link
    http://www-01.ibm.com/support/docview.wss?uid=swg24034941
  2. Create an Installation Manager directory.
    Example :
    $ mkdir -p /temp/InstallationManager
  3. Extract the file to the Installation Manager directory using unzip command
    Example :
    $ unzip 1.7.0.0-Rational-IBMIM-LINUX-X86_64-20130828_2012.zip
  4. Open a command prompt and navigate to the Installation Manager directory.
    Example :
    $ cd  /temp/InstallationManager/1.7.0.0-Rational-IBMIM-LINUX-X86_64-20130828_2012/
  5. At a command prompt, run one of the following commands
    Example :
    ./install

  6. Select the license agreement and click on Next
  7. Select the Installation Manager Directory to be installed and click on Next
  8. Review the summary information and click on Install to begin installation
  9. Click on Restart Installation Manager on completion wizard
  10. Finished
## Note : You Must Installing IBM Installation Manager before install WebSphere Application Server Network Deployment 8.0.0

Wednesday, October 23, 2013

Installing IBM Installation Manager in silent mode

  1. On a command line, change to the eclipse subdirectory in the directory where you installed Installation Manager.
    Example :
    $ cd /opt/IBM/InstallationManager/1.4.4/
  2. Run the following command, substituting your own locations for the response file:
    $ ./IBMIM --launcher.ini silent-install.ini -installAll

    Results
    All connected repositories are searched, and all available products that are found are installed.

## Note : 
You Must Installing IBM Installation Manager before install WebSphere Application Server Network Deployment 8.0.0