> Hi,
>
[quoted text clipped - 3 lines]
> Working, alerted when the server is down, or something unexpected
> happened. Our future goal may include to health of the database, etc.
Have a look at the health center.

Signature
Knut Stolze
DB2 Information Integration Development
IBM Germany
aj - 27 Jan 2006 13:35 GMT
Or try this little hack:
######################################################################
# check_db2sysc_oltp.sh
# The purpose of this script is to check if the db2sysc instance master
# daemon
# for the oltp instance is up and functioning. If not, call for help..
if [ `ps aux | grep db2sysc | grep oltp | grep -v grep | grep -v
check_db2sysc_oltp | wc -l` -eq 0 ]
then
echo "DB2:oltp instance db2sysc not found" | /bin/mail page_dba
fi
HTH
aj
>> Hi,
>>
[quoted text clipped - 5 lines]
>
> Have a look at the health center.