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 > error in db2diag.log and crash

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-09-09, 14:51
db2aix db2aix is offline
Registered User
 
Join Date: Jul 2009
Location: USA
Posts: 50
error in db2diag.log and crash

We have DB2 v8.2 on AIX. Getting following error in the db2diag.log and the instance comes down.

FUNCTION: DB2 UDB, oper system services, sqloseekwrite64, probe:40
MESSAGE : ZRC=0x850F000C=-2062614516=SQLO_DISK "Disk full."
DIA8312C Disk was full.
CALLED : OS, -, unspecified_system_function
OSERR : EFBIG (27) "File too large"


Has anyone encountered this error before?
Reply With Quote
  #2 (permalink)  
Old 09-09-09, 15:02
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Reply With Quote
  #3 (permalink)  
Old 09-09-09, 17:43
db2aix db2aix is offline
Registered User
 
Join Date: Jul 2009
Location: USA
Posts: 50
I checked this link. Our filesystem is JFS2 and ulimit is unlimitted.
Reply With Quote
  #4 (permalink)  
Old 09-09-09, 18:53
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Quote:
Originally Posted by db2aix
I checked this link. Our filesystem is JFS2 and ulimit is unlimitted.
...and it was created with large file support, right?
Reply With Quote
  #5 (permalink)  
Old 09-10-09, 10:30
db2aix db2aix is offline
Registered User
 
Join Date: Jul 2009
Location: USA
Posts: 50
According to our AIX SA, large file support is for JFS only. JFS2 don't need this to be set.
Reply With Quote
  #6 (permalink)  
Old 09-10-09, 12:58
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
Do you see some more information on the specific file that shall be accessed? Maybe it is for log files and not data containers or something else altogether?
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
  #7 (permalink)  
Old 09-10-09, 13:32
db2aix db2aix is offline
Registered User
 
Join Date: Jul 2009
Location: USA
Posts: 50
db2diag.log doesn't show the specific file name. This is what I see after EFBIG error:

CALLED : OS, -, unspecified_system_function
OSERR : EFBIG (27) "File too large"
DATA #1 : Device number, 8 bytes
9223372221538369537
DATA #2 : Inode number, 8 bytes
611
DATA #3 : File mode, 4 bytes
33152
DATA #4 : User id, 4 bytes
5100
DATA #5 : User id, 4 bytes
5100
DATA #6 : File size, 8 bytes
63963136000
DATA #7 : soft file resource limit, 8 bytes
1073741312
DATA #8 : hard file resource limit, 8 bytes
1073741312


I'll increase the diaglevel.
Reply With Quote
  #8 (permalink)  
Old 09-10-09, 13:38
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Quote:
Originally Posted by db2aix
DATA #4 : User id, 4 bytes
5100
DATA #5 : User id, 4 bytes
5100
DATA #6 : File size, 8 bytes
63963136000
DATA #7 : soft file resource limit, 8 bytes
1073741312
DATA #8 : hard file resource limit, 8 bytes
1073741312
I think the above tells you everything you need to know.

The ulimit does not seem to be "unlimited", after all.
Reply With Quote
  #9 (permalink)  
Old 09-10-09, 14:12
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
ulimit may be set to unlimited but that is not what was in effect when the error occured. Please check the following technote:
IBM - Why are the instance owner ulimits ignored when the instance is started with the DB2 fault monitor?
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