Connecting Tech Pros Worldwide Help | Site Map
 
 
LinkBack Thread Tools Search this Thread
  #1  
Old November 12th, 2005, 10:39 AM
Mark A
Guest
 
Posts: n/a
Default 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.


  #2  
Old November 12th, 2005, 10:39 AM
Buck Nuggets
Guest
 
Posts: n/a
Default Re: DB2 Fixpak 9 now available for LUW

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

  #3  
Old November 12th, 2005, 10:39 AM
bwmiller16@yahoo.com
Guest
 
Posts: n/a
Default Re: DB2 Fixpak 9 now available for LUW

Can IBM explain why this is necessary, please?

Bruce

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

  #4  
Old November 12th, 2005, 10:39 AM
Serge Rielau
Guest
 
Posts: n/a
Default Re: DB2 Fixpak 9 now available for LUW

bwmiller16@yahoo.com wrote:[color=blue]
> Can IBM explain why this is necessary, please?
>
> Bruce
>
> Buck Nuggets wrote:
>[color=green]
>>unfortunately, it's labeled as fixpack 8 for the aix 5 version:
>>[/color]
>
> http://www-306.ibm.com/software/data...ownloadv8.html
>[color=green]
>>any idea of how much of an impact the direct & concurrent io[/color]
>
> tempspaces
>[color=green]
>>will have on warehousing apps?
>>
>>buck[/color]
>
>[/color]
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
  #5  
Old November 12th, 2005, 10:39 AM
bwmiller16@yahoo.com
Guest
 
Posts: n/a
Default Re: DB2 Fixpak 9 now available for LUW

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

  #6  
Old November 12th, 2005, 10:39 AM
Larry
Guest
 
Posts: n/a
Default Re: DB2 Fixpak 9 now available for LUW

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

bwmiller16@yahoo.com wrote:[color=blue]
> 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
>[/color]
  #7  
Old November 12th, 2005, 10:39 AM
Mark A
Guest
 
Posts: n/a
Default Re: DB2 Fixpak 9 now available for LUW

<bwmiller16@yahoo.com> wrote in message
news:1115059171.571326.200440@g14g2000cwa.googlegr oups.com...[color=blue]
> 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
>[/color]
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)."
..


  #8  
Old November 12th, 2005, 10:39 AM
Darin McBride
Guest
 
Posts: n/a
Default Re: DB2 Fixpak 9 now available for LUW

bwmiller16@yahoo.com wrote:
[color=blue]
> I'm referring to the separate FP9 for Linux 2.6 kernals...this seems
> very unusual. Will we be thread specific in the future?[/color]

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.
  #9  
Old November 12th, 2005, 10:39 AM
bwmiller16@yahoo.com
Guest
 
Posts: n/a
Default Re: DB2 Fixpak 9 now available for LUW

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:[color=blue]
> <bwmiller16@yahoo.com> wrote in message
> news:1115059171.571326.200440@g14g2000cwa.googlegr oups.com...[color=green]
> > I'm referring to the separate FP9 for Linux 2.6 kernals...this[/color][/color]
seems[color=blue][color=green]
> > very unusual. Will we be thread specific in the future?
> >
> > Bruce
> >[/color]
> 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[/color]
fixpak for[color=blue]
> 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[/color]
Release[color=blue]
> Notes. However there is an errata in the FixPackReadme.txt that[/color]
comes with[color=blue]
> the Fixpack in section: "3.1.2 Correction to the Version 8.2.2[/color]
Release Notes[color=blue]
> (Linux)."
> .[/color]

  #10  
Old November 12th, 2005, 10:40 AM
Serge Rielau
Guest
 
Posts: n/a
Default Re: DB2 Fixpak 9 now available for LUW

Larry wrote:[color=blue]
> 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
>
> bwmiller16@yahoo.com wrote:
>[color=green]
>> 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
>>[/color][/color]
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
  #11  
Old November 12th, 2005, 10:40 AM
bwmiller16@yahoo.com
Guest
 
Posts: n/a
Default Re: DB2 Fixpak 9 now available for LUW

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!

  #12  
Old November 12th, 2005, 10:40 AM
Serge Rielau
Guest
 
Posts: n/a
Default Re: DB2 Fixpak 9 now available for LUW

bwmiller16@yahoo.com wrote:[color=blue]
> 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!
>[/color]
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
  #13  
Old November 12th, 2005, 10:40 AM
bwmiller16@yahoo.com
Guest
 
Posts: n/a
Default Re: DB2 Fixpak 9 now available for LUW

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

  #14  
Old November 12th, 2005, 10:40 AM
Mark A
Guest
 
Posts: n/a
Default Re: DB2 Fixpak 9 now available for LUW

<bwmiller16@yahoo.com> wrote in message
news:1115065902.110376.109100@o13g2000cwo.googlegr oups.com...[color=blue]
> 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
>[/color]
Hi Bruce,

It was mentioned in the FixPackReadme.txt file.


  #15  
Old November 12th, 2005, 10:40 AM
Darin McBride
Guest
 
Posts: n/a
Default Re: DB2 Fixpak 9 now available for LUW

bwmiller16@yahoo.com wrote:
[color=blue]
> 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[/color]

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.
  #16  
Old November 12th, 2005, 10:40 AM
Jurgen Haan
Guest
 
Posts: n/a
Default Re: DB2 Fixpak 9 now available for LUW

Mark A wrote:[color=blue]
> Also, noticed there is now a separate fixpak 9 for Linux 2.6 Kernel in
> addition to the regular Linux fixpaks.
>
>[/color]

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

-R-
  #17  
Old November 12th, 2005, 10:40 AM
Mark A
Guest
 
Posts: n/a
Default Re: DB2 Fixpak 9 now available for LUW

"Jurgen Haan" <jurgen@fake.dom> wrote in message
news:42772619$0$153$e4fe514c@news.xs4all.nl...[color=blue]
> Mark A wrote:[color=green]
>> Also, noticed there is now a separate fixpak 9 for Linux 2.6 Kernel in
>> addition to the regular Linux fixpaks.[/color]
>
> And why doesn't this one come in 64bit?
>
> -R-[/color]

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


  #18  
Old November 12th, 2005, 10:40 AM
Jurgen Haan
Guest
 
Posts: n/a
Default Re: DB2 Fixpak 9 now available for LUW

Mark A wrote:[color=blue]
> "Jurgen Haan" <jurgen@fake.dom> wrote in message
> news:42772619$0$153$e4fe514c@news.xs4all.nl...
>[color=green]
>>Mark A wrote:
>>[color=darkred]
>>>Also, noticed there is now a separate fixpak 9 for Linux 2.6 Kernel in
>>>addition to the regular Linux fixpaks.[/color]
>>
>>And why doesn't this one come in 64bit?
>>
>>-R-[/color]
>
>
> There is one for AMD 64-bit, but not Intel 64-bit.
>
>[/color]

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-
  #19  
Old November 12th, 2005, 10:40 AM
Mark A
Guest
 
Posts: n/a
Default Re: DB2 Fixpak 9 now available for LUW

"Jurgen Haan" <jurgen@fake.dom> wrote in message
news:4277322e$0$168$e4fe514c@news.xs4all.nl...[color=blue][color=green]
>> There is one for AMD 64-bit, but not Intel 64-bit.[/color]
>
> 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-[/color]

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


  #20  
Old November 12th, 2005, 10:40 AM
Jurgen Haan
Guest
 
Posts: n/a
Default Re: DB2 Fixpak 9 now available for LUW

Mark A wrote:[color=blue]
> "Jurgen Haan" <jurgen@fake.dom> wrote in message
> news:4277322e$0$168$e4fe514c@news.xs4all.nl...
>[color=green][color=darkred]
>>>There is one for AMD 64-bit, but not Intel 64-bit.[/color]
>>
>>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-[/color]
>
>
> http://www-306.ibm.com/software/data...ownloadv8.html
>
>[/color]

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

-R-
  #21  
Old November 12th, 2005, 10:40 AM
Serge Rielau
Guest
 
Posts: n/a
Default Re: DB2 Fixpak 9 now available for LUW

Buck Nuggets wrote:[color=blue]
> 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
>[/color]
Typo should be fixed now. Tx for the notification.

--
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 205,164 network members.