Results 1 to 7 of 7
Thread: db2 backup is failing
-
06-22-2010, 05:29 AM #1
db2 backup is failing
The db2 backup is failing with below error,any solution.
"size estimate exceeded and server is unable to obtain additional space in storage pool"
-
06-22-2010, 05:42 AM #2Senior Member
- Join Date
- Jul 2008
- Location
- Birmingham, UK
- Posts
- 529
- Thanks
- 0
- Thanked 4 Times in 4 Posts
check the maxscratch parameter for the storage pool the backup is using
and compare that to the number of scratch volume used
q stg <stgpool name> f=d will show you this information
Maximum Scratch Volumes Allowed: 270
Number of Scratch Volumes Used: 244
If you need to allow the stgpool to use more tapes do
upd stgpool <stgpool name> maxscratch=xxx
The other thing of course could be that you have run out of scratch tapes..
Cheers
-
06-22-2010, 05:57 AM #3Senior Member
- Join Date
- Oct 2002
- Location
- netherlands
- Posts
- 305
- Thanks
- 0
- Thanked 9 Times in 9 Posts
Disable disk caching on disk storage pools for api backups like db2/oracle
-
06-22-2010, 06:44 AM #4
We use diskpool for backup & next pool is tapepool with enough scratch tape assigned.And also we don't have caching on diskpool.Any other suggestions
-
06-22-2010, 07:50 AM #5Senior Member
- Join Date
- Jul 2008
- Location
- Birmingham, UK
- Posts
- 529
- Thanks
- 0
- Thanked 4 Times in 4 Posts
have you got a maximum size threshold set on the disk storage pool?
post the output of "q stg <stgpool name> f=d" please.
It could be that the db2 backup is larger than this value..
-
06-22-2010, 12:06 PM #6
Maximum Size Threshold: No Limit
-
06-23-2010, 02:19 AM #7Senior Member
- Join Date
- Dec 2009
- Location
- Sydney, Australia
- Posts
- 384
- Thanks
- 0
- Thanked 0 Times in 0 Posts
So...can we assume the disk stgpool isn't big enough to contain the entire db2 backup? If so why not reassign the copygroup to use tape directly?
Similar Threads
-
6.1 Backup DB error - terminated. DB2 sqlcode: -2033. DB2 sqlerrmc: 406.
By Cloudrider in forum TSM ServerReplies: 5Last Post: 03-12-2010, 07:44 AM -
backup db failing.
By LED888 in forum TSM ServerReplies: 2Last Post: 10-12-2009, 10:59 AM -
DB2 backup failing due to error
By newguy538 in forum Backup / Archive DiscussionReplies: 7Last Post: 08-03-2009, 09:14 AM -
DB2 backup is failing
By waire in forum DB2Replies: 11Last Post: 10-10-2006, 05:58 AM -
TSM backup of DB2 V8 64-bit database failing on AIX server with SQL2071N
By bspiegel in forum Backup / Archive DiscussionReplies: 0Last Post: 09-16-2004, 11:43 PM


Reply With Quote
