Resuming Normal Companion Mode

To move from suspended mode to normal companion mode:

  1. Make sure both companions are running.

  2. Begin monitoring the primary and secondary companion as resources. Issue the following as root:

    hasybase start primary_companion_name
    hasybase start secondary_companion_name
    

    For example, to begin monitoring primary and secondary companions MONEY1 and PERSONEL1:

    hasybase start MONEY1
    hasybase start PERSONEL1
    
  3. Resume normal companion mode. From the secondary companion, issue:

    sp_companion primary_companion_name, resume
    

    For example, to resume normal companion mode for primary companion MONEY1:

    sp_companion MONEY1, resume
    

    NoteYou cannot connect clients with the failover property (for example isql -Q) until you issue sp_companion resume. If you do try to reconnect them after issuing sp_companion prepare_failback, the client hangs until you issue sp_companion resume.