|
Feb 27, 2008 - 01:44 AM
|
||||||
![]() |
||||||
Main Menu
Doc Search
|
This error occured while adding a new node in the existing cluster. The following workaround is used as follows: Node 1: cd $ORACLE_HOME/oui/bin ./addNode.sh -silent "CLUSTER_NEW_NODES={new nodename}" -logLevel trace –debug You may want to browse "Node add" to get more information.
Step 1: [oracle@orcl-experts.info
bin]$ ./crs_stat Step 2 : crs_unregister ora.SAAP.db Step 3: srvctl add database -d SAAP -o /data01/app/oracle/product/10.2.0/db/ [oracle@sabharwal11
bin]$ srvctl add instance -d SAAP -i SAAP1 -n sabharwal11 [oracle@sabharwal11
bin]$ srvctl stop database -d SAAP NAME=ora.SAAP.SAAP2.inst NAME=ora.SAAP.SAAP3.inst
[oracle@orcl-experts1.com admin]$ srvctl stop nodeapps -n orcl-experts1.com CRS-0210: Could not find resource 'ora.orcl-experts1.com.LISTENER_orcl-experts1.com.lsnr'. [oracle@orcl-experts1.com admin]$ srvctl start nodeapps -n orcl-experts1.com CRS-0210: Could not find resource ora.orcl-experts1.com.LISTENER_orcl-experts1.com.lsnr.
[oracle@orcl-experts1.com bin]$ srvctl start nodeapps -n orcl-experts1.com NO Errors
I had to deal with a maintenance which required disabling the auto start of CRS during server reboot: #/etc/init.d/initcrs disable I shutdown the RAC 2 node cluster and verified that there is no oracle process running and hand over the servers to Sysadmin. After the hardware maintenance before the 2nd reboot the sysadmin asked me to re enable the CRS auto start. In both nodes I did: #/etc/init.d/initcrs enable Sysadmin rebooted both the nodes. After 10 minutes I checked the process details and found that CRS stack is not running and the instances are not up. We had a deadline of 1 hour to bring up all the instances. Under the short time and pressure I started digging out the issue of why the CRS stack was not up. I tried to bring it up manually but it did not work. I found that after remounting the file systems the permission of /oracle01 mount point (voting file and OCR file location) is: -rw-r--r-- 1 root root 10240000 Apr 3 21:41 voting.dbf Sysadmin and I decided to make an immediate change:
and we rebooted the machine. It worked and during the node reboots process all the CRS and Oracle processes came up. The maintenance was based on the mounting the existing file system on the new LUN. Issue: I had issue while bringing up CRS in the 2nd node.The root.sh executions failed with the following message:
Failure
at final check of Oracle CRS stack.
2007-10-26 17:33:37.510: [ CSSCLNT][3086960320]clsssInitNative: connect failed, rc 9 2007-10-26 17:33:37.511: [ CRSRTI][3086960320]0CSS is not ready. Received status 3 from CSS. Waiting for good status .. 2007-10-26 17:33:38.545: [ COMMCRS][116607920]clsc_connect: (0x8605510) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=OCSSD_LL_oracl-experts.info2_crs))
I looked into the files under /var/tmp/.oracle in node1 - Looks everything fine but in the 2nd node , the CRS process was not able to write
total 8 drwxrwxrwt
3 root root 4096 Oct 26 17:33 .. [root@oracl-experts.info2
app]# ./root.sh
Setting up NS directories Oracle Cluster Registry configuration upgraded successfully WARNING: directory '/data01/crs/oracle/product/10.2.0' is not owned by root WARNING: directory '/data01/crs/oracle/product' is not owned by root WARNING: directory '/data01/crs/oracle' is not owned by root WARNING: directory '/data01/crs' is not owned by root clscfg: EXISTING configuration version 3 detected. clscfg: version 3 is 10G Release 2. assigning default hostname oracl-experts.info1 for node 1. assigning default hostname oracl-experts.info2 for node 2. Successfully accumulated necessary OCR keys. Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897. node <nodenumber>: <nodename> <private interconnect name> <hostname> node 1: oracl-experts.info1 oracl-experts.info1-priv oracl-experts.info1 node 2: oracl-experts.info2 oracl-experts.info2-priv oracl-experts.info2 clscfg: Arguments check out successfully.
NO KEYS WERE WRITTEN. Supply -force parameter to override. -force is destructive and will destroy any previous cluster configuration. Oracle Cluster Registry for cluster has already been initialized Startup will be queued to init within 90 seconds. Adding daemons to inittab Expecting the CRS daemons to be up within 600 seconds. CSS is active on these nodes. oracl-experts.info1 oracl-experts.info2 CSS is active on all nodes. Waiting for the Oracle CRSD and EVMD to start Oracle CRS stack installed and running under init(1M) Running vipca(silent) for configuring nodeapps The given interface(s), "eth0" is not public. Public interfaces should be used t o configure virtual IPs. Cluster split - 2 nodes for DSS and 1 Node for OLTP The requirement is to allocate 1 node exclusively to OLTP enviroment out of 3 node cluster.
NAME
TYPE VALUE
System altered. SQL> [oracle@experts1 admin]$ sqlplus system/xxxx@OLTP_ORCLEXPERTS SQL*Plus: Release 10.2.0.2.0 - Production on Wed Feb 6 22:35:44 2008 Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
SQL>
NAME
TYPE VALUE
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
| Your Choice.......................Your Info |