DB2 - installing IBM DB2 Connect 7.2 on IBM AIX 5L
Description
AIX 5 didn't exist when IBM developed the install for DB2 v7.1. It has an error in detecting where installp is located. That error was fixed in v7.2. I recommend installing v7.2 since IBM didn't officially support 32-bit DB2 on AIX5 until DB2 v7.2.
If you want to install 7.1, it's at-your-own-risk, and all you need to do is create /etc/installp as a symlink to /usr/sbin/installp.
coolcommand: how to dump the transaction logs in Sybase
Example: dump transaction database to "/mnt/backup/dbtrandump2003_08_27_T23_32.bkp"
[show me the details]
coolcommand: how to determine which eFixes are installed on your VIO Server
Example: emgr -P
[show me the details]
coolcommand: dstat - a monitoring tool for Linux
Example: dstat -a
[show me the details]
coolcommand: how to test if a file exists and is a named pipe (fifo) in a shell script
Example: test -p file; [ -p file ]
[show me the details]
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts