Hi Guys,
DB2 V9.1.3 on Win 2k3
We have a recent issue of backup failling because of disk becoming full.
Till yesterday as I know, Image size was varying within 165GB - 185GB. The disk size is 200GB.
Here is database size info.
Quote:
D:\>db2 "CALL GET_DBSIZE_INFO (?, ?, ?, -1)"
Value of output parameters
--------------------------
Parameter Name : SNAPSHOTTIMESTAMP
Parameter Value : 2009-08-09-09.26.48.978000
Parameter Name : DATABASESIZE
Parameter Value : 179610378240
Parameter Name : DATABASECAPACITY
Parameter Value : 654944332800
Return Status = 0
D:\>
|
Today morning it failed just 47 mins after its normal completion time (1:00 am - 3:00am)
Assuming that there might have been too many activities during weekend night, I just restarted ONLINE BACKUP again. This time it Failed again around 6:00am taking about 50 minutes more than normal.
I restarted again without investigating, just in hurry to get mirror up in least time. This time again it failed after 3 hours.
I am not really expert of backup & restore. The database size seems as before. What factors affect ONLINE BACKUP ?? Can it be real-time applications that misbehave during backup resulting bigger backup image ??.
DATA satying the same,
what factors force DB2 to generate bigger image ??.
here is command used and result
Quote:
backup database GAM_PROD online to "h:\online_image" with 10 buffers buffer 256 UTIL_IMPACT_PRIORITY 20 without prompting
SQL2419N The target disk "h:\online_image" has become full.
|
While monitoring remotely I observed too many commit_Active 's take place at same time.
Quote:
APP_HNDL STATUS_CHANGE_TIME THREAD_AGE APPL_STATUS APPL_NAME DBNAME
-------- -------------------------- -------------- ------------ -------------------- ----------
1458 2009-08-09-07.51.58.168129 -13.66 UOWEXEC java.exe GC_PROD
2399 2009-08-09-07.51.58.323025 -13.81 UOWEXEC db2bp.exe GC_PROD
2297 2009-08-09-07.51.58.391900 -13.88 COMMIT_ACT java.exe GC_PROD
3189 2009-08-09-07.51.58.390825 -13.88 COMMIT_ACT java.exe GC_PROD
2307 2009-08-09-07.51.58.386922 -13.88 COMMIT_ACT java.exe GC_PROD
1090 2009-08-09-07.51.58.391190 -13.88 COMMIT_ACT java.exe GC_PROD
716 2009-08-09-07.51.58.406542 -13.90 COMMIT_ACT java.exe GC_PROD
|
I believe these COMMIT_ACT at same TIMEstamp originate from DISK or NETWORK inconsistency ?? - not sure !
Please hep me figure out the cause, so that I may be able to take ONLINE backup.
Thanks
DBFinder