Top
PRIMECLUSTER Wizard for Oracle (PRIMEQUEST) 4.3 Configuration and Administration Guide
FUJITSU Software

3.2.1 Oracle database Setting Change

You can change Oracle database settings such as initialized parameters and data files using the procedures described below.

Note

Oracle database must be stopped depending on the settings. For details, refer to the Oracle Database manual.

3.2.1.1 Oracle database must be stopped

If Oracle database must be stopped, change the settings as follows:

  1. Maintenance mode / Monitoring disruption

    # /opt/SMAW/SMAWRrms/bin/hvutil -m on <userApplication> (Maintenance mode)
    # /opt/FJSVclora/sbin/hvoradisable -a <userApplication>  (Monitoring disruption)
  2. Confirmation of maintenance mode and stop of monitoring

    Confirm that changing into maintenance mode and stop of monitoring have been successfully done.

    (Refer to note of "4.1 hvoradisable - Discontinue Monitoring Resources".)

  3. Oracle database stop

    # su - <Oracle user>
    $ sqlplus /nolog
    SQL> connect / as sysdba
    SQL> shutdown immediate
  4. Setup change

    Change Oracle database settings such as initialized parameters and data files.

  5. Oracle database startup

    # su - <Oracle user>
    $ sqlplus /nolog
    SQL> connect / as sysdba
    SQL> startup
  6. Monitoring restart / Maintenance mode stop

    # /opt/FJSVclora/sbin/hvoraenable -a <userApplication>(Monitoring restart)
    # /opt/SMAW/SMAWRrms/bin/hvutil -m off <userApplication> (Maintenance mode stop)
  7. Confirmation of restart of monitoring and maintenance mode

    Confirm that restart of monitoring and changing out of maintenance mode has been successfully done.
    (Refer to note of "4.2 hvoraenable - Restart Monitoring Resources".)