I am running DB2 8.1.1 on AIX 5.1
Having a problem with a redirected restore.
Once into the restore continue phase, I immediately get the following
“SQL2059W A device full warning was encountered on device "TBS_IDX".
Do you want to continue(c), terminate this device only(d), abort the
utility(t)
? (c/d/t) t
I'm not allowed to continue as if I try I just get the 'warning' again.
This is the first DMS tablespace in the script.
Space does not seem to be the issue. The path in question is showing
49610752 in 1024 blocks allocated and only 17% used.
The tablespace in question was defined as 1000000 4k pages.
The permissions down the entire path are good.
I have checked and tried the following.
Checked ulimit and ulimit -a. Showing unlimited on ulimit.
Ulimit -a yields
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 245760
stack(kbytes) 16384
memory(kbytes) unlimited
coredump(blocks ) unlimited
nofiles(descrip tors) unlimited
Went into smitty and made sure both the soft and hard file size limit
were set to -1 for the user (instance owner).
Tried breaking up the containers into separate directories for each
container. Tried using various size combinations from 100000 4k pages
each container to 200000 4k pages.
Tried defining the containers to total 1200000 4k pages, larger than
originally defined.
Tried defining one container at 100000 4k pages, 1/10th the original
sizing.
I get the same SQL error whatever I try.
In etc/security/limits the values for the instance owner show the
following
fsize = -1
core = -1
data = 491519
rss = -1
stack = 32767
I
fsize_hard = -1
So the size of the file I am defining does not seem to get rid of the
error.
As I've mentioned, the file permissions seem to be ok.
Would appreciate any comments or thoughts.
Many Thanks
Gerry
Having a problem with a redirected restore.
Once into the restore continue phase, I immediately get the following
“SQL2059W A device full warning was encountered on device "TBS_IDX".
Do you want to continue(c), terminate this device only(d), abort the
utility(t)
? (c/d/t) t
I'm not allowed to continue as if I try I just get the 'warning' again.
This is the first DMS tablespace in the script.
Space does not seem to be the issue. The path in question is showing
49610752 in 1024 blocks allocated and only 17% used.
The tablespace in question was defined as 1000000 4k pages.
The permissions down the entire path are good.
I have checked and tried the following.
Checked ulimit and ulimit -a. Showing unlimited on ulimit.
Ulimit -a yields
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 245760
stack(kbytes) 16384
memory(kbytes) unlimited
coredump(blocks ) unlimited
nofiles(descrip tors) unlimited
Went into smitty and made sure both the soft and hard file size limit
were set to -1 for the user (instance owner).
Tried breaking up the containers into separate directories for each
container. Tried using various size combinations from 100000 4k pages
each container to 200000 4k pages.
Tried defining the containers to total 1200000 4k pages, larger than
originally defined.
Tried defining one container at 100000 4k pages, 1/10th the original
sizing.
I get the same SQL error whatever I try.
In etc/security/limits the values for the instance owner show the
following
fsize = -1
core = -1
data = 491519
rss = -1
stack = 32767
I
fsize_hard = -1
So the size of the file I am defining does not seem to get rid of the
error.
As I've mentioned, the file permissions seem to be ok.
Would appreciate any comments or thoughts.
Many Thanks
Gerry
Comment