473,406 Members | 2,620 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Instance crash on db2 v 8.1.5

We are using DB2 Workgroup Server, v. 8.1, fixpack 5 under Windows
2003
Standart Edition.
There were series of similar instance crashes. At the begining, some
errors appeared in the db2diag.log like:

=================
2004-06-06-17.21.48.671000 Instance:DB2 Node:000
PID:2348(dbm.exe) TID:1696 Appid:none
oper system services sqloSSemClose Probe:20

Unexpected system error 0x6 has occurred.
This has been mapped to ZRC 0x83000006.

PID:2348 TID:1696 Node:000 Title: SYSTEM ERROR DESCRIPTION
The handle is invalid.
=================
and after a while the instance crashes without additional logging into
the
db2diag.log.

Crash recovery went fine after instance restart.

I opened PMR, and received an answer
The one message that is appearing over and over again is the first
one listed above. That ZRC code indicatest that this is a "Resource
Capacity Error" in buffer pool services. Specifically, this is an
"SQLZ_RC_BPFULL" which means that there are no available buffer pool
pages. The associated SQLCODE is:
SQL1218N There are no pages currently available in bufferpool "".
Could you please tune your bufferpool size and then please let me
know if these messages persist? Thank you.


It sounds to me as a formal answer, which doesn't solve the problem at
all.

Actually, we have 2 separate bufferpools (each about 500 Mb) for
indexes
and data. The bufferpool for indexes is large enough to cache them
all, and
the bufferpool for data can cashe more than 25% of data. All update
transactions are pretty small (not more than 10-20 rows) and only one
application processes them, all heavy selects are issued by
applications
with UR isolation level. We are monitoring
SQL_ELM_POOL_ASINC_DATA/INDEXES_WRITES and
SQL_ELM_POOL_DATA/INDEXES_WRITES
on a regular basis and even before crashes they were still almost
equal, so
as far as I understand, it means that there are a lot of pages that
could be removed from a bufferpool at any given moment.

Occasionally, I changed db2ntworkset from DB2NTWORKSET=1024,2560 to
DB2NTWORKSET=1024,3072, and since that changes everything works fine,
although I did not change any bufferpools parameters.

I am not sure if it is a coincedence or it does cure the problem.

Does enyone have an idea or advice?
Nov 12 '05 #1
8 3125

"Lana Zapornikova" <fo******@hotmail.com> wrote in message
news:74**************************@posting.google.c om...
We are using DB2 Workgroup Server, v. 8.1, fixpack 5 under Windows
2003
Standart Edition.
There were series of similar instance crashes. At the begining, some
errors appeared in the db2diag.log like:

=================
2004-06-06-17.21.48.671000 Instance:DB2 Node:000
PID:2348(dbm.exe) TID:1696 Appid:none
oper system services sqloSSemClose Probe:20

Unexpected system error 0x6 has occurred.
This has been mapped to ZRC 0x83000006.

PID:2348 TID:1696 Node:000 Title: SYSTEM ERROR DESCRIPTION
The handle is invalid.
=================
and after a while the instance crashes without additional logging into
the
db2diag.log.

Crash recovery went fine after instance restart.

I opened PMR, and received an answer
The one message that is appearing over and over again is the first
one listed above. That ZRC code indicatest that this is a "Resource
Capacity Error" in buffer pool services. Specifically, this is an
"SQLZ_RC_BPFULL" which means that there are no available buffer pool
pages. The associated SQLCODE is:
SQL1218N There are no pages currently available in bufferpool "".


Could you please tune your bufferpool size and then please let me
know if these messages persist? Thank you.


It sounds to me as a formal answer, which doesn't solve the problem at
all.

Actually, we have 2 separate bufferpools (each about 500 Mb) for
indexes
and data. The bufferpool for indexes is large enough to cache them
all, and
the bufferpool for data can cashe more than 25% of data. All update
transactions are pretty small (not more than 10-20 rows) and only one
application processes them, all heavy selects are issued by
applications
with UR isolation level. We are monitoring
SQL_ELM_POOL_ASINC_DATA/INDEXES_WRITES and
SQL_ELM_POOL_DATA/INDEXES_WRITES
on a regular basis and even before crashes they were still almost
equal, so
as far as I understand, it means that there are a lot of pages that
could be removed from a bufferpool at any given moment.

Occasionally, I changed db2ntworkset from DB2NTWORKSET=1024,2560 to
DB2NTWORKSET=1024,3072, and since that changes everything works fine,
although I did not change any bufferpools parameters.

I am not sure if it is a coincedence or it does cure the problem.

Does enyone have an idea or advice?


Did you tell IBM support about the changes you made, and that it fixed the
problem?
Nov 12 '05 #2
Sorry if you already told us. What is your physical mem size?

"Lana Zapornikova" <fo******@hotmail.com> wrote in message
news:74**************************@posting.google.c om...
We are using DB2 Workgroup Server, v. 8.1, fixpack 5 under Windows
2003
Standart Edition.
There were series of similar instance crashes. At the begining, some
errors appeared in the db2diag.log like:

=================
2004-06-06-17.21.48.671000 Instance:DB2 Node:000
PID:2348(dbm.exe) TID:1696 Appid:none
oper system services sqloSSemClose Probe:20

Unexpected system error 0x6 has occurred.
This has been mapped to ZRC 0x83000006.

PID:2348 TID:1696 Node:000 Title: SYSTEM ERROR DESCRIPTION
The handle is invalid.
=================
and after a while the instance crashes without additional logging into
the
db2diag.log.

Crash recovery went fine after instance restart.

I opened PMR, and received an answer
The one message that is appearing over and over again is the first
one listed above. That ZRC code indicatest that this is a "Resource
Capacity Error" in buffer pool services. Specifically, this is an
"SQLZ_RC_BPFULL" which means that there are no available buffer pool
pages. The associated SQLCODE is:
SQL1218N There are no pages currently available in bufferpool "".


Could you please tune your bufferpool size and then please let me
know if these messages persist? Thank you.


It sounds to me as a formal answer, which doesn't solve the problem at
all.

Actually, we have 2 separate bufferpools (each about 500 Mb) for
indexes
and data. The bufferpool for indexes is large enough to cache them
all, and
the bufferpool for data can cashe more than 25% of data. All update
transactions are pretty small (not more than 10-20 rows) and only one
application processes them, all heavy selects are issued by
applications
with UR isolation level. We are monitoring
SQL_ELM_POOL_ASINC_DATA/INDEXES_WRITES and
SQL_ELM_POOL_DATA/INDEXES_WRITES
on a regular basis and even before crashes they were still almost
equal, so
as far as I understand, it means that there are a lot of pages that
could be removed from a bufferpool at any given moment.

Occasionally, I changed db2ntworkset from DB2NTWORKSET=1024,2560 to
DB2NTWORKSET=1024,3072, and since that changes everything works fine,
although I did not change any bufferpools parameters.

I am not sure if it is a coincedence or it does cure the problem.

Does enyone have an idea or advice?

Nov 12 '05 #3
Hello.

I have seen this message ALWAYS on W2003 with both db2 v8.1 ESE and WSE
versions with all fixpacks including FP6 even I was issuing nothing than
fairly small test selects (but without instance crashes). I afraid such
messages and this is one of main reasons why we do not migrate to v8 from v7
because I don't like such situations when I can't understand what is
happening with my database...

Best regards,
Barinstein Mark
We are using DB2 Workgroup Server, v. 8.1, fixpack 5 under Windows
2003
Standart Edition.
There were series of similar instance crashes. At the begining, some
errors appeared in the db2diag.log like:

=================
2004-06-06-17.21.48.671000 Instance:DB2 Node:000
PID:2348(dbm.exe) TID:1696 Appid:none
oper system services sqloSSemClose Probe:20

Unexpected system error 0x6 has occurred.
This has been mapped to ZRC 0x83000006.

PID:2348 TID:1696 Node:000 Title: SYSTEM ERROR DESCRIPTION
The handle is invalid.
=================
and after a while the instance crashes without additional logging into
the
db2diag.log.

Nov 12 '05 #4
> Did you tell IBM support about the changes you made, and that it fixed the
problem?


Yes, I told them. The comment was "Probably, it might help". Franckly,
I don't understand how, because we have never fallen in swap.
Nov 12 '05 #5
"Fan Ruo Xin" <fa*****@sbcglobal.net> wrote in message news:<FU**************@newssvr32.news.prodigy.com> ...
Sorry if you already told us. What is your physical mem size?


4 Gb with switch /3GB .

All other applicatins are using not more than 200 Mb all together.

Lana
Nov 12 '05 #6
We are running v.7 for about 3 years and v.8 (fixpacks 4 & 5) for
about 8 month on the same hardware under pretty similar load (up to
thousands transaction per minute). We had only one crash of v.7 and
about one crash per month with v.8 without any proper logging.

So, from my personal feelings, v8 is not quite stable till fixpack 5.

Lana

"Mark Barinstein" <ma**@NO.SPAM.ANY.MOREcrk.vsi.ru> wrote in message news:<cc**********@serv.vrn.ru>...
Hello.

I have seen this message ALWAYS on W2003 with both db2 v8.1 ESE and WSE
versions with all fixpacks including FP6 even I was issuing nothing than
fairly small test selects (but without instance crashes). I afraid such
messages and this is one of main reasons why we do not migrate to v8 from v7
because I don't like such situations when I can't understand what is
happening with my database...

Best regards,
Barinstein Mark
We are using DB2 Workgroup Server, v. 8.1, fixpack 5 under Windows
2003
Standart Edition.
There were series of similar instance crashes. At the begining, some
errors appeared in the db2diag.log like:

=================
2004-06-06-17.21.48.671000 Instance:DB2 Node:000
PID:2348(dbm.exe) TID:1696 Appid:none
oper system services sqloSSemClose Probe:20

Unexpected system error 0x6 has occurred.
This has been mapped to ZRC 0x83000006.

PID:2348 TID:1696 Node:000 Title: SYSTEM ERROR DESCRIPTION
The handle is invalid.
=================
and after a while the instance crashes without additional logging into
the
db2diag.log.

Nov 12 '05 #7
We are running v7 at FP10a. It is quite stable at this level. FP11 was a
"fixbug" for our system because some queries worked fine started to crash
instance. After that a afraid to install any fixes without full testing of
the system.
v8 with FP4 also crashed on tests and now when FP6 was issued, we have
started to test our system again...
We are running v.7 for about 3 years and v.8 (fixpacks 4 & 5) for
about 8 month on the same hardware under pretty similar load (up to
thousands transaction per minute). We had only one crash of v.7 and
about one crash per month with v.8 without any proper logging.

So, from my personal feelings, v8 is not quite stable till fixpack 5.

Lana

Nov 12 '05 #8
Sorry. Do you mean 4G physical mem + 3G switch or 1G physical mem + 3G
switch?

"Lana Zapornikova" <fo******@hotmail.com> wrote in message
news:74**************************@posting.google.c om...
"Fan Ruo Xin" <fa*****@sbcglobal.net> wrote in message

news:<FU**************@newssvr32.news.prodigy.com> ...
Sorry if you already told us. What is your physical mem size?


4 Gb with switch /3GB .

All other applicatins are using not more than 200 Mb all together.

Lana

Nov 12 '05 #9

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

Similar topics

4
by: Krice | last post by:
Is it possible that construction of a global instance can fail? I'm suspecting this because the program seems to crash before main(). Is it a better practice to declare a pointer for the object...
8
by: Jean-Marc Blaise | last post by:
Hi, I'm on Linux Intel, V8.1 / FP4. I have an instance crash. The test case: db2set DB2_FMP_COMM_HEAPSZ = 0 db2stop db2start db2mtrk -i -d -p -v ==> Instance is crashed.
10
by: Philip Sherman | last post by:
SELECT columns FROM t1 JOIN t2
2
by: Mike | last post by:
Greetings, Having a major problem here. running version 8.2 on win2003 server. The problem I am having is backing up a database seems to get to the last part of the backup and then fails. This...
0
by: Zahni | last post by:
Win 2003 Enterprise, 14 GB RAM, /3GB and /PAE DB2_AWE=1,330000,40000 Simple test: wrote two batches: :10 db2 activate database ga db2 deactivate database ga goto 10
0
by: Mark A | last post by:
DB2 ESE 8.2.3 (FP10) for Linux Redhat AS 3.0 2.4 kernel During testing of an HADR pair, we crash the primary server and perform takeover by force on the standby server. This works fine. When...
5
by: Purple-D | last post by:
we have a weird issue.. When we try to do select count(*) from a table..say tab_a.. we get back the count. but the moment we try to do "select * from tab_a" ...the instance crashes and has to be...
10
by: 4.spam | last post by:
Hello. v8.2.7, windows xp. --- create procedure cursor_test() language sql dynamic result sets 1 begin declare c1 cursor
0
by: db2first | last post by:
Hi, Can someone tells me the different causes/origins of an instance crash ? For example, I received an email with : db2fmd The state of instance 'test_instance' gcf module...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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,...
0
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...
0
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...

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.