473,394 Members | 1,717 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Ask for help about a problem of DB2 health monitor usage

1
hi,all
As we known,DB2 Health Center is a very good tool,but it made me a little confusion. I will be very appreciate if anyone give me some advices.
The problem is that I want to monitor my tablespacle utilization,then I did some test work:
1.I create a tablespace "TESTDMS"managed by database,
db2=>CREATE REGULAR TABLESPACE TESTDMS PAGESIZE 4 K MANAGED BY DATABASE USING ( FILE 'D:\test\test' 5120 ) EXTENTSIZE 16 OVERHEAD 10.5 PREFETCHSIZE 16 TRANSFERRATE 0.14 BUFFERPOOL IBMDEFAULTBP DROPPED TABLE RECOVERY ON;
2,I open the health center window and go to "Health Indicator Configuration Lanuchpad",then I chose "Global Settings",select instance,and set the "Tablespace Utilizaiont" warning threshold "80%" alarm threshold "90".
3.I create a table in the tablespace I created just before
db2=>CREATE TABLE TEST(ID NUM(10) , NAME VARCHAR(20)) IN TESTDMS
4,I write a little program to fill some data in this table,but I didn't see any alarm even util the tablepace utilizaion is 100%,below is what I got about the tablespace information:
db2=>select TBSP_ID,SUBSTR(TBSP_NAME,1,20) AS TBSP_NAME,TBSP_UTILIZATION_PERCENT FROM SYSIBMADM.TBSP_UTILIZATION

TBSP_ID TBSP_NAME TBSP_UTILIZATION_PERCENT
-------------------- -------------------- ------------------------
0 SYSCATSPACE 100.00
1 TEMPSPACE1 100.00
2 USERSPACE1 100.00
3 TEMPSPACE4 100.00
4 TEMPSPACE8 100.00
5 USERSPACE8 100.00
6 USERTEMP1 100.00
7 USERTEMP4 100.00
8 SYSTOOLSPACE 2.14
9 SYSTOOLSTMPSPACE 100.00
10 TESTSMS 100.00
11 TESTDMS 100.00
12 TESTDMSAUTO 67.42
13 TEST1 0.94

I don't know why health monitor didn't work.Anyone give me some help?
Thank you so much
Sep 21 '07 #1
0 1660

Sign in to post your reply or Sign up for a free account.

Similar topics

7
by: Bruce MacDonald | last post by:
I am unable to see the health monitor SQL table functions (e.g.: SQLPROC.HEALTH_CONT_HI). Have I missed a utility which registers the functions? DB2 8.1.3.132 WR21324. Another point about the...
2
by: Debbie E | last post by:
Are there any issues with the Health Monitor in a partitioned environment? I have turned on the health monitor and can obtain the health snapshot for the DBM via the following command: get...
2
by: Mike | last post by:
Hellos again, I seem to be having a weird issue. Whenever DB2 Health monitor seems to run, all connections to the database seem to just lock up. For example: (and this seems consistent) In list...
3
by: nycjay | last post by:
hello, i am just getting started as a dba. ny current task is to set up notification for health alerts. so, we have the health monitor running, and it is currently putting health alerts (space...
0
by: nycjay | last post by:
i am trying to use the db2 health monitor alert to run a script. i set up the health monitor to run a script when the tablespace utailization is too high. in the end, the script should send a...
0
by: nycjay | last post by:
I am trying to use a script to take some action when DB2 issues health alerts. To find out what message the health monitor is sending to the script, I wrote a sdcript which would just write the...
4
by: Maddy | last post by:
Hi all, I am new to DB2 database.I just have the basic knowledge abt this database.I in a serious situation of handling 5 large databases.Can some one help me how to prepare the health check...
1
by: rdudejr | last post by:
How often does the health monitor check the threshold of an indicator to see if there is a warning or alarm? I am trying to simulate the behaviour of the health monitor and have a dms tablespace...
1
by: oddbande | last post by:
I get a lot of these messages in db2diag.log - seems like problems with health Monitor: 2007-01-05-15.05.06.380000+060 I260759H331 LEVEL: Severe PID : 3860 TID : 4004...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.