473,387 Members | 1,520 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,387 software developers and data experts.

buffer_pool_services sqlbStartPools Probe:2

Hello,
Trying to create new DMS TS, when run command to create receive error:

2004-04-20-16.23.16.444283 Instance:clldb201 Node:000
PID:8052(db2agent (CLLDB00)) Appid:*LOCAL.clldb201.040420201838
buffer_pool_services sqlbStartPools Probe:2 Database:CLLDB00

Tablespace 3 was mapped to BufferPool 2 which does not exist or
currently is the wrong pagesize.
It will be mapped to BufferPool 1.
if do db2stop/db2start using Instance owner and try again same command
works with no problem.

System info:
DB2 UDB 7.2.8 Linux/s390.
level:
DB21085I Instance "clldb201" uses DB2 code release "SQL07028" with
level
identifier "03090105" and informational tokens "DB2 v7.1.0.88",
"s030813" and
"MI00067".

Any idea / suggestion?

Thanks
Nov 12 '05 #1
4 2033

"viraboy" <vi*****@yahoo.com> wrote in message
news:14**************************@posting.google.c om...
Hello,
Trying to create new DMS TS, when run command to create receive error:

2004-04-20-16.23.16.444283 Instance:clldb201 Node:000
PID:8052(db2agent (CLLDB00)) Appid:*LOCAL.clldb201.040420201838
buffer_pool_services sqlbStartPools Probe:2 Database:CLLDB00

Tablespace 3 was mapped to BufferPool 2 which does not exist or
currently is the wrong pagesize.
It will be mapped to BufferPool 1.
if do db2stop/db2start using Instance owner and try again same command
works with no problem.

System info:
DB2 UDB 7.2.8 Linux/s390.
level:
DB21085I Instance "clldb201" uses DB2 code release "SQL07028" with
level
identifier "03090105" and informational tokens "DB2 v7.1.0.88",
"s030813" and
"MI00067".

Any idea / suggestion?


The error message seems to indicate that in your "create tablespace"
statement, you assigned the tablespace to a bufferpool that was the wrong
page size, so DB2 corrected it for you.

You need to create the appropriately-sized bufferpool before attempting to
create a tablespace with that page size.

--
Matt Emmerton
DB2 OLTP Performance
IBM Toronto Lab
Nov 12 '05 #2

"viraboy" <vi*****@yahoo.com> wrote in message
news:14**************************@posting.google.c om...
Hello,
Trying to create new DMS TS, when run command to create receive error:

2004-04-20-16.23.16.444283 Instance:clldb201 Node:000
PID:8052(db2agent (CLLDB00)) Appid:*LOCAL.clldb201.040420201838
buffer_pool_services sqlbStartPools Probe:2 Database:CLLDB00

Tablespace 3 was mapped to BufferPool 2 which does not exist or
currently is the wrong pagesize.
It will be mapped to BufferPool 1.
if do db2stop/db2start using Instance owner and try again same command
works with no problem.

System info:
DB2 UDB 7.2.8 Linux/s390.
level:
DB21085I Instance "clldb201" uses DB2 code release "SQL07028" with
level
identifier "03090105" and informational tokens "DB2 v7.1.0.88",
"s030813" and
"MI00067".

Any idea / suggestion?


The error message seems to indicate that in your "create tablespace"
statement, you assigned the tablespace to a bufferpool that was the wrong
page size, so DB2 corrected it for you.

You need to create the appropriately-sized bufferpool before attempting to
create a tablespace with that page size.

--
Matt Emmerton
DB2 OLTP Performance
IBM Toronto Lab
Nov 12 '05 #3
aka
I had this problem when I created the bufferpool and then the tablespace in
a script. When I did a deactivate db and activate again between the create
bufferpool and create tablespace it works fine...
"viraboy" <vi*****@yahoo.com> schrieb im Newsbeitrag
news:14**************************@posting.google.c om...
Hello,
Trying to create new DMS TS, when run command to create receive error:

2004-04-20-16.23.16.444283 Instance:clldb201 Node:000
PID:8052(db2agent (CLLDB00)) Appid:*LOCAL.clldb201.040420201838
buffer_pool_services sqlbStartPools Probe:2 Database:CLLDB00

Tablespace 3 was mapped to BufferPool 2 which does not exist or
currently is the wrong pagesize.
It will be mapped to BufferPool 1.
if do db2stop/db2start using Instance owner and try again same command
works with no problem.

System info:
DB2 UDB 7.2.8 Linux/s390.
level:
DB21085I Instance "clldb201" uses DB2 code release "SQL07028" with
level
identifier "03090105" and informational tokens "DB2 v7.1.0.88",
"s030813" and
"MI00067".

Any idea / suggestion?

Thanks

Nov 12 '05 #4
aka
I had this problem when I created the bufferpool and then the tablespace in
a script. When I did a deactivate db and activate again between the create
bufferpool and create tablespace it works fine...
"viraboy" <vi*****@yahoo.com> schrieb im Newsbeitrag
news:14**************************@posting.google.c om...
Hello,
Trying to create new DMS TS, when run command to create receive error:

2004-04-20-16.23.16.444283 Instance:clldb201 Node:000
PID:8052(db2agent (CLLDB00)) Appid:*LOCAL.clldb201.040420201838
buffer_pool_services sqlbStartPools Probe:2 Database:CLLDB00

Tablespace 3 was mapped to BufferPool 2 which does not exist or
currently is the wrong pagesize.
It will be mapped to BufferPool 1.
if do db2stop/db2start using Instance owner and try again same command
works with no problem.

System info:
DB2 UDB 7.2.8 Linux/s390.
level:
DB21085I Instance "clldb201" uses DB2 code release "SQL07028" with
level
identifier "03090105" and informational tokens "DB2 v7.1.0.88",
"s030813" and
"MI00067".

Any idea / suggestion?

Thanks

Nov 12 '05 #5

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

Similar topics

0
by: Larry Melia | last post by:
I've been working with Oracle 9i for about 8 months on windows XP (the same problem occurs with WIN2000). However, I noticed that the latest release has some software that "hits the disk" about...
0
by: viraboy | last post by:
Hello, Trying to create new DMS TS, when run command to create receive error: 2004-04-20-16.23.16.444283 Instance:clldb201 Node:000 PID:8052(db2agent (CLLDB00)) ...
4
by: WantedToBeDBA | last post by:
Hi Friends, I am running a stored procedure in Windows 2000 box (version 8.1.0) and i am getting following error in db2diag.log repeatly. The scenerio is as follows. I am inserting 55000...
1
by: baubab | last post by:
I am running SUN server and DB2 version 8.1 During the execution an application Tivoli (ITIM) the following error has been taken place. 2005-10-26-17.43.10.884357 Instance:db2itim Node:000...
8
by: yqyq22 | last post by:
Hi all, I would like code a program that check if my iis is up and running, I think a probe is a good way, but I dont have idea how to implement this probe and where begin. moreover I would...
0
by: tomhanks | last post by:
Please help my diaglevel is at 3 still i get these messages. My platform is Aix 5.2 2007-04-25-01.08.04.209068-300 I12660C351 LEVEL: Severe PID : 38574 TID : 1 ...
1
by: Lars Eighner | last post by:
I have been getting this probe about every 90 minutes whenever I am online. Since I have dynamic IPs with my provider, this would seem to be a pretty determined effort. Does anyone have any idea...
0
by: rmarcosa | last post by:
Hi, I have a DB2 ESE 8.2 AIX 64bits FP15 server, and when a job is launched from scheduler in the task center, I watch messages into db2diag.log like this: 2008-05-13-10.03.46.853638+120...
0
by: eddy82 | last post by:
Hi All, I have this db2start in my db2diag.log everyday around the same time. But no db2stop in the db2diag.log or in the db2.nfy. I already check and no corruption or cronjob running during...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...

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.