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

DB2 server & fixpack installation step

cat
Hi Folks,

We are going to start a grand new project, which is DB2v7 FP10a
sitting on AIX4.3.3 on M80 server. Here is my question,

1) According to Fixpack installation guide, I have to install
Fixpack1(Pre-request of Fixpack 3 installation), Fixpack 3(Pre-request
of Fixpack 10a) in order to successful install Fixpack 10a.Question is
do I have to follow this sequence or there is a way jump to fixpack
10a.

2) I will following install DB2 server ---> install
fixpack----->create instance --->create admin server--->update node
configuration file--->create .rhost file--->start admin
server--->install license key. So I think I do have to do any post
installation like update instance and database, rebind. Am I right?

Looking forward for any suggestion. Thanks

Cat
Nov 12 '05 #1
6 8590

"cat" <in***********@yahoo.com> wrote in message
news:74*************************@posting.google.co m...
Hi Folks,

We are going to start a grand new project, which is DB2v7 FP10a
sitting on AIX4.3.3 on M80 server. Here is my question,

1) According to Fixpack installation guide, I have to install
Fixpack1(Pre-request of Fixpack 3 installation), Fixpack 3(Pre-request
of Fixpack 10a) in order to successful install Fixpack 10a.Question is
do I have to follow this sequence or there is a way jump to fixpack
10a.

2) I will following install DB2 server ---> install
fixpack----->create instance --->create admin server--->update node
configuration file--->create .rhost file--->start admin
server--->install license key. So I think I do have to do any post
installation like update instance and database, rebind. Am I right?

Looking forward for any suggestion. Thanks

Cat


Version 7 Fixpak 3 is the first release of 7.2. You must install FP3 before
any other fixpaks after that. There is a database conversion that gets done
on any existing databases from 7.1 (base code of FP1 or FP2).

The installation readme files explain what tasks need to be done, either
pre-install or post-install, depending on which fixpak it is.
Nov 12 '05 #2
1) 2 choices

a. install DB2 7.2
b. install FP10a

or

a. install 7.1
b. install FP3
c. install FP10a

cat wrote:
Hi Folks,

We are going to start a grand new project, which is DB2v7 FP10a
sitting on AIX4.3.3 on M80 server. Here is my question,

1) According to Fixpack installation guide, I have to install
Fixpack1(Pre-request of Fixpack 3 installation), Fixpack 3(Pre-request
of Fixpack 10a) in order to successful install Fixpack 10a.Question is
do I have to follow this sequence or there is a way jump to fixpack
10a.

2) I will following install DB2 server ---> install
fixpack----->create instance --->create admin server--->update node
configuration file--->create .rhost file--->start admin
server--->install license key. So I think I do have to do any post
installation like update instance and database, rebind. Am I right?

Looking forward for any suggestion. Thanks

Cat


Nov 12 '05 #3
Blair Adamache wrote:
1) 2 choices

a. install DB2 7.2
b. install FP10a

or

a. install 7.1 aa. install FP1 if you're using 64-bit on AIX4.3.3 (not recommended
since it's not supported in DB2 v8 anymore.)
b. install FP3
c. install FP10a
These all presume that you know which fixpak stream you're interested
in ... 32-bit-only, 32-/64-bit hybrid for AIX4 (starts with FP1), or
32-/64-bit hybrid for AIX5 (starts with FP4).
cat wrote:
Hi Folks,

We are going to start a grand new project, which is DB2v7 FP10a
sitting on AIX4.3.3 on M80 server. Here is my question,
Hmmm - in an ideal world, you'd be starting with AIX 5.1 or 5.2 and DB2
v8. I'll just presume there are other constraints on these choices.
1) According to Fixpack installation guide, I have to install
Fixpack1(Pre-request of Fixpack 3 installation), Fixpack 3(Pre-request
of Fixpack 10a) in order to successful install Fixpack 10a.Question is
do I have to follow this sequence or there is a way jump to fixpack
10a.

2) I will following install DB2 server ---> install
fixpack----->create instance --->create admin server--->update node
configuration file--->create .rhost file--->start admin
server--->install license key. So I think I do have to do any post
installation like update instance and database, rebind. Am I right?
Correct - if you create the instance after applying the fixpak, there
is no update of instance required.
Looking forward for any suggestion. Thanks

Cat

Nov 12 '05 #4
cat
Hi All

Thanks for your answers, it really helpful. Let me introduce the
backgroup of this project. The reason we decide to setup db2v7 fp10a
on AIX 4.3.3 32 bit is we need to move one application from the States
to Toronto server center, so we order a new IBM M80 server, try to
install all the os and database with the same level of the old system,
then just backup and restore it in the new server. I do agree in
'ideal world', we should make it DB2 v8 on aix 5 64 bit, but it's
really important system, user don't want take any risk to update too
much in one shoot.

Anyway, regarding to the Fixpack3 install readme, the prerequisites is
'you should have DB2 UDB V7.1 already installed before installing the
Fixpak'. So I assume if I want to install fp10a, the sequence should
be
1. Fixpack 1 ( prerequisites of install fixpack3)
2. Fixpack 3 ( update to v7.2 as prerequisites of install fixpack 10a)
3. Fixpack 10a.

Then, create instance, create database.

Any suggestion? Thanks

Ingrid
Darin McBride <dm******@naboo.to.org.no.spam.for.me> wrote in message news:<WxjRb.287252$JQ1.252645@pd7tw1no>...
Blair Adamache wrote:
1) 2 choices

a. install DB2 7.2
b. install FP10a

or

a. install 7.1

aa. install FP1 if you're using 64-bit on AIX4.3.3 (not recommended
since it's not supported in DB2 v8 anymore.)
b. install FP3
c. install FP10a


These all presume that you know which fixpak stream you're interested
in ... 32-bit-only, 32-/64-bit hybrid for AIX4 (starts with FP1), or
32-/64-bit hybrid for AIX5 (starts with FP4).
cat wrote:
Hi Folks,

We are going to start a grand new project, which is DB2v7 FP10a
sitting on AIX4.3.3 on M80 server. Here is my question,
Hmmm - in an ideal world, you'd be starting with AIX 5.1 or 5.2 and DB2
v8. I'll just presume there are other constraints on these choices.
1) According to Fixpack installation guide, I have to install
Fixpack1(Pre-request of Fixpack 3 installation), Fixpack 3(Pre-request
of Fixpack 10a) in order to successful install Fixpack 10a.Question is
do I have to follow this sequence or there is a way jump to fixpack
10a.

2) I will following install DB2 server ---> install
fixpack----->create instance --->create admin server--->update node
configuration file--->create .rhost file--->start admin
server--->install license key. So I think I do have to do any post
installation like update instance and database, rebind. Am I right?
Correct - if you create the instance after applying the fixpak, there
is no update of instance required.
Looking forward for any suggestion. Thanks

Cat

Nov 12 '05 #5
cat wrote:
Hi All

Thanks for your answers, it really helpful. Let me introduce the
backgroup of this project. The reason we decide to setup db2v7 fp10a
on AIX 4.3.3 32 bit is we need to move one application from the States
to Toronto server center, so we order a new IBM M80 server, try to
install all the os and database with the same level of the old system,
then just backup and restore it in the new server. I do agree in
'ideal world', we should make it DB2 v8 on aix 5 64 bit, but it's
really important system, user don't want take any risk to update too
much in one shoot.
What's life without risk? ;-> Oh yeah. A life with a longer
employment. ;-)
Anyway, regarding to the Fixpack3 install readme, the prerequisites is
'you should have DB2 UDB V7.1 already installed before installing the
Fixpak'. So I assume if I want to install fp10a, the sequence should
be
1. Fixpack 1 ( prerequisites of install fixpack3)
You may be using the wrong fixpak. If you don't want 64-bit, then you
should be sure that you're downloading the 32-bit-only fixpak. It's
smaller, for starters. The 32-bit-only fixpak does not require FP1.
2. Fixpack 3 ( update to v7.2 as prerequisites of install fixpack 10a)
Again, as Blair mentioned, if you start with v7.2 rather than 7.1, you
can bypass both of the above steps.
3. Fixpack 10a.
Thus, it's:

1. V7.2
2. FP10a

Note that v7.2 and FP3 are basically the same, and thus v7.2 would
qualify the same as FP3.
Then, create instance, create database.

Any suggestion? Thanks

Nov 12 '05 #6
You only need Fixpak 1 if you're running 64-bit on AIX 4.3.

cat wrote:
Hi All

Thanks for your answers, it really helpful. Let me introduce the
backgroup of this project. The reason we decide to setup db2v7 fp10a
on AIX 4.3.3 32 bit is we need to move one application from the States
to Toronto server center, so we order a new IBM M80 server, try to
install all the os and database with the same level of the old system,
then just backup and restore it in the new server. I do agree in
'ideal world', we should make it DB2 v8 on aix 5 64 bit, but it's
really important system, user don't want take any risk to update too
much in one shoot.

Anyway, regarding to the Fixpack3 install readme, the prerequisites is
'you should have DB2 UDB V7.1 already installed before installing the
Fixpak'. So I assume if I want to install fp10a, the sequence should
be
1. Fixpack 1 ( prerequisites of install fixpack3)
2. Fixpack 3 ( update to v7.2 as prerequisites of install fixpack 10a)
3. Fixpack 10a.

Then, create instance, create database.

Any suggestion? Thanks

Ingrid
Darin McBride <dm******@naboo.to.org.no.spam.for.me> wrote in message news:<WxjRb.287252$JQ1.252645@pd7tw1no>...
Blair Adamache wrote:

1) 2 choices

a. install DB2 7.2
b. install FP10a

or

a. install 7.1


aa. install FP1 if you're using 64-bit on AIX4.3.3 (not recommended
since it's not supported in DB2 v8 anymore.)

b. install FP3
c. install FP10a


These all presume that you know which fixpak stream you're interested
in ... 32-bit-only, 32-/64-bit hybrid for AIX4 (starts with FP1), or
32-/64-bit hybrid for AIX5 (starts with FP4).

cat wrote:
Hi Folks,

We are going to start a grand new project, which is DB2v7 FP10a
sitting on AIX4.3.3 on M80 server. Here is my question,


Hmmm - in an ideal world, you'd be starting with AIX 5.1 or 5.2 and DB2
v8. I'll just presume there are other constraints on these choices.

1) According to Fixpack installation guide, I have to install
Fixpack1(Pre-request of Fixpack 3 installation), Fixpack 3(Pre-request
of Fixpack 10a) in order to successful install Fixpack 10a.Question is
do I have to follow this sequence or there is a way jump to fixpack
10a.

2) I will following install DB2 server ---> install
fixpack----->create instance --->create admin server--->update node
configuration file--->create .rhost file--->start admin
server--->install license key. So I think I do have to do any post
installation like update instance and database, rebind. Am I right?


Correct - if you create the instance after applying the fixpak, there
is no update of instance required.

Looking forward for any suggestion. Thanks

Cat


Nov 12 '05 #7

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

Similar topics

4
by: John Wheeler | last post by:
Hi, I wanted to upgrade my adc to fixpack 5 on Windows XP Professional (Dutch edition). However after unzipping the cab files the Windows installer quits with a dialog saying (translated from...
4
by: Andy J | last post by:
Hi Everyone NEW USER Q. I am trying to restore a database backup image to another machine. Both machines are installed with same DB2 7.2 installation package. Version: 7, Release: 2,...
10
by: Alex | last post by:
Hi, We have UDB 7.2 running on window 2000 server name SERVERDB2UDB01(example) Until we move to version 8 we want to move our production on another sever Steps we want to do 1. install...
4
by: pshindle | last post by:
DB2 Team - I just downloaded and unzipped the new Fixpack 9 for DB2 ESE V8 for Windows (FP9_WR21350_ESE.exe). I then burned the unzipped Fixpack files to a CD. I proceded to install this...
1
by: Sanju | last post by:
Hi.. Can any one know the installation steps of DB2 Version 8.1 and service pack FP5.. My operation system WindowsXP Please Guide me Thanks & Regards
5
by: Microsoft | last post by:
Hi, I have Visual Basic .net 2003 (Standard Edition) & SQL Server 2000 Developer Edition. When trying to create a connection in the server explorer from the .net IDE I get a number of problems;...
1
by: BOBO | last post by:
Hi all, Is there anyone who can address me to the official (or not) documentation for Fixpack 13 Installation on a IBM DB2 connect enterprise server? Many thanks.
1
by: Phil Sherman | last post by:
A recent HD failure and next year's first quarter release of Red Hat's EL5 made me decide to temporarily use FC6 on my sandbox system, an IBM Thinkpad T40. UDB 8.1 (FP14) and a UDB 9 Express-C were...
6
by: Mark A | last post by:
In version 8.2 ESE we used alternate fixpacks to allow multiple fixpack levels for different instances, and to allow an instance to be deprecated back to the previous fixpack (with certain...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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...

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.