How to check if product support for TEPS / ITM6 is correctly installed
After installing the specific product support, check if the files are correctly added. Find out what the product code is and run find for that pattern, in this example we will be using Tivoli Network Manager IP Agent. The product code for this is NP or KNP. find . -name knp* ./aix536/cq/sqllib/knp.his ./aix536/cq/sqllib/knp_kcj.sql ./aix536/cq/sqllib/knppackage.xml ./aix536/cw/classes/candle/knp [...]
How to autostart DB2 at system restart on AIX?
I run into this problem recently. The DB2 9.5 installer doesn’t automatically set the instance to autostart at installation time. To solve this problem run the following: db2iauto -on [instancename] At default installation this command is located in /opt/IBM/db2/V9.5/bin/