how would you convert a secondary server into a primary server ?
Answer Posted / Nikita Singh
To convert a secondary server to a primary server in Informix, follow these steps: 1) Stop the secondary server using 'onstop'. 2) Copy the database catalog from the primary server to the secondary server. 3) Start the secondary server as a standalone instance using 'ondbstart'. 4) Run the 'recover' utility to bring the database online. 5) Promote the secondary server to a primary server by running 'onpromote -p'. Make sure to take a backup before and after promoting to ensure data integrity.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category