PRIMECLUSTER Wizard for Oracle Configuration and Administration Guide 4.2 - Linux for Itanium - |
Contents
![]() ![]() |
Chapter 3 Operation | > 3.1 Oracle Control through PRIMECLUSTER Wizard for Oracle |
This section discusses how PRIMECLUSTER Wizard for Oracle controls Oracle in standby operation.
Oracle is started through a shell script. The startup procedure is as follows:
The initialized parameter file is not specified for Oracle startup through PRIMECLUSTER Wizard for Oracle, so the default initialized parameter file will be used instead. Specify the initialized parameter file for the following default path (symbolic link).
<$ORACLE_HOME>/dbs/init<$ORACLE_SID>.ora |
A server parameter file should be located in the shared disk because the file contents are changed dynamically. When a server parameter file is used, enter the full path of the server parameter file in an initialization parameter file.
It is recommended that the same values for initialization parameters are set between cluster nodes.
The server parameter file must be located on the shared disk device because it is dynamically changed. When you use the server parameter file, enter the full path for the initialized parameter file. Refer to "2.2.7 Oracle Database Creation and Setting".
It is recommended that the initialized parameter file settings are the same on the operating nodes and standby nodes.
PRIMECLUSTER Wizard for Oracle recovers the Oracle instance in the following cases:
1. When there is ACTIVE table space in the V$BACKUP view.
2. When there are files required to be recovered in the V$RECOVER_FILE view.
When RAC is running, the above recovery processing is exception.
PRIMECLUSTER Wizard for Oracle connects to Oracle instance with SYSDBA system privilege to start up or stop Oracle instance/database. In this case, local connection in operating system authentication is used.
Oracle is monitored through binary programs. The monitoring procedure is as follows:
If Oracle is stopped, 1 is executed at a 30 second interval (static). If Oracle gets activated, 2 or after is executed. If node startup is completed then the node is operating, only 5 and 6 are executed at a regular interval. The default value is 30 seconds, and can be changed. Note that "6" is executed at a 60-second interval at least.
PRIMECLUSTER Wizard for Oracle monitors Oracle as a system user. Set the system user's password. Refer to "2.2.7 Oracle Database Creation and Setting".
PRIMECLUSTER Wizard for Oracle creates a monitoring table on the system user's default table space if the monitoring table does not exist. The table is only a few bites, and will not be deleted.
Monitoring table name is generated as follows:
FAILSAFEORACLE_<ORACLE_SID>
If the following symptoms are detected, PRIMECLUSTER Wizard for Oracle will notify RMS of the warning state. It is not the Fault state, so a failover will not occur.
- Oracle cannot be connected due to incorrect system user's password that is registered with the "clorapass" command (ORA-01017 detected)
- Since the system user password is wrong, so Oracle connection is not allowed
- When the max session or max process error occurs, so Oracle connection is not allowed
- While monitoring SQL (e.g. insert and update) is not replied for a certain period of time, but Oracle connection is allowed, and the Oracle status is OPEN.
If monitoring SQL (insert, update) is released, and there is no reply from Oracle after a certain period of time, the monitoring timeout will be considered then the Oracle instance resource will be put into Warning. If the monitoring timeout occurs for twice in a row, a resource will be considered as fault then a failover or degradation will be performed.
The monitoring timeout (the wait time from Oracle) can be changed with WatchTimeout.
Listener is started through a shell script. The startup procedure is as follows:
Listener is shutdown through a shell script. The startup procedure is as follows:
Listener is monitored through binary programs. The monitoring procedure is as follows:
If a listener of a standby node is stopped, execute 1 at regular time intervals. If the listener gets activated and becomes an operating node, execute "1" and "2" at regular time intervals. The default interval time is 30 seconds, and it can be changed with Interval. Note that "2" executed at a 60-second interval at least.
Contents
![]() ![]() |