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 Geoffrey Clemm selected this answer as the correct answer
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
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.