Hi all, i'm using Alan Robertson linux-ha script for DB2. A few days ago, our database team has migrated their version of DB2 from 9.1 to 9.5 and now the script fails to startup the database.
I think the troubles are at lines 247/248 of db2 script: pscount=`runasdb2 $db2bin/db2_local_ps | cut -c9- | grep ' db2[^ ]' | wc -l` test $pscount -ge 5 At version 9.5 DB2 runs with threads instead of processes, and then pscount -ge 5 sentence fails. Is there any update of this script to make it working with DB2 9.5, or everyone makes their own/personal modification to this script ? Thanks in advance _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
