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 > SMS Tablespace 1(TEMPSPACE1) is FULL or file is too large

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-10-03, 15:19
mp123 mp123 is offline
Registered User
 
Join Date: Nov 2003
Posts: 3
SMS Tablespace 1(TEMPSPACE1) is FULL or file is too large

Did anybody see this message before in your db2diag.log?
Reply With Quote
  #2 (permalink)  
Old 11-10-03, 15:54
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Re: SMS Tablespace 1(TEMPSPACE1) is FULL or file is too large

My answer to your question is 'YES'

But you have not provided enough information to give a useful answer .. Please read 'Must Read Before Posting' thread ...

Sorry for not being able to help

Sathyaram


Quote:
Originally posted by mp123
Did anybody see this message before in your db2diag.log?
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 11-10-03, 16:07
mp123 mp123 is offline
Registered User
 
Join Date: Nov 2003
Posts: 3
Re: SMS Tablespace 1(TEMPSPACE1) is FULL or file is too large

I got this message in my db2diag.log file. I need to find out the cause of this problem.
We are running DB2 version 7.2 on Sun Solaris.

thanks

Quote:
Originally posted by sathyaram_s
My answer to your question is 'YES'

But you have not provided enough information to give a useful answer .. Please read 'Must Read Before Posting' thread ...

Sorry for not being able to help

Sathyaram
Reply With Quote
  #4 (permalink)  
Old 11-10-03, 16:20
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Re: SMS Tablespace 1(TEMPSPACE1) is FULL or file is too large

That's useful to know ...

1) Check the ulimit for the instance owner

ulimit -a

If the max allowable filesize is not unlimited, I'd suggest to set it to unlimited ... Instance restart is needed for db2 to pick this up

2) Check if your file system is large file enabled

3) If you are using multi-container SMS tablespace, a filesystem full in one of the container paths will cause the above said condition

Having said these, more important is to see if your query can be tuned to create 'less temp data'

HTH
Sathyaram



Quote:
Originally posted by mp123
I got this message in my db2diag.log file. I need to find out the cause of this problem.
We are running DB2 version 7.2 on Sun Solaris.

thanks
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #5 (permalink)  
Old 11-10-03, 16:23
quigleyd quigleyd is offline
Registered User
 
Join Date: Nov 2002
Location: Delaware
Posts: 186
Re: SMS Tablespace 1(TEMPSPACE1) is FULL or file is too large

THis can be caused by the directory that you have the tempspace going to isn't large enough, or you don't have Large File enabled on your systems. Not sure about solaris, but AIX has ulimits for each id, and you must also set those.





You don't say how large your tempspace is, We always try to make it 1.5-2.5 times are largest tablespace.
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