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 > Recovery mode

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-23-09, 11:46
obwan obwan is offline
Registered User
 
Join Date: Mar 2007
Posts: 25
Recovery mode

Is there a way to bring the instance from Quiescent to Fast recovery other than doing an ontape -p so I can change instance to secondary
Reply With Quote
  #2 (permalink)  
Old 11-23-09, 12:52
ceinma ceinma is offline
Registered User
 
Join Date: Apr 2007
Location: Jundiai / SP - Brasil
Posts: 311
yes but probably not work for your object... to change a instance from standard to secondary you must restore from an archive (hdr) or copy theirs chunks manually (onmode -c block; copy; ontape -p -e ; onmode -c unblock) ...

Exists an undocumented option : "oninit -PHY" , will keep your instance in physical recovery, but probably will not sync with the primary when you try add it to HDR.
This occur because some pages already have written (logical recovery) on the first time you bring the server to quiescent and this way go to out-sync with primary....

I already try to do this once over version 10 and not worked, maybe works with version 11.5 ... try.. it's free
if works, please, post here...
__________________
________________________________________
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
  #3 (permalink)  
Old 11-23-09, 13:27
obwan obwan is offline
Registered User
 
Join Date: Mar 2007
Posts: 25
Cesar,

I tried the oninit -PHY you were right it did not work

BTW I'm running 7.23.UC11
Reply With Quote
Reply

Thread Tools
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