OUI-25031 Cluster Configuration Assistant Fails Windows 2003 server RAC
654563Nov 13 2008 — edited Nov 22 2008Hi All
I am installing RAC on Windows 2003 Server X64, Dell PowerEdge 2950 Servers with iSCSI Storage.
I have 3 Network cards on each node which are configured like this
# Public
10.2.0.8 USTISDB-1.USTIS.Brgpoint.com USTISDB-1 --- in DNS
10.2.0.9 USTISDB-2.USTIS.Brgpoint.com USTISDB-2
#Virtual
10.2.0.10 USTISDB-1-vip.USTIS.Brgpoint.com USTISDB-1-vip --- in DNS
10.2.0.11 USTISDB-2-vip.USTIS.Brgpoint.com USTISDB-2-vip
#Private
192.168.2.2 USTISDB-1-priv.USTIS.Brgpoint.com USTISDB-1-priv --- in Hosts file
192.168.2.3 USTISDB-2-priv.USTIS.Brgpoint.com USTISDB-2-priv
#iSCSI Storage
192.168.1.2 Storage --- in DNS
Everything Pings everything.
When I start the installation , it installs clusterware and completes the remote operations but fails at cluster configuration window.
After checking the logs I found the list of failed commands and it says
INFO: Command = C:\WINDOWS\system32\cmd /c call E:\oracle\product\10.2.0\crs/install/crssetup.config.bat
PROT-1: Failed to initialize ocrconfig
Step 1: checking status of CRS cluster
Step 2: creating directories (E:\oracle\product\10.2.0\crs)
Step 3: configuring OCR repository
ocr upgrade failed with (-1)
Execution of the plugin was aborted
INFO: Configuration assistant "Oracle Clusterware Configuration Assistant" was canceled.
and then I checked E:\oracle\product\10.2.0\crs\cfgtoollogs/configToolFailedCommands and i says
rem Copyright (c) 1999, 2005, Oracle. All rights reserved.
C:\WINDOWS\system32\cmd /c call E:\oracle\product\10.2.0\crs/install/crssetup.config.bat
E:\oracle\product\10.2.0\crs/bin/racgons.exe add_config USTISDB-1.USTIS.Brgpoint.com:6200 USTISDB-2.USTIS.Brgpoint.com:6200
E:\oracle\product\10.2.0\crs/bin/oifcfg.exe setif -global "public"/10.0.0.0:public "private"/192.168.2.0:cluster_interconnect
C:\WINDOWS\system32\cmd /c call E:\oracle\product\10.2.0\crs/bin/vipca.bat -silent -nodelist "USTISDB-1,USTISDB-2" -nodevips "USTISDB-1//255.0.0.0/public,USTISDB-2//255.0.0.0/public"
C:\WINDOWS\system32\cmd /c call E:\oracle\product\10.2.0\crs/bin/cluvfy.bat stage -post crsinst -n "USTISDB-1,USTISDB-2"
Please help, Any help will be highly appreciated.
Edited by: user651560 on Nov 13, 2008 3:24 PM