Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

DB2 V9.1 to 9.5

 
   Database Help (Home) -> DB2 RSS
Next:  impact on database due to running sql snapshots  
Author Message
Graham Hobbs

External


Since: Nov 08, 2010
Posts: 3



(Msg. 1) Posted: Mon Nov 08, 2010 11:21 am
Post subject: DB2 V9.1 to 9.5
Archived from groups: comp>databases>ibm-db2 (more info?)

Hello,
Is this an upgrade or would/could 9.5 install separately?
Thanks
Graham

 >> Stay informed about: DB2 V9.1 to 9.5 
Back to top
Login to vote
Ian7

External


Since: Sep 15, 2003
Posts: 228



(Msg. 2) Posted: Mon Nov 08, 2010 11:28 am
Post subject: Re: DB2 V9.1 to 9.5 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Nov 8, 9:21 am, Graham Hobbs wrote:
> Hello,
> Is this an upgrade or would/could 9.5 install separately?

You can install 9.5 on the same system as 9.1, and have different
instances running on both code levels simultaneously.

Depending on your platform (i.e. Windows vs UNIX/Linux) there are
definitely caveats for how to handle this during the install, etc, so
make sure you read the documentation.
http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/topic/com.ibm.db2...w.qb.mi

 >> Stay informed about: DB2 V9.1 to 9.5 
Back to top
Login to vote
Helmut Tessarek

External


Since: Jun 21, 2010
Posts: 8



(Msg. 3) Posted: Mon Nov 08, 2010 3:58 pm
Post subject: Re: DB2 V9.1 to 9.5 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Please be also aware that you can't access the same database locally
from both instances at the same time.

You can catalog the database via a loopback address though.

Your choices are as follows:

Install new version additionally to the existing one:
- backup in 9.1 / (redirected) restore in 9.5 (drawback: twice the space
and not in sync)
- catalog 9.1 database in 9.5 (drawback: server 9.1 / client 9.5 and
both instances have to be up)

Upgrade 9.1 code to 9.5
- migrate 9.1 database to 9.5

So long,
Helmut

On 11/08/2010 02:28 PM, Ian wrote:
> On Nov 8, 9:21 am, Graham Hobbs wrote:
>> Hello,
>> Is this an upgrade or would/could 9.5 install separately?
>
> You can install 9.5 on the same system as 9.1, and have different
> instances running on both code levels simultaneously.
>
> Depending on your platform (i.e. Windows vs UNIX/Linux) there are
> definitely caveats for how to handle this during the install, etc, so
> make sure you read the documentation.
> http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/topic/com.ibm.db2...w.qb.mi
>
>

--
Helmut K. C. Tessarek
DB2 Performance and Development

/*
Thou shalt not follow the NULL pointer for chaos and madness
await thee at its end.
*/
 >> Stay informed about: DB2 V9.1 to 9.5 
Back to top
Login to vote
Graham Hobbs

External


Since: Nov 08, 2010
Posts: 3



(Msg. 4) Posted: Mon Nov 08, 2010 5:45 pm
Post subject: Re: DB2 V9.1 to 9.5 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, 08 Nov 2010 15:58:54 -0500, Helmut Tessarek
wrote:

>Please be also aware that you can't access the same database locally
>from both instances at the same time.
>
>You can catalog the database via a loopback address though.
>
>Your choices are as follows:
>
>Install new version additionally to the existing one:
>- backup in 9.1 / (redirected) restore in 9.5 (drawback: twice the space
>and not in sync)
>- catalog 9.1 database in 9.5 (drawback: server 9.1 / client 9.5 and
>both instances have to be up)
>
>Upgrade 9.1 code to 9.5
>- migrate 9.1 database to 9.5
>
>So long,
> Helmut
>
>On 11/08/2010 02:28 PM, Ian wrote:
>> On Nov 8, 9:21 am, Graham Hobbs wrote:
>>> Hello,
>>> Is this an upgrade or would/could 9.5 install separately?
>>
>> You can install 9.5 on the same system as 9.1, and have different
>> instances running on both code levels simultaneously.
>>
>> Depending on your platform (i.e. Windows vs UNIX/Linux) there are
>> definitely caveats for how to handle this during the install, etc, so
>> make sure you read the documentation.
>> http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/topic/com.ibm.db2...w.qb.mi
>>
>>
So I can upgrade 9.1 to 9.5 and I am sure the documentation will tell
me how to migrate my databases and tables. This is what I will do.
Thanks chaps.

Just for reassurance .. three years ago I installed DB2 Express (guess
this was 9.1) in a small operation on a laptop with RDz and TXSeries,
created a few tables. I was pleased that without ANY tinkering my
Cobol/CICS pgms successfully accessed the tables - am hoping that
going to 9.5 will produce the same pleasure:-).
Graham
 >> Stay informed about: DB2 V9.1 to 9.5 
Back to top
Login to vote
Helmut Tessarek

External


Since: Jun 21, 2010
Posts: 8



(Msg. 5) Posted: Mon Nov 08, 2010 7:27 pm
Post subject: Re: DB2 V9.1 to 9.5 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Graham,

> So I can upgrade 9.1 to 9.5 and I am sure the documentation will tell
> me how to migrate my databases and tables. This is what I will do.
> Thanks chaps.

Yes, you can. The documentation has all the info you will need.
On Unix the steps are as follows:
../db2_install
/opt/ibm/db2/V9.7/instance/db2imigr <instance user>
su - <instance user>
db2start
db2 migrate db <dbname>

> Just for reassurance .. three years ago I installed DB2 Express (guess
> this was 9.1) in a small operation on a laptop with RDz and TXSeries,
> created a few tables. I was pleased that without ANY tinkering my
> Cobol/CICS pgms successfully accessed the tables - am hoping that
> going to 9.5 will produce the same pleasure:-).

I don't see why it shouldn't work with 9.5. That is, if RDz and TXSeries are
compatible with 9.5, but I'm pretty sure they are.

Btw, the latest DB2 Version is 9.7. DB2 9.8, if you are a pureScale customer.

--
Helmut K. C. Tessarek
DB2 Performance and Development

/*
Thou shalt not follow the NULL pointer for chaos and madness
await thee at its end.
*/
 >> Stay informed about: DB2 V9.1 to 9.5 
Back to top
Login to vote
Graham Hobbs

External


Since: Nov 08, 2010
Posts: 3



(Msg. 6) Posted: Mon Nov 08, 2010 9:11 pm
Post subject: Re: DB2 V9.1 to 9.5 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, 08 Nov 2010 19:27:30 -0500, Helmut Tessarek
wrote:

>Hi Graham,
>
>> So I can upgrade 9.1 to 9.5 and I am sure the documentation will tell
>> me how to migrate my databases and tables. This is what I will do.
>> Thanks chaps.
>
>Yes, you can. The documentation has all the info you will need.
>On Unix the steps are as follows:
>./db2_install
>/opt/ibm/db2/V9.7/instance/db2imigr <instance user>
>su - <instance user>
>db2start
>db2 migrate db <dbname>
>
>> Just for reassurance .. three years ago I installed DB2 Express (guess
>> this was 9.1) in a small operation on a laptop with RDz and TXSeries,
>> created a few tables. I was pleased that without ANY tinkering my
>> Cobol/CICS pgms successfully accessed the tables - am hoping that
>> going to 9.5 will produce the same pleasure:-).
>
>I don't see why it shouldn't work with 9.5. That is, if RDz and TXSeries are
>compatible with 9.5, but I'm pretty sure they are.
>
>Btw, the latest DB2 Version is 9.7. DB2 9.8, if you are a pureScale customer.
---
Hi Helmut,
Keep forgetting to mention - am Windows XP:( Such is life. I got 9.5
thru Partnerworld and the Software Access Catalogue and my RDz and TXS
are partnered therewith so that's the option I was offered.
Thanks for install/migrate tips and everything!
Graham
 >> Stay informed about: DB2 V9.1 to 9.5 
Back to top
Login to vote
Helmut Tessarek

External


Since: Jun 21, 2010
Posts: 8



(Msg. 7) Posted: Tue Nov 09, 2010 1:01 am
Post subject: Re: DB2 V9.1 to 9.5 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Graham,

> Keep forgetting to mention - am Windows XP:( Such is life. I got 9.5

No problem, the steps are a little bit different, but it works too.
I'm not using Windows, so I can't write down the necessary steps off the top
of my head.
But you'll find them in the documentation.

Cheers,
Helmut

--
Helmut K. C. Tessarek
DB2 Performance and Development

/*
Thou shalt not follow the NULL pointer for chaos and madness
await thee at its end.
*/
 >> Stay informed about: DB2 V9.1 to 9.5 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
DB2 UDB LUW 8.2:clp 32 bit connect to 64 bit engine - Environment: DB2 UDB LUW (AIX) 8.2 Database instance: test migration to 64 bit Clients: 32 bit, embedded sql, db2 clp When PATH/LIBPATH point to the 32 lib environment (/usr/opt/db2_08_01/bin and (/usr/opt/db2_08_01/lib) db2..

How to reterive the last 5 records in a table? - Hi I have a table which contains number of rows. I want to fetch the last 5 records from the table. I know for the first 'n' records we can use FETCH FIRST n ROWS ONLY command. But i want to fetch last 5 records. Can any one help in this... ..

&quot;FIND&quot; command is narrowed - In the ISPF editor I am using, for a particullar PO Dataset I am getting the result of FIND statement narrowed down to the colums 48-56. i.e. if I give "FIND 'TO' ALL", the result I am getting as "CHARS 'TO' - found 239 times within colum...

Schema mapper - As do all such projects, my latest venture into DB design has grown as the user becomes more educated to his needs, the design process and the capabilities of those involved. I am looking for a tool which I can point to a db2 dub schema and get a..

Sample package - Hi All, I want to create a very simple db2 package and bind it . The test is to bind multiple versions of a package. So I want to first create a package ,bind it and then modify it to create another version . Any ideas about how to complete this..
   Database Help (Home) -> DB2 All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]