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 > Disk full error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-14-10, 19:02
Kota Kota is offline
Registered User
 
Join Date: Jun 2003
Posts: 113
Disk full error

I see this message in the diag.log, v8.2. Its an OLTP database. When I searched the net, I've seen that it might be due to redirected restore or false alarm. Not everything matches my message and the ones I have seen are related to 9.7. Appreciate any help.

2010-11-14-00.55.43.676566-300 I36037641A604 LEVEL: Error
PID : 5894282 TID : 1 PROC : db2bp
INSTANCE: pajzgr0 NODE : 000
APPID : *LOCAL.pajzgr0.101114052447
FUNCTION: DB2 UDB, oper system services, sqlowrite, probe:200
MESSAGE : ZRC=0x850F000C=-2062614516=SQLO_DISK "Disk full."
DIA8312C Disk was full.
DATA #1 : File handle, PD_TYPE_SQO_FILE_HDL, 8 bytes
0x0FFFFFFFFFFFD9B0 : 0000 0005 0000 0000 ........
DATA #2 : unsigned integer, 8 bytes
7605
DATA #3 : signed integer, 8 bytes
6686
DATA #4 : signed integer, 4 bytes
2
__________________
Thanks
SK
Reply With Quote
  #2 (permalink)  
Old 11-15-10, 04:49
nvk@vhv nvk@vhv is offline
Registered User
 
Join Date: Jan 2010
Posts: 294
Hi,

i guess that you didn't had a Tablespace-Container that ran full, right? There might be several reasons:
- dbcfg-Filesystem ran full, due to a load writing a lot of error messages into this filesystem.
- DB2 was not able to archive log-file fast enough (into TSM). Logfilesystem might ran full. Also TSM might be unavailable for a short time, which may cause the same issues.
Reply With Quote
  #3 (permalink)  
Old 11-15-10, 08:33
Kota Kota is offline
Registered User
 
Join Date: Jun 2003
Posts: 113
There was no filesystem or tablespace issue. No data was being loaded. We also have groundworks monitoring. If TSM is not available, probably it would say that it couldn't establish connection with the TSM serverr. Isn't that right?
__________________
Thanks
SK
Reply With Quote
  #4 (permalink)  
Old 11-15-10, 09:12
Mathew_paul Mathew_paul is offline
Registered User
 
Join Date: Oct 2007
Posts: 200
R u trying to do a restore redirect or or u just saw this in ur diag log ?
when u faced this issue .

please provide version tablespaces details
regds
paul
Reply With Quote
  #5 (permalink)  
Old 11-15-10, 09:25
nvk@vhv nvk@vhv is offline
Registered User
 
Join Date: Jan 2010
Posts: 294
These were just things that happened to me. You might found another one.

To your question: Yes, if TSM is down, you'll get messages that DB2 was not able to archive to TSM and that DB2 will try it in 5 Minutes again. But if DB2 couldn't archive fast enough than you don't get messages.
Reply With Quote
  #6 (permalink)  
Old 11-15-10, 09:36
Cougar8000 Cougar8000 is offline
Registered User
 
Join Date: Nov 2005
Location: IL
Posts: 554
Quote:
Originally Posted by Kota View Post
There was no filesystem or tablespace issue. No data was being loaded. We also have groundworks monitoring. If TSM is not available, probably it would say that it couldn't establish connection with the TSM serverr. Isn't that right?
Ahh Disk full is a filesystem issue last time I checked

So, you were not loading data. What were you doing at the time then? There could be multiple reasons on why it happened. More details needed.
__________________
--
IBM Certified DBA on DB2 for Linux, UNIX, and Windows

DB2 v9.1.0.2 os 5.3.0.0
Reply With Quote
  #7 (permalink)  
Old 11-15-10, 19:08
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
What jobs were running at that time? Something that creates a file. Maybe export, backup? Check AIX error log (errpt -a) if this is AIX. If this is AIX and you're using JFS, then it could be due to hitting a max file limit (64 GB).
Reply With Quote
  #8 (permalink)  
Old 11-15-10, 22:31
Kota Kota is offline
Registered User
 
Join Date: Jun 2003
Posts: 113
No reorgs, no redirected restores are being run. The filesystems are just 40% full. Except for the regular transactions, no other processes were running.An IBM guy with whom I spoke said it is most likely a false alarm.
__________________
Thanks
SK
Reply With Quote
  #9 (permalink)  
Old 11-15-10, 22:39
Kota Kota is offline
Registered User
 
Join Date: Jun 2003
Posts: 113
To Bella's question, yes its AIX. I already checked errpt and file limits
__________________
Thanks
SK
Reply With Quote
  #10 (permalink)  
Old 11-16-10, 10:24
Cougar8000 Cougar8000 is offline
Registered User
 
Join Date: Nov 2005
Location: IL
Posts: 554
Quote:
Originally Posted by Kota View Post
No reorgs, no redirected restores are being run. The filesystems are just 40% full. Except for the regular transactions, no other processes were running.An IBM guy with whom I spoke said it is most likely a false alarm.
False alarm? I have never seeing false alarm at 100%. It might have been a complex SQL that took all of your temp space.

If it is your prod box. for your sake you better have home grown scripts that monitor ALL of your drives regularly.
__________________
--
IBM Certified DBA on DB2 for Linux, UNIX, and Windows

DB2 v9.1.0.2 os 5.3.0.0
Reply With Quote
  #11 (permalink)  
Old 11-16-10, 13:46
Marcus_A Marcus_A is online now
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
Could have also been secondary logs that were released after the transaction completed/aborted.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #12 (permalink)  
Old 11-16-10, 20:39
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
Were there any other messages logged in the db2diag.log at that time?
Reply With Quote
  #13 (permalink)  
Old 11-17-10, 09:43
Kota Kota is offline
Registered User
 
Join Date: Jun 2003
Posts: 113
The reason I said it MIGHT be a false alarm is after I spoke to an IBM guy.

There were no application errors.

The only messages before and after this error were related to log archiving to TSM. Those were successful.
__________________
Thanks
SK
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