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 > migration 32 to 64 bits.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-14-09, 06:03
georgipa georgipa is offline
Registered User
 
Join Date: Dec 2002
Location: Madrid - Spain
Posts: 283
Red face migration 32 to 64 bits.

Hi Gurus Informix,

I have currently informix 940UC7 32 bits, I want migrate to informix 940FC9 64 bits, the operative system is AIX 5.2. In this instalation there are Webshere, cics, cobol, microfocus, etc.

My question is where look information for this case, or any people than had experience in this.

Thank you for you help.
Reply With Quote
  #2 (permalink)  
Old 01-15-09, 02:41
stanislav.ondac stanislav.ondac is offline
Registered User
 
Join Date: Aug 2005
Posts: 140
look into the IBM Informix Migration guide and your machine notes.
Reply With Quote
  #3 (permalink)  
Old 01-21-09, 06:14
mallik2004 mallik2004 is offline
Registered User
 
Join Date: Sep 2008
Posts: 33
Hi Guys

HI geo,

I have to do the same task in dis weekend.I have to upgrade 7.31 HD10 32 bit to 64 bit.It would be greatly appreciated if you can provide the methdology..


Thanks
Mallik
Reply With Quote
  #4 (permalink)  
Old 02-12-09, 03:32
sysmaster sysmaster is offline
Registered User
 
Join Date: Mar 2006
Posts: 15
Which is volume of data?
Reply With Quote
  #5 (permalink)  
Old 02-12-09, 06:37
ceinma ceinma is offline
Registered User
 
Join Date: Apr 2007
Location: Jundiai / SP - Brasil
Posts: 311
Exists a few guidelines to follow. All specified in the Migration Guide.

But, Considering you are migrating in the same version (9.40 32bits -> 9.40 64bits) , theoretically don't have any problem and take less then 4 minutes, the basic steps are:
- install the new version (64 bits) in other directory
- copy your enviroment ( set of variables like INFORMIX*) pointing to new dir
- copy your configurations (onconfig,sqlhosts) to this new directory
- execute a backup Level 0 ( Murphy Laws still exists )
- put your instance in quiscent
- force a checkpoint and jump to next logical log (onmode -c ; onmode -l )
- wait for all logical log backup (and save this backups! )
- shutdown your instance
- open new session pointing to new installation (64 bits)
- start your database
- drop all update statistics distributions
- execute update statistics
- And your IDS is free to your users...

I already do this in a IDS 7.31UC2 to 731.FC2 in HP-UX 11.0b with an 700GB database ...
In some cases have more steps like , remove all ALTER-IN PLACE and other little steps. All this are in the Migration Guide.

My suggestion , read the Migration Guide. Is a very small manual.

Just to remember , if you have clients program executing in the same machine and accessing the database with onipcshm (shared memory) , your client application will must be recompiled with 64 bits IDS client , or , you change the type of connection to onipcshm or onsoctcp .
__________________
________________________________________
César Inacio Martins
Jundiai / SP - Brasil
http://www.imartins.com.br/informix - em Português
http://www.imartins.com.br/informix - English (translated by Google).
________________________________________
Reply With Quote
  #6 (permalink)  
Old 02-15-09, 04:44
georgipa georgipa is offline
Registered User
 
Join Date: Dec 2002
Location: Madrid - Spain
Posts: 283
Thank you very match for you help CEINMA.
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