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 > device full warning in Restoring the database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-14-08, 11:01
ani_dbforum ani_dbforum is offline
Registered User
 
Join Date: Nov 2007
Posts: 32
device full warning in Restoring the database

Hi,

I'm using db2v8.1 on aix.

when I run the restore script, I'm getting the below error.

SQL2059W A device full warning was encountered on device "TSCDTABLES".
Do you want to continue(c), terminate this device only(d), abort the utility(t) ? (c/d/t)



I tried to increase the container size of each folder and tried to introduce sub folders also. I'm unable to find the device TSCDTABLES.

I'm unable to restore the database and this warning is getting even with all the options I tried so far. I 've issued the command ulimit -a and below is the output.

time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 245760
stack(kbytes) 16384
memory(kbytes) unlimited
coredump(blocks) unlimited
nofiles(descriptors) 2000


I'm refreshing the database with the same script for many times. This is the first time I'm getting this. The database is offshore database and server not enterprise server. Only single user is accessing the file system.

Any help to restore the database succesfully?
Reply With Quote
  #2 (permalink)  
Old 10-14-08, 12:38
przytula_guy przytula_guy is offline
Registered User
 
Join Date: Apr 2006
Location: Belgium
Posts: 1,159
this is a tablespace I presume
ts cd-tables the tablespaces for keeping the cd tables for replication
probably sms container and filesystem is full where this container is located
try to check the history for this db and see the tablespaces
do you have a db2Look of this db
try redirected restore
__________________
Best Regards, Guy Przytula
Database Software Consultant
DB2 UDB LUW Certified V7-V8-V9-V9.7 DB Admin - Dprop..
Information Server Datastage Certified
http://www.infocura.be
Reply With Quote
  #3 (permalink)  
Old 10-14-08, 12:50
mdx34 mdx34 is offline
Registered User
 
Join Date: Oct 2004
Posts: 238
I had the same exact problem and had to allocate more space to drive with smitty on the file system. Do a:

df -m and look how much free space you have left. Then, take into account the database size you are restoring.

Calvin.
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