-
DB2 Deadlocks Event Monitor and how to investigate
DB2 by default will have a event monitor running which detects and logs details on deadlocks events. Normally you can access the deadlock event monitor via the IBM command centre but occasionally it does not show as a listed monitor (a bug!). The output of deadlocks is written to the event log log file which…
-
Removing Oracle Nodeapps from a node in a cluster
Some quick notes on removing Oracle Nodeapps in a cluster. Take a note of current config of node using: srvctl config nodeapps -n nodename -a To remove nodeapps: srvctl remove nodeapps -n o2hp113 To re-create: srvctl add nodeapps -n nodename -o $ORACLE_HOME -A xxx.xxx.xxx.xxx/255.255.255.0/laninterface .

