Oracle® Database Oracle Clusterware and Oracle Real Application Clusters Installation Guide 10g Release 2 (10.2) for HP-UX Part Number B14202-05 |
|
|
View PDF |
This appendix provides troubleshooting information for installing Oracle Clusterware and Oracle Database 10g Real Application Clusters (RAC).
See Also:
The Oracle Database 10g Oracle Real Application Clusters documentation set included with the installation media in the Documentation directory:Oracle Database Oracle Clusterware and Oracle Real Application Clusters Administration and Deployment Guide
This section contains these topics:
The following is a list of examples of types of errors that can occur during installation
/etc/oratab
pointing to a non-existing Oracle home.Run the shell commands netstat -in
and ifconfig
interface_name
. Compare the output of these commands with the contents of the /etc/hosts file to ensure that the node IP is listed.
Run the shell command nslookup
to see if the host is reachable.
As the oracle
user, attempt to connect to the node with ssh or rsh. If you are prompted for a password, then user equivalence is not set up properly. Review the section "Configuring SSH on All Cluster Nodes".
time stamp 2005-04-04 14:49:49 is 106 s in the future
Oracle Real Application Clusters Management Tools Error Messages are in Oracle Database Oracle Clusterware and Oracle Real Application Clusters Administration and Deployment Guide.
If Oracle Universal Installer (OUI) does not display the Node Selection page, then perform clusterware diagnostics by running the olsnodes
-v
command from the binary directory in your Oracle Clusterware home (CRS_home/bin) and analyzing its output. Refer to your clusterware documentation if the detailed output indicates that your clusterware is not running.
In addition, use the following command syntax to check the integrity of the Cluster Manager:
cluvfy comp clumgr -n node_list -verbose
In the preceding syntax example, the variable node_list
is the list of nodes in your cluster, separated by commas.