473,548 Members | 2,633 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

-911 on online incremental or delta backup db2 luw 8.2 on AIX

I am getting -911 on online incremental or delta backup , anybody have
any explanation, backups go to tsm.
thanks

Jun 9 '06 #1
7 2455
ma*****@gmail.c om wrote:
I am getting -911 on online incremental or delta backup , anybody have
any explanation, backups go to tsm.


Well, this is an online backup. So it is competing with all other
transactions to access the data being backed up. And if some other
transaction doesn't commit and holds locks, you may simply run into a lock
timeout. (This is just a guess, because you didn't give us the complete
error message.)

--
Knut Stolze
DB2 Information Integration Development
IBM Germany
Jun 9 '06 #2
Hello,
I do not have any snapshots, but these are some more info from
list history

SQLCA Information

sqlcaid : SQLCA sqlcabc: 136 sqlcode: -911 sqlerrml: 2

sqlerrmc: 68
sqlerrp : sqlubrea
sqlerrd : (1) 0 (2) 0 (3) 0
(4) 0 (5) 0 (6) 0
sqlwarn : (1) (2) (3) (4) (5) (6)
(7) (8) (9) (10) (11)
sqlstate:

Knut Stolze wrote:
ma*****@gmail.c om wrote:
I am getting -911 on online incremental or delta backup , anybody have
any explanation, backups go to tsm.


Well, this is an online backup. So it is competing with all other
transactions to access the data being backed up. And if some other
transaction doesn't commit and holds locks, you may simply run into a lock
timeout. (This is just a guess, because you didn't give us the complete
error message.)

--
Knut Stolze
DB2 Information Integration Development
IBM Germany


Jun 9 '06 #3
I had the impression that we can do online backup while other
transcations are running.
the error message,
SQL0911N The current transaction has been rolled back because of a
deadlock or timeout. Reason code "68". SQLSTATE=40001

ma*****@gmail.c om wrote:
Hello,
I do not have any snapshots, but these are some more info from
list history

SQLCA Information

sqlcaid : SQLCA sqlcabc: 136 sqlcode: -911 sqlerrml: 2

sqlerrmc: 68
sqlerrp : sqlubrea
sqlerrd : (1) 0 (2) 0 (3) 0
(4) 0 (5) 0 (6) 0
sqlwarn : (1) (2) (3) (4) (5) (6)
(7) (8) (9) (10) (11)
sqlstate:

Knut Stolze wrote:
ma*****@gmail.c om wrote:
I am getting -911 on online incremental or delta backup , anybody have
any explanation, backups go to tsm.


Well, this is an online backup. So it is competing with all other
transactions to access the data being backed up. And if some other
transaction doesn't commit and holds locks, you may simply run into a lock
timeout. (This is just a guess, because you didn't give us the complete
error message.)

--
Knut Stolze
DB2 Information Integration Development
IBM Germany


Jun 9 '06 #4
ma*****@gmail.c om wrote:
I had the impression that we can do online backup while other
transcations are running.
the error message,
SQL0911N The current transaction has been rolled back because of a
deadlock or timeout. Reason code "68". SQLSTATE=40001


Yes, of course you can do that. But the backup is doing the same thing as a
transaction: it reads the data that is to be backed up. And to prevent
this data from being changed during the backup, a lock has to be acquired.
So if you have long running transactions that don't commit and free the
locks, then the backup has to wait for those locks - or it would read
potentially incorrect data.

--
Knut Stolze
DB2 Information Integration Development
IBM Germany
Jun 9 '06 #5
<ma*****@gmail. com> wrote in message
news:11******** **************@ i40g2000cwc.goo glegroups.com.. .
I am getting -911 on online incremental or delta backup , anybody have
any explanation, backups go to tsm.
thanks


Did you build an index while you try to do the backup?
Jun 12 '06 #6

Hello,
No, there was no structure change during backup.

Jun 12 '06 #7

<ma*****@gmail. com> wrote in message
news:11******** **************@ j55g2000cwa.goo glegroups.com.. .

Hello,
No, there was no structure change during backup.


Hi,

ok, the reason is that I know that the backup needs to lock some tablespace
objects during online backup. In those cases we have trubble to create
indexes during full online backups. But I'm not familiar with incremental
backups and the locks involved. If Knut is write I would say that this is a
bug in the implementation of the backup, but I wouldn't accept that this is
still in the current release. Could you dump a lock snapshot to a file and
look what resources were locked. After that I would may be open a PMR at
IBM.

Regards
Ralph
Jun 12 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1163
by: steve | last post by:
Hi, After a catastrophic server melt-down, I have now resolved to put in an effective mysql backup solution. Requirements: -incremental, since some of my db’s are large -unattended: cron-tabbed Appreciate your experience with any solutions. "Free" is always good!
20
2407
by: My Internet | last post by:
Hello, I am in the process to define if our product can use PostgreSQL. Do you know what type of application use PostgreSQL, and also what is the size of the database for these projects? Our application has a table with more than 300000 rows. There are complexe query with many joins. And we must respect some time constraints. Also the...
1
3463
by: Jimmy Chen | last post by:
Recently I've done a db2 backup and restore/recovery, but the process for recovering the database was different than what I thought to be. here is what I did: DB2 is set in online mode - backup - * backup db2 in full * insert record
1
3211
by: cat | last post by:
Hi, One of our database delta backup keep failing for about 2 weeks. Is there anyone has the same experience, when DB2 do the delta backup, will it lock recovery history file and how you monitor it? ( db2 get snaphsot for lock ...) Two outstanding err message looks like following 2004-05-10-22.12.33.069471 Instance:ckbinst Node:053...
1
2685
by: Lan W via DBMonster.com | last post by:
Hi, If we want to replace our current production server with DB2 UDB 8.1 on AIX 5. 3 and use redirected restore for the production databases to be “copied” into our new db2 with server. Which backup is more appropriate for our databases that have not too much but constant data change? Our current database is set archieved log. We’re afraid...
2
2972
by: rdemyan via AccessMonster.com | last post by:
For some of my really important tables, I have backup tables in the backend file. The idea is that if a user accidentally screws up data, they can go to a form and restore from the backup table (as opposed to having to use a backup copy of the back-end). In the past, for the table backup operation, I was simply deleting all of the data from...
2
3942
by: Lennart | last post by:
We have recently moved a ClearQuest database to db2 V8 on linux. We take a full compressed backup on sundays (~400Mb) and compressed incremental/incremental delta other weekdays. What puzzles me is that despite low activity in the database, the delta backups are the same size as the full backups. Using db2look I've found that there is a...
1
1563
by: James Yang | last post by:
Sirs, We are using DB2 UDB 8.2.5 for AIX 5.3. Everytime when we perform a online incremental backup to Tivoli, the system will hang for about 10 mins or more at the begining of backup due to no update possible. Meanwhile, reading operation is ok during that time. The DB size is 3.6T and db2rhist.acs size is 40M. Any clue to solve this...
1
1830
by: lhemski | last post by:
Guys, im using dB2 Version 9. I perform all the re-configuration of database parameter for incremental backup. I perform initial full backup and after adding some records, i perform incremental delta backup. Now, my problem is i already restore the full backup on different server/computer. But, the incremental delta backup cant be restored. For...
0
7438
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7707
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7951
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7466
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
1
5362
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5082
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3495
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3475
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1051
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.