i want to create a taskCenter Script which will mail me whenever any server instance is down.
i was thinking of using
select db2_status from table(snapshot_dbm(0)) as dbm
However the problem is it needs to be connected to a DB to run this command
Is there any way through which i can get the status without connecting to a DB .
--Rahul Singh