How to find installed.xml with out installing a product using IIM
Guys,
I have a typical scenario at work. We need to install IBM products and find the evidence that a particular product is installed. We are finding it through installed.xml written in /var/ibm/installationmanager/ after installing the product.
Is there any way can we get this file with out installing the product just from the installer file i.e binary?
We just need to get productName,Version and Publisher information from that file or from any source within the binary or repository config file.
Your help is much appreciated.
Regards,
Sriram
Accepted answer
Hi,
Which version of IBM Installation Manager are you or will you be using?
The imcl under the tools directory could help you to:
listAvailablePackages
listInstalledPackages
and more
Check the Infocenter Links (for IM 1.7 for example) for these commands.
Hope this will help you.
Regards,
François
Which version of IBM Installation Manager are you or will you be using?
The imcl under the tools directory could help you to:
listAvailablePackages
listInstalledPackages
and more
Check the Infocenter Links (for IM 1.7 for example) for these commands.
Hope this will help you.
Regards,
François
Comments
Thanks a lot François. imcl command did the trick for me.
/opt/IBM/InstallationManager/eclipse/tools/imcl listAvailablePackages -repositories ./repository.config -features -long
. : com.ibm.is.sterling.ssfsapps_1.0.0.20120507_1116 : IBM Sterling Applications Installer : 9.2.0 : com.ibm.is.sterling.ssfsapps.com,com.ibm.is.sterling.ssfsapps.sfs,com.ibm.is.sterling.ssfsapps.SOM,com.ibm.is.sterling.ssfsapps.sim,com.ibm.is.sterling.ssfsapps.refimpl
I am able to get the product name and version name.
Hi Francois , I am sriram not neeraj agrawal , when i tried to create userid with my manager's existing ibm id, it created with neeraj agarwal.
Thanks for the help.
Sriram
One other answer
If you know how to read it, the information that you are after can be found in the repository.xml file within the repository/package of each IBM product.
If you still want the installed.xml file, follow the instructions in this document. It works for all IBM products that can be installed by Installation Manager. Basically you go through the whole installation process without actually copying the bits to your machine. In this case, you need to find the installed.xml file under the path specified by the -skipInstall parameter, not the location of your Installation Manager.
http://pic.dhe.ibm.com/infocenter/install/v1r7/topic/com.ibm.silentinstall12.doc/topics/t_silent_create_response_files_IM.html
If you still want the installed.xml file, follow the instructions in this document. It works for all IBM products that can be installed by Installation Manager. Basically you go through the whole installation process without actually copying the bits to your machine. In this case, you need to find the installed.xml file under the path specified by the -skipInstall parameter, not the location of your Installation Manager.
http://pic.dhe.ibm.com/infocenter/install/v1r7/topic/com.ibm.silentinstall12.doc/topics/t_silent_create_response_files_IM.html
Comments
Thanks Donald for your reply. I have one question for you.
Not all products which use installation manager as installer technology are using repository.xml. So, i could not find repository.xml for most of the installers.
I followed the instructions mentioned in the URL you have given.
But, still i need to install the full product as ./IBMIM is launching GUI and is asking for repository.config location.
Until the installation is complete, it will not produce installed.xml file under the path specified by the -skipInstall parameter.
Please provide me any other alternative to crack the setup files to extract productName, Version and Publisher information.
Thanks in Advance,
Sriram