PRIMECLUSTER Wizard for Oracle Configuration and Administration Guide 4.2 - Linux for Itanium -
Contents PreviousNext

Chapter 3 Operation> 3.2 Oracle Maintenance> 3.2.4 Recovery

3.2.4.1 Oracle must be stopped

If Oracle must be stopped, recovery the Oracle database as follows. If there are Oracle-dependent resources (e.g. SAP R/3), a resource failure might occur during Oracle stop, so it is necessary to stop them manually in advance.

  1. userApplication stop

    # hvutil -f <userApplication>


  2. Monitoring disruption

    # hvoradisable -a <userApplication>

  3. Confirmation of stop monitoring
    Confirm stop monitoring was normally done.
    (Refer to note of "4.1 hvoradisable - Discontinue Monitoring Resources".)

  4. userApplication startup

    # hvswitch <userApplication>

  5. Recovery
    Recover the database.

  6. Oracle startup

    # su - < Oracle user >

    $ lsnrctl start <listener name>
    $ sqlplus /nolog
    SQL> connect / as sysdba
    SQL> startup

  7. Monitoring restart

    # hvoraenable -a <userApplication>

  8. Confirmation of restart monitoring
    Confirm restart monitoring was normally done.
    (Refer to note of "4.2 hvoraenable - Restart Monitoring Resources".)

Contents PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2009