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 > ADM10501W error with db.auto_storage_util

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-05-09, 07:54
Partha.Baidya Partha.Baidya is offline
Registered User
 
Join Date: Nov 2009
Location: Bangalore
Posts: 4
ADM10501W error with db.auto_storage_util

I using DB2 9.1.3 in Windows XP. It is a PC and I am getting the following error in the Windows event viewer.
Instance: DB2 Node:000
PID:1024(db2fmp.exe) TID:4224 Appid:none
Health Monitor HealthIndicator::update Probe:500

ADM10501W Health indicator "Database Automatic Storage Utilization"
("db.auto_storage_util") breached the "upper" warning threshold of "80 %" with
value "87 %" on "database" "DB2.DEFBKD61". Calculation:
"((db.auto_storage_used/db.auto_storage_total)*100);" = "((69586542592 /
80023232512) * 100)" = "87 %". History (Timestamp, Value, Formula): "()"


As I understood from this message that my Auto storage limit is crossing the upper limit.
This is a automatically created database using a WebSphere Message Broker script.
How do I overcome this problem?

Do I need to increase the "db.auto_storage_total"?
If I increase "db.auto_storage_total", is it going to create any problem to the database?

Thanks in Advance.

Regards,
Partha
Reply With Quote
  #2 (permalink)  
Old 11-05-09, 08:39
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Looks like your Windows drive ( C:\ drive, probably) is filling up...

Cheers
Sathyaram

Quote:
Originally Posted by Partha.Baidya View Post
I using DB2 9.1.3 in Windows XP. It is a PC and I am getting the following error in the Windows event viewer.
Instance: DB2 Node:000
PID:1024(db2fmp.exe) TID:4224 Appid:none
Health Monitor HealthIndicator::update Probe:500

ADM10501W Health indicator "Database Automatic Storage Utilization"
("db.auto_storage_util") breached the "upper" warning threshold of "80 %" with
value "87 %" on "database" "DB2.DEFBKD61". Calculation:
"((db.auto_storage_used/db.auto_storage_total)*100);" = "((69586542592 /
80023232512) * 100)" = "87 %". History (Timestamp, Value, Formula): "()"


As I understood from this message that my Auto storage limit is crossing the upper limit.
This is a automatically created database using a WebSphere Message Broker script.
How do I overcome this problem?

Do I need to increase the "db.auto_storage_total"?
If I increase "db.auto_storage_total", is it going to create any problem to the database?

Thanks in Advance.

Regards,
Partha
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 11-06-09, 08:12
Partha.Baidya Partha.Baidya is offline
Registered User
 
Join Date: Nov 2009
Location: Bangalore
Posts: 4
Hi Sathyaram,

Thanks for your efforts.
But I checked my C:\ drive. It is not filling up.
I thing some other reason might there..

Regards,
Partha
Reply With Quote
  #4 (permalink)  
Old 11-06-09, 16:19
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
execute "db2pd -d DEFBKD61 -storagepath" to see the drive(s) used by this database and check the available space on the drive(s). According to the message, you still have ~9.7GB free
Reply With Quote
  #5 (permalink)  
Old 11-07-09, 06:53
Partha.Baidya Partha.Baidya is offline
Registered User
 
Join Date: Nov 2009
Location: Bangalore
Posts: 4
Hi Bela,
You are right. I have only one drive and that is C:\. I have 9.65 GB free on C:\ drive.
Is this creating the problem...? Do I need to increase the size of free space in C:.
Could you please help me in this....

Thanks,
Partha
Reply With Quote
  #6 (permalink)  
Old 11-07-09, 10:20
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
You're getting this warning because the amount of used space on your drive reached 80% (87% as per the message). The message will change to alarm when it reaches 90%.

You still have ~9GB of free space and if the database doesn't continue growing, it's ok to just ignore the message or you can change the warning/alarm setting (increase threshold) so that the message stops for some time. You can do it using GUI or using the following command:
db2 update alert cfg for database on <db name> using db.auto_storage_util set alarm <new value>
db2 update alert cfg for database on <db name> using db.auto_storage_util set warning <new value>


If the database continues to grow, then you need to add more space. Check with your Windows admin if adding space is possible. If you can add another drive to this PC, then you can also add this drive to your db.

It's also possible that you're not archiving the logs (if you're using archival logging) and all of them stay on C: and use a lot of space. Execute "db2 get db cfg for <db name>" and look for "Path to log files". Go to that dir and see how many logs you have there and when they were created. You can also check if you have any old backup images that you no longer need or if you can get rid of some large non-DB2 files.
Reply With Quote
  #7 (permalink)  
Old 11-09-09, 03:14
Partha.Baidya Partha.Baidya is offline
Registered User
 
Join Date: Nov 2009
Location: Bangalore
Posts: 4
Thanks Bella....
I got the cause of this problem and the disk space in C:\, I can increase..so it would not through the warning....
Thanks for your help.

Regards,
Partha
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