PRIMECLUSTER Wizard for Oracle Configuration and Administration Guide 4.2 - Linux for Itanium - |
Contents
![]() ![]() |
Appendix A Failure case studies | > A.2 Oracle listeners |
Oracle listener startup or stop failed.
Oracle listener startup or stop fails when the PRIMECLUSTER RMS resource settings are invalid.
Check the following resource setup information by executing the "clorainfo -c" command. Refer to "4.6 clorainfo - Display Resource Configuration and Monitoring Status".
If your setup information is incorrect, set proper values again. Refer to "Chapter 2 Environment Setup".
Oracle listener startup or stop fails when the listener settings such as IP address and port number are incorrect.
Check listener logs, so you might be able to detect the cause of the failure.
Also, check if the listener can be started or stopped properly. If you discontinue Oracle instance resource monitoring, you can operate Oracle manually. Refer to "3.2.4.1 Oracle must be stopped".
When starting userApplication with listener resource in the state where Oracle Clusterware is not running, the resource state enters Warning until exceeds the time set as ScriptTimeout (refer to step "12" - 2.3.5). If it exceeds the time set as ScriptTimeout with the resource state maintain Wait, the resource state will enter Faulted.
Execute the following methods according to each pattern.
- In the case of configuration that the Oracle Clusterware and Oracle RAC instance are registered in different userApplication. (It matches "Configuration A" in "2.3.3 userApplication Creation".)
At first, check whether Oracle Clusterware is running.
The following command execution, you can check whether Oracle Clusterware is running.
# su - <Oracle user> |
When the following message is outputted, Oracle Clusterware may be not running.
CRS-0184: Cannot communicate with the CRS daemon. |
When Oracle Clusterware is not running, there is a possibility that the setting that Oracle Clusterware starts earlier than Oracle RAC Instance is incorrect.
Check whether the script which starts Oracle Clusterware resource is set as the PreOnlineScript of Oracle RAC Instance (refer to "note" of step "8" of "2.3.5 userApplication with Oracle RAC Instances and Listeners").
- In the case of configuration that the Oracle Clusterware and Oracle RAC instance are registered in the same userApplication. (It matches "Configuration B" in "2.3.3 userApplication Creation".)
There is a possibility that starting of listener resource is failed.
Check whether you have no mistakes in setting of listener resource (2.3.5 userApplication with Oracle RAC Instances and Listeners).
In addition, check whether you have no mistakes in setting of listener (refer to "Case 2").
- In the case of configuration that the Oracle Clusterware is not registered. (It matches "Configuration C" in "2.3.3 userApplication Creation".)
Check whether Oracle Clusterware is running.
The following command execution, you can check whether Oracle Clusterware is running.
# su - <Oracle user> |
When the following messages are outputted, Oracle Clusterware may be not running.
CRS-0184: Cannot communicate with the CRS daemon. |
Clear Faulted state of the resource, after that, execute the following commands and start Oracle Clusterware.
# /etc/init.d/init.crs start |
After that, start userApplication.
Contents
![]() ![]() |