ITM/TEPS – How to fix excessive Navigator tree rebuilding – Agents appearing/disappearing constantly
I have recently run into this problem. The navigator tree was rebuilding/changing constantly resulting the TEPS Console to be nearly unusable. To fix this I set the following variables in cq.ini ( TEPS ini file location under $CANDLEHOME/config/) KFW_CMW_DETECT_AGENT_ADDR_CHANGE=N The Navigator function detects when the IP address for an agent is discovered. If the agent [...]
ITM Unix installation – Notable directories
The table below lists some of the most important directories used by ITM. This is far from being complete. I will add new information to this whenever I find an other directory worth mentioning Number Location Description NodeType 1 $CANDLEHOME/logs ITM log files ALL 2 $CANDLEHOME/bin ITM binary files ALL 3 $CANDLEHOME/config ITM ini files. [...]
How to force ITM agents to specific network adapters when using HACMP
When you install ITM agents on a HACMP solution you need to make sure that the OS agents are running on both Physical nodes and the application agents are running on the active one. The application agent has to be installed on the shared volume group so when a takeover happens it moves with the [...]
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/
Ubuntu 9.04 recommended applications
I just installed Ubuntu 9.04 paralell with WinXP. I found the following software useful to get similar functionalities as you would on windows: Vuze – Torrent Client to get it: sudo apt-get install vuze XMMS – Mp3 player. It is a little tricky to get as it has been removed from the Ubuntu software catalog. [...]