473,387 Members | 1,569 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.

DB2 Fixpak 9 now available for LUW

Also, noticed there is now a separate fixpak 9 for Linux 2.6 Kernel in
addition to the regular Linux fixpaks.
Nov 12 '05 #1
20 1454
unfortunately, it's labeled as fixpack 8 for the aix 5 version:
http://www-306.ibm.com/software/data...ownloadv8.html

any idea of how much of an impact the direct & concurrent io tempspaces
will have on warehousing apps?

buck

Nov 12 '05 #2
Can IBM explain why this is necessary, please?

Bruce

Buck Nuggets wrote:
unfortunately, it's labeled as fixpack 8 for the aix 5 version:
http://www-306.ibm.com/software/data...ownloadv8.html
any idea of how much of an impact the direct & concurrent io tempspaces will have on warehousing apps?

buck


Nov 12 '05 #3
bw********@yahoo.com wrote:
Can IBM explain why this is necessary, please?

Bruce

Buck Nuggets wrote:
unfortunately, it's labeled as fixpack 8 for the aix 5 version:


http://www-306.ibm.com/software/data...ownloadv8.html
any idea of how much of an impact the direct & concurrent io


tempspaces
will have on warehousing apps?

buck


Are you referring to buck's question (which I can't answer) or the
obvious typo (which I have reported)?

Cheers
Serge
--
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
Nov 12 '05 #4
I'm referring to the separate FP9 for Linux 2.6 kernals...this seems
very unusual. Will we be thread specific in the future?

Bruce

Nov 12 '05 #5
Perhaps there is maintenance specific for the Linux 2.6 kernel or
perhaps there is something about the Linux 2.6 kernel that requires
something in the fixpak install to be different. I don't think IBM would
go out of its way to have fixpaks that are thread specific if it wasn't
necessary. But perhaps Serge or Darin can find out more.

Larry Edelstein

bw********@yahoo.com wrote:
I'm referring to the separate FP9 for Linux 2.6 kernals...this seems
very unusual. Will we be thread specific in the future?

Bruce

Nov 12 '05 #6
<bw********@yahoo.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
I'm referring to the separate FP9 for Linux 2.6 kernals...this seems
very unusual. Will we be thread specific in the future?

Bruce

The reason is to support asynchronous I/O and vector I/O performance
enhancements that are only available with the 2.6
kernel. I don't believe it is mandatory that you use the special fixpak for
2.6 kernel if you don't need the I/O enhancements (not 100% sure).

The enhancement is described in "New in this Release" section of the Release
Notes. However there is an errata in the FixPackReadme.txt that comes with
the Fixpack in section: "3.1.2 Correction to the Version 8.2.2 Release Notes
(Linux)."
..
Nov 12 '05 #7
bw********@yahoo.com wrote:
I'm referring to the separate FP9 for Linux 2.6 kernals...this seems
very unusual. Will we be thread specific in the future?


To take full advantage of the 2.6 kernel on x86 and x86-64 platforms,
we need to compile with a newer compiler. We can also remove checks
for the kernel level from the code - the fact DB2 doesn't crash on
startup implies we're on a 2.6 kernel, and can take advantage of
certain features.

DB2 will continue to be kernel-specific on these platforms for the life
of version 8, so that we can continue to support RHEL3, SLES8, and
other distributions that were supported at the GA of v8.2 (or v8.1).

I cannot speak to what future versions of DB2 will be like.
Nov 12 '05 #8
I would definitely like to know if this is mandatory or not...I'd hate
to install the standard FP9 with our 2.6 kernal only to find out the
hard-way that the special FP9 for 2.6 was required.

Thanks guys,

Bruce

Mark A wrote:
<bw********@yahoo.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
I'm referring to the separate FP9 for Linux 2.6 kernals...this seems very unusual. Will we be thread specific in the future?

Bruce
The reason is to support asynchronous I/O and vector I/O performance
enhancements that are only available with the 2.6
kernel. I don't believe it is mandatory that you use the special

fixpak for 2.6 kernel if you don't need the I/O enhancements (not 100% sure).

The enhancement is described in "New in this Release" section of the Release Notes. However there is an errata in the FixPackReadme.txt that comes with the Fixpack in section: "3.1.2 Correction to the Version 8.2.2 Release Notes (Linux)."
.


Nov 12 '05 #9
Larry wrote:
Perhaps there is maintenance specific for the Linux 2.6 kernel or
perhaps there is something about the Linux 2.6 kernel that requires
something in the fixpak install to be different. I don't think IBM would
go out of its way to have fixpaks that are thread specific if it wasn't
necessary. But perhaps Serge or Darin can find out more.

Larry Edelstein

bw********@yahoo.com wrote:
I'm referring to the separate FP9 for Linux 2.6 kernals...this seems
very unusual. Will we be thread specific in the future?

Bruce

This will likely continue into the future. From what I understand the
main issue is the "gcc ABI" (I'm parrotting I confess). To have a stream
that specifically exploit 2.6 features is a pleasant side-effect.

Cheers
Serge
--
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
Nov 12 '05 #10
I agree it is always nice to exploit 2.6 features...but will I be in
trouble if I do not apply the 2.6 FP9 to a Linux 2.6 installation?

If there is trouble then I hope the support center has been trained to
spot the error!

Nov 12 '05 #11
bw********@yahoo.com wrote:
I agree it is always nice to exploit 2.6 features...but will I be in
trouble if I do not apply the 2.6 FP9 to a Linux 2.6 installation?

If there is trouble then I hope the support center has been trained to
spot the error!

My gut feeling is that it's wise to go with that FP if you use the 2.6
Kernel. I doubt that the 2.4 install will be tested as thoroughly
against 2.6 as the 2.6 install...

Cheers
Serge
--
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
Nov 12 '05 #12
Serge -

I agree. My point here I guess is that I personally didn't see the
2.6-specific FP9 release until I saw it mentioned here on the board and
I bet others may not see it as well, this evidently being the
first-time for a thread-specific release. I'll know next time to look
for it but this first time might cause some angst amongst folks.

-B

Nov 12 '05 #13
<bw********@yahoo.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
Serge -

I agree. My point here I guess is that I personally didn't see the
2.6-specific FP9 release until I saw it mentioned here on the board and
I bet others may not see it as well, this evidently being the
first-time for a thread-specific release. I'll know next time to look
for it but this first time might cause some angst amongst folks.

-B

Hi Bruce,

It was mentioned in the FixPackReadme.txt file.
Nov 12 '05 #14
bw********@yahoo.com wrote:
I would definitely like to know if this is mandatory or not...I'd hate
to install the standard FP9 with our 2.6 kernal only to find out the
hard-way that the special FP9 for 2.6 was required.

Thanks guys,

Bruce


The 2.4-kernel-based fixpak should not permit an install on a 2.6
kernel system (on x86 and x86-64 only). Thus, if you use
installFixPak, you should already be protected.

Thus, yes, it is mandatory.
Nov 12 '05 #15
Mark A wrote:
Also, noticed there is now a separate fixpak 9 for Linux 2.6 Kernel in
addition to the regular Linux fixpaks.


And why doesn't this one come in 64bit?

-R-
Nov 12 '05 #16
"Jurgen Haan" <ju****@fake.dom> wrote in message
news:42*********************@news.xs4all.nl...
Mark A wrote:
Also, noticed there is now a separate fixpak 9 for Linux 2.6 Kernel in
addition to the regular Linux fixpaks.


And why doesn't this one come in 64bit?

-R-


There is one for AMD 64-bit, but not Intel 64-bit.
Nov 12 '05 #17
Mark A wrote:
"Jurgen Haan" <ju****@fake.dom> wrote in message
news:42*********************@news.xs4all.nl...
Mark A wrote:
Also, noticed there is now a separate fixpak 9 for Linux 2.6 Kernel in
addition to the regular Linux fixpaks.


And why doesn't this one come in 64bit?

-R-

There is one for AMD 64-bit, but not Intel 64-bit.


An AMD 64bit 2.6 FP9? Didn't see it between the other FP.
Can you please tell me where I can find it?
(Running DB2 on an Opteron here :P)

-R-
Nov 12 '05 #18
"Jurgen Haan" <ju****@fake.dom> wrote in message
news:42*********************@news.xs4all.nl...
There is one for AMD 64-bit, but not Intel 64-bit.


An AMD 64bit 2.6 FP9? Didn't see it between the other FP.
Can you please tell me where I can find it?
(Running DB2 on an Opteron here :P)

-R-


http://www-306.ibm.com/software/data...ownloadv8.html
Nov 12 '05 #19
Mark A wrote:
"Jurgen Haan" <ju****@fake.dom> wrote in message
news:42*********************@news.xs4all.nl...
There is one for AMD 64-bit, but not Intel 64-bit.


An AMD 64bit 2.6 FP9? Didn't see it between the other FP.
Can you please tell me where I can find it?
(Running DB2 on an Opteron here :P)

-R-

http://www-306.ibm.com/software/data...ownloadv8.html


DOH! totally read over that one...
Thanks.

-R-
Nov 12 '05 #20
Buck Nuggets wrote:
unfortunately, it's labeled as fixpack 8 for the aix 5 version:
http://www-306.ibm.com/software/data...ownloadv8.html

any idea of how much of an impact the direct & concurrent io tempspaces
will have on warehousing apps?

buck

Typo should be fixed now. Tx for the notification.

--
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
Nov 12 '05 #21

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

Similar topics

0
by: Carl Castrianni | last post by:
I have UDB ESE fixpak 2 installed on a Windows XP Pro machine. I downloaded ESE fixpak 3 (and fixpak 4) from the IBM Web site. When I run the fixpak 3 installer (or the fixpak 4 installer for...
2
by: sea | last post by:
I have db2 workgroup server 8.1 and I need to download fixpaks -- I find that there are 2 kinds of fixpaks available, 32 bit and 64 bit. How do I know which one I need? Is it better to go with the...
5
by: Mary Lei | last post by:
I have problems connecting to ftp server to obtain the solaris fixpak to upgrade to DB2 8.2.1 ...
4
by: jsorianop | last post by:
-------------------------------------------------------------------------------- I have HP-UX ia64 and db2 version 8.1 fp 6, i want to upgrade to 8.1 fixpak 11, but when i tried to install it, i...
3
by: Maricel Espejo | last post by:
Hi, What are the options available in DB2 to backdown from Fixpak 12 to Fixpak 10. The environment is 64 Bit AIX 5 system. I have run the following tools after installing fixpak 12: ...
8
by: Christopher Keller | last post by:
Hello, does anyone know why on the IBM download section of the UDB Support page http://www-306.ibm.com/software/data/db2/udb/support/ FP 13, 11 and 10 are listed prominently, but not FP12. We...
1
by: aj | last post by:
I'm currently on DB2 LUW v8.1 fixpack 5 DB21085I Instance "xxxx" uses "32" bits and DB2 code release "SQL08015" with level identifier "02060106". Informational tokens are "DB2 v8.1.0.48",...
1
by: aj | last post by:
DB21085I Instance "oltp" uses "32" bits and DB2 code release "SQL08027" with level identifier "03080106". Informational tokens are "DB2 v8.1.2.128", "s061108", "MI00176", and FixPak "14". DB2...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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
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
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...
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...

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.