Translate

Saturday 22 March 2014

installing installation manager (IM) v 1.6 by using the imcl command on windows(WebSphere Jungle)

Follow  the steps to install IBM Installation Manager(IM) by using the imcl command on windows  :

                 If u want to watch installation process of IBM Installation Manger(IM) , click on below link

(or)



1. Download  IM is based on your system configuration like windows 64 bit and 32 bit.
                           I am using  windows 7 64 bit. IM software comes like
                        agent.installer.win32.win32.x86_64_1.6.2000.20130301_2248.zip
2.unzip this zip file.
3.open command line, go to "tools" folder under "IM root directory".

4.Run the "imcl" command by using syntax.
    
   Syntax: 
                   imcl install package_id_version [,version][,featureId]
                           -repositories source_repository
                           -installationDirectory installation_directory
                           -accessRights mode
                            [ -preferences preference_key=value ]
                            [ -dataLocation agent_data_location ]
                            [ -keyring keyring_file -password keyring_password ]
                            [ -acceptLicense ] 

   ex:(Administrator of windows)
                    imcl.exe install com.ibm.cic.agent
                           -repositories D:\wassoftware\im\repository.config
                           -installationDirectory  "D:\usr\local\opt\was\im\im16\eclipse"
                           -accessRights admin
                           -acceptLicense
    ex:(Nonadministrator of windows)
                    imcl.exe install com.ibm.cic.agent
                           -repositories D:\wassoftware\im\repository.config
                           -installationDirectory  "D:\usr\local\opt\was\im\im16\eclipse"
                           -accessRights nonAdmin
                           -acceptLicense



5.Now verify your box has IBM Installation Manager or not.....

 Follow my blog to get updated articles..... Send Your email id to get article's PDFs.


Thanks. Comments & feedback r most welcome.

No comments:

Post a Comment