If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > migration to new hardware (server)

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-17-04, 04:48
blom0344 blom0344 is offline
Registered User
 
Join Date: Jan 2003
Location: Zutphen,Netherlands
Posts: 256
migration to new hardware (server)

I want to migrate my DB2 databases from an old compaq server to a new DEll server.
We upgraded from DB2 version 5.2 to 7.1 two years ago and we created everything from scratch. We have to much data and to many databases to do that now.
Has anyone any experience with such a migration? We are aiming at first just replacing the hardware (and later on upgrading to DB2 version 8.1)
(We are talking strictly about datamarts , there are no applications running on the server, just an ETL-tool)
__________________
Ties Blom
Senior Application Developer BI
Getronics Healthcare
DB2,ORACLE,Powercenter,BusObj,Access,
SQL, SQL server
Reply With Quote
  #2 (permalink)  
Old 02-17-04, 09:07
quigleyd quigleyd is offline
Registered User
 
Join Date: Nov 2002
Location: Delaware
Posts: 186
We have migrated over 150 database to new servers, we found it just easier to setup the new server, install db2, create the db, and then restore. If the system needs to be available, do an online backup and keep restoring the logs to the new server, and when your old server gets to the point you can shut it down, just send the last log over, and complete the rollforward, This will minamize the down time.
There are allot more details, but thats the highlevel overview of the db
__________________
David Quigley
Reply With Quote
  #3 (permalink)  
Old 02-17-04, 09:46
blom0344 blom0344 is offline
Registered User
 
Join Date: Jan 2003
Location: Zutphen,Netherlands
Posts: 256
Quote:
Originally posted by quigleyd
We have migrated over 150 database to new servers, we found it just easier to setup the new server, install db2, create the db, and then restore. If the system needs to be available, do an online backup and keep restoring the logs to the new server, and when your old server gets to the point you can shut it down, just send the last log over, and complete the rollforward, This will minamize the down time.
There are allot more details, but thats the highlevel overview of the db
Okay, that seems a sensible way to start. The issue however is how to trick every application and tool in thinking that they will still connect to the same machine. Will it be enough to call the new server by the old name, or should I even swap the old IP-address to the new server?

Do you have any experience with these aspects?
__________________
Ties Blom
Senior Application Developer BI
Getronics Healthcare
DB2,ORACLE,Powercenter,BusObj,Access,
SQL, SQL server
Reply With Quote
  #4 (permalink)  
Old 02-17-04, 10:04
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
As far as I understand, it depends on how the clients are configured ... If the client configuration has ip-addresses, then your new servers must have the same ip address ... If they had been configured using a DNS name , then the ipaddress changes should be incorporated in the DNS ..

Your network admin should be able to help in this regard

Cheers
Sathyaram


Quote:
Originally posted by blom0344
Okay, that seems a sensible way to start. The issue however is how to trick every application and tool in thinking that they will still connect to the same machine. Will it be enough to call the new server by the old name, or should I even swap the old IP-address to the new server?

Do you have any experience with these aspects?
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #5 (permalink)  
Old 02-17-04, 10:25
blom0344 blom0344 is offline
Registered User
 
Join Date: Jan 2003
Location: Zutphen,Netherlands
Posts: 256
Quote:
Originally posted by sathyaram_s
As far as I understand, it depends on how the clients are configured ... If the client configuration has ip-addresses, then your new servers must have the same ip address ... If they had been configured using a DNS name , then the ipaddress changes should be incorporated in the DNS ..

Your network admin should be able to help in this regard

Cheers
Sathyaram
Sathyaram,

We use the DB2 run-time client and use the client configuration assistant to create connection to the instance.
For every installation I need just once to configure the IP setting and then I use simply the server name (not the IP-address) and I get a list of all databases available.

In the settings I have:

Protocol: TCP/IP
Hostname: Nunspeet05
Port: 50000
Database: BIKE Databasealias: BIKE

Node options
System name: Nunspeet05
Instance name: DB2
Operating system: NT

Security options: Use authentication value specified in the server's DBM configuration. (which reads 'Nunspeet')

Apart from filling in the hostname everything is set by default with no referencing the IP-address.......
__________________
Ties Blom
Senior Application Developer BI
Getronics Healthcare
DB2,ORACLE,Powercenter,BusObj,Access,
SQL, SQL server
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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