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 > Informix > Infromix migration guide

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-08-04, 19:40
Jose_ska Jose_ska is offline
Registered User
 
Join Date: Aug 2004
Posts: 5
Infromix migration guide

Hi all,

We are migrating Informix with data to a new machine. Actually we will shift the disk array to a new server. Informix is not on primary disk (vg00). It’s on different volume group (vg04) which is moving to new server. The UNIX guy will vgexport all the fs from the old & import the same on the new server. I have taken two set of ontape level 0 archive.

What all should I take care?
Please guide / suggest.

Thanks
Jose.
Reply With Quote
  #2 (permalink)  
Old 08-09-04, 03:47
aalokd aalokd is offline
Registered User
 
Join Date: Jul 2004
Posts: 9
To move db from one computer to another

simple way of migration of informix db from one machine to other machine:

1) make sure that page size ,numeric represntation & byte alignments on structure & unions are the same on both computers (pages size is 2 kilobytes on certain UNIX systems) check os doc for more detalis...
2) Decide where to store the unload data. (On disk or On tape)
3)run oncheck utility for db consistency check. (ref product doc for options)
4) if u wish to save the triggers access privis, stored proc,defaults,constraints,sysnonyms for tables in db run the dbschema utility.
5. tranfer the data to new computer.
6.create seed db on new computer
7.create schema structure.
8****n onunload utility
9. check db connectivity.
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