If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB2 server monitor

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-26-06, 14:46
Lxw176 Lxw176 is offline
Registered User
 
Join Date: Feb 2005
Posts: 36
DB2 server monitor

Hi,

We have DB2 8.2 installed on Linux Redhat server. What's the easy way to monitor the linux server to check the database availability? since we want to be notified when the server is down.

Thanks!
Lan
Reply With Quote
  #2 (permalink)  
Old 01-27-06, 02:06
JAYANTA_DATTA JAYANTA_DATTA is offline
Registered User
 
Join Date: Oct 2004
Location: DELHI INDIA
Posts: 336
Write a cron job which includes the following:

1> latest entry of the db2diag.log to a flat file.1
2> latest entry of the db2.nfy to the same file.1
3> cpu usage by the db2 processes to the file.
4> Tablespace usage incase u are using DMS TS.
5> check the disk space usage by the db2 home and write that to file.1

Check the file.1 periodically and you will be able to know the latest status of the server. We have implemented the above in our project and have found it is very helpful in monitoring the server.

Thx,
Jay
Reply With Quote
  #3 (permalink)  
Old 01-30-06, 12:42
bala_e bala_e is offline
Registered User
 
Join Date: Jan 2004
Posts: 49
Thumbs up Third party tool for monitoring

Quote:
Originally Posted by Lxw176
Hi,

We have DB2 8.2 installed on Linux Redhat server. What's the easy way to monitor the linux server to check the database availability? since we want to be notified when the server is down.

Thanks!
Lan

You can use sitescope for monitoring kind of job. Download the evaluation version of sitescope from mercury site and try to use it. Enable login counter on that.

With Regards

Balakrishnan Ethiraju
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On