473,722 Members | 2,161 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

"Bad container path" during Backup?

Hi,

System: 8.1.5 UDB on SuSE Linux

I created a new SMS tablespace with following ddl:

CREATE REGULAR TABLESPACE ASNCTL IN DATABASE PARTITION GROUP
IBMDEFAULTGROUP PAGESIZE 4096 MANAGED BY SYSTEM
USING ('/data/db2/db2inst1/ASNCTL')
EXTENTSIZE 32
PREFETCHSIZE 32
BUFFERPOOL IBMDEFAULTBP
OVERHEAD 12.670000
TRANSFERRATE 0.180000
DROPPED TABLE RECOVERY ON;

Tablespace-ID is 10.

Well, it works fine and everything. No errors at all but during full
database backups.
I can do a online tablespace backup for ASNCTL which works fine.
At full database backups I get a SQL0298N. As this is the only
database at that instance and the path is read-write accessible, the
documentation of 0298 is reduced to

"This message will also be returned if any other unexpected error occurred
which prevents DB2 from accessing the container."

I moved the whole tablespace to another location for testing which did not
help.

db2diag.log looks like this:

---snip----

2004-12-01-01.13.44.772003 Instance:db2ins t1 Node:000
PID:19572(db2ag ent (PRODDB)) TID:1024
Appid:*LOCAL.db 2inst1.05068022 0301
buffer pool services sqlbTestSetData poolState Probe:633 Database:PRODDB

poolID = 10, oldState = 0, newState = 800, currentState = 0

2004-12-01-01.13.44.790401 Instance:db2ins t1 Node:000
PID:19572(db2ag ent (PRODDB)) TID:1024
Appid:*LOCAL.db 2inst1.05068022 0301
buffer pool services sqlbTestSetData poolState Probe:778 Database:PRODDB

DIA0001E An internal error occurred. Report the following error code :
"ZRC=0x8702007D ".

2004-12-01-01.13.44.791493 Instance:db2ins t1 Node:000
PID:19572(db2ag ent (PRODDB)) TID:1024
Appid:*LOCAL.db 2inst1.05068022 0301
database utilities sqlubHandleBack upInProgressAnd RebalOnError Probe:1
~ Database:PRODDB

Cannot turn BACKUP_IN_PROGR ESS off for pool:

0x64F5ACF8 : 4153 4E43 544C ASNCTL

2004-12-01-01.13.44.819137 Instance:db2ins t1 Node:000
PID:19572(db2ag ent (PRODDB)) TID:1024
Appid:*LOCAL.db 2inst1.05068022 0301
database utilities sqlubHandleBack upInProgressAnd RebalOnError Probe:1
~ Database:PRODDB

DiagData
0x64B58870 : 0x0000007D87020 07D }...}...

2004-12-01-01.13.44.826046 Instance:db2ins t1 Node:000
PID:19572(db2ag ent (PRODDB)) TID:1024
Appid:*LOCAL.db 2inst1.05068022 0301
database utilities sqlubHandleBack upInProgressAnd RebalOnError Probe:1
~ Database:PRODDB

0x64B58870 : 0x0000007D87020 07D }...}...

2004-12-01-01.13.47.016963 Instance:db2ins t1 Node:000
PID:19572(db2ag ent (PRODDB)) TID:1024
Appid:*LOCAL.db 2inst1.05068022 0301
database utilities sqlubcka Probe:140 Database:PRODDB

Backup Terminated.

---snap---

I understand that the backup tool tries (successfully?) to switch the
tablspaces state from 0 (normal) to 800 (backup_in_prog ress) and back
again. Seems to fail somewhere in between.

I wonder If some of you has seen that behaviour before and could give me a
hint how to handle it. The db is holding about 400 GB of data and it
always crashes at the end of the backup process.

regards,

Norbert
Nov 12 '05 #1
1 3625
Hi,

Norbert Munkel wrote:

Well, it works fine and everything. No errors at all but during full
database backups.


IBM support told me, it happened to at least one other customer as well.
The first scheduled backup after the tablespace creation failed with
"Device Full". According to the supporter, the tablespaces state was
changed to "backup in progress" although "list tablespaces" still
reported it as normal.

I finally got the backup working again by moving ASNCTL to different
location and changing the tablespace type to DMS.

The recommended solution by IBM support required database stop, database
start, activate datbase, backup tablespace, backup database.

Thanks anyway. Maybee it can be helpfull for some poor guy in the future
if he can google this. ;-)

regards,

Norbert

Nov 12 '05 #2

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

Similar topics

6
3945
by: Luc Saffre | last post by:
Hello, I had a strange problem when freezing (using either py2exe or McMillan installer) a script that imports reportlab (which imports PIL (which imports FixTk))). - Python 2.3.3c (also with Python 2.3) - PIL 1.1.4 - Installer or py2exe : latest versions.
10
1872
by: george young | last post by:
I had developed the habit of using the neat python form: if someinstance: someinstance.memb() because it seems cleaner than "if someinstance is not None". {please no flames about "is not None" vs. "!= None" ...} This seemed like a good idea at the time :(). Twice, recently, however, as my app grew, I thought, hmm... it would make things clearer if I gave
41
3067
by: AngleWyrm | last post by:
I have created a new container class, called the hat. It provides random selection of user objects, both with and without replacement, with non-uniform probabilities. Uniform probabilities are a degenerate case, and can also be stored. Here's the web-page, with complete source, illustration, and example usage. Take a look-see, and post your critique! http://home.comcast.net/~anglewyrm/hat.html
1
7038
by: Winterminute | last post by:
If I try to make any changes to the ASP.NET Portal Starter kit it fails with an access denied error. This was working when I left last week and is failing today. I don't remember changing anything, but I guess something had to be changed. I have checked NTFS permissions and the ASPNET account has full control on the parent directory of that XML file and on the file itself. I have also checked in IIS, and the Virtual Directory has...
4
4221
by: Ollie | last post by:
I have wrriten a reverse proxy for a client of mine, this reverse proxy takes the url takes it attempt to access a *.XXXX and returns the the contents of an aspx web page from another internal server, the user then clicks on a button on the page that then posts data to the reverse proxy and it routes to the correct page by creating a web request and setting the method to post. (the reverse proxy is written using the IHttpHandler interface...
1
4244
by: Jonas Auken | last post by:
hi, I have a repeater which dynamically loads another usercontrol throught databinding: OnClick: DataBind() rptProduct_ItemDataBound: ViewSmall _viewSmall = (ViewSmall) LoadControl("ViewSmall.ascx");
8
2005
by: vitay | last post by:
Hi Centered links are hidden by the footer in resolution 800x600 because divs have position absolute and I don't know how to prevent it. For IE I can change position by css "expresion" but Firefox don't support it. My page: http://exterior.pl/bumaga/
1
6113
by: jalupinu | last post by:
My OS is Winxp SP2 and the software I am having trouble with is Maximizer 9.5 Enterprise. It has a Web Portal feature that i am trying to use and followed the instructions to set it up however I keep getting the following message: Server Error in '/MaximizerEmployee' Application. -------------------------------------------------------------------------------- Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary...
6
8020
by: James Yang | last post by:
"bad page", especially in table, is a risk for database maintenance. The particular access attempt for corrupt blocks may not occur often, and corrupt DB2 blocks are not recognized during a database backup, corrupt blocks can remain undetected in an UDB system for a long time. The potential solution is: 1) Restore from a GOOD backup and rollforward (Recommended). The problem is backup normally is kept for 30 days so we must find the...
0
8863
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9384
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9238
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 captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9088
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8052
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6681
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4502
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3207
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2602
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.