首页 > 代码库 > oracle 11g RAC安装节点二执行结果错误CRS-5005: IP Address: 192.168.1.24 is already in use in the network
oracle 11g RAC安装节点二执行结果错误CRS-5005: IP Address: 192.168.1.24 is already in use in the network
[root@testdb11b ~]# /u01/app/oraInventory/orainstRoot.sh Changing permissions of /u01/app/oraInventory.Adding read,write permissions for group.Removing read,write,execute permissions for world.Changing groupname of /u01/app/oraInventory to oinstall.The execution of the script is complete.
[root@testdb11b ~]# /u01/app/11.2.0/grid/root.sh Performing root user operation for Oracle 11g The following environment variables are set as: ORACLE_OWNER= grid ORACLE_HOME= /u01/app/11.2.0/gridEnter the full pathname of the local bin directory: [/usr/local/bin]: Copying dbhome to /usr/local/bin ... Copying oraenv to /usr/local/bin ... Copying coraenv to /usr/local/bin ...Creating /etc/oratab file...Entries will be added to the /etc/oratab file as needed byDatabase Configuration Assistant when a database is createdFinished running generic part of root script.Now product-specific root actions will be performed.Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_paramsCreating trace directoryUser ignored Prerequisites during installationOLR initialization - successfulAdding Clusterware entries to inittabCRS-2672: Attempting to start ‘ora.mdnsd‘ on ‘testdb11b‘CRS-2676: Start of ‘ora.mdnsd‘ on ‘testdb11b‘ succeededCRS-2672: Attempting to start ‘ora.gpnpd‘ on ‘testdb11b‘CRS-2676: Start of ‘ora.gpnpd‘ on ‘testdb11b‘ succeededCRS-2672: Attempting to start ‘ora.cssdmonitor‘ on ‘testdb11b‘CRS-2672: Attempting to start ‘ora.gipcd‘ on ‘testdb11b‘CRS-2676: Start of ‘ora.cssdmonitor‘ on ‘testdb11b‘ succeededCRS-2676: Start of ‘ora.gipcd‘ on ‘testdb11b‘ succeededCRS-2672: Attempting to start ‘ora.cssd‘ on ‘testdb11b‘CRS-2672: Attempting to start ‘ora.diskmon‘ on ‘testdb11b‘CRS-2676: Start of ‘ora.diskmon‘ on ‘testdb11b‘ succeededCRS-2676: Start of ‘ora.cssd‘ on ‘testdb11b‘ succeededASM created and started successfully.Disk Group DATA created successfully.clscfg: -install mode specifiedSuccessfully accumulated necessary OCR keys.Creating OCR keys for user ‘root‘, privgrp ‘root‘..Operation successful.Successful addition of voting disk ad234a0219fa4f05bf03be9cf16122da.Successfully replaced voting disk group with +DATA.CRS-4266: Voting file(s) successfully replaced## STATE File Universal Id File Name Disk group-- ----- ----------------- --------- --------- 1. ONLINE ad234a0219fa4f05bf03be9cf16122da (/dev/raw/raw1) [DATA]Located 1 voting disk(s).CRS-2672: Attempting to start ‘ora.asm‘ on ‘testdb11b‘CRS-2676: Start of ‘ora.asm‘ on ‘testdb11b‘ succeededCRS-2672: Attempting to start ‘ora.DATA.dg‘ on ‘testdb11b‘CRS-2676: Start of ‘ora.DATA.dg‘ on ‘testdb11b‘ succeededPRCR-1079 : Failed to start resource ora.scan1.vipCRS-5017: The resource action "ora.scan1.vip start" encountered the following error: CRS-5005: IP Address: 192.168.1.24 is already in use in the network. For details refer to "(:CLSN00107:)" in "/u01/app/11.2.0/grid/log/testdb11b/agent/crsd/orarootagent_root/orarootagent_root.log".CRS-2674: Start of ‘ora.scan1.vip‘ on ‘testdb11b‘ failedCRS-2632: There are no more servers to try to place resource ‘ora.scan1.vip‘ on that would satisfy its placement policystart scan ... failedFirstNode configuration failed at /u01/app/11.2.0/grid/crs/install/crsconfig_lib.pm line 9196./u01/app/11.2.0/grid/perl/bin/perl -I/u01/app/11.2.0/grid/perl/lib -I/u01/app/11.2.0/grid/crs/install /u01/app/11.2.0/grid/crs/install/rootcrs.pl execution failed
解决:
第一种原因可能是DNS没有配置,从11.2.0.2开始DNS是必须配置的。
配置DNS
卸载CRS,清理裸设备,使用asmlib方式绑定磁盘
dd if=/dev/zero of=/dev/raw/raw1 bs=8192 count=12800dd if=/dev/zero of=/dev/raw/raw2 bs=8192 count=12800dd if=/dev/zero of=/dev/raw/raw3 bs=8192 count=12800dd if=/dev/zero of=/dev/raw/raw4 bs=8192 count=12800
[root@testdb11a ~]# oracleasm configure -iConfiguring the Oracle ASM library driver.This will configure the on-boot properties of the Oracle ASM librarydriver. The following questions will determine whether the driver isloaded on boot and what permissions it will have. The current valueswill be shown in brackets (‘[]‘). Hitting <ENTER> without typing ananswer will keep that current value. Ctrl-C will abort.Default user to own the driver interface []: gridDefault group to own the driver interface []: asmdbaStart Oracle ASM library driver on boot (y/n) [n]: yScan for Oracle ASM disks on boot (y/n) [y]: Writing Oracle ASM library driver configuration: done[root@testdb11a ~]# oracleasm initCreating /dev/oracleasm mount point: /dev/oracleasmLoading module "oracleasm": oracleasmMounting ASMlib driver filesystem: /dev/oracleasm[root@testdb11a ~]# /usr/sbin/oracleasm createdisk DISK1 /dev/sdb1Writing disk header: doneInstantiating disk: done[root@testdb11a ~]# /usr/sbin/oracleasm createdisk DISK2 /dev/sdc1Writing disk header: doneInstantiating disk: done[root@testdb11a ~]# /usr/sbin/oracleasm createdisk DISK3 /dev/sdd1Writing disk header: doneInstantiating disk: done[root@testdb11a ~]# /usr/sbin/oracleasm createdisk DISK4 /dev/sde1Writing disk header: doneInstantiating disk: done[root@testdb11a ~]# /usr/sbin/oracleasm scandisksReloading disk partitions: doneCleaning any stale ASM disks...Scanning system for ASM disks...[root@testdb11a ~]# /usr/sbin/oracleasm listdisksDISK1DISK2DISK3DISK4
然后重新安装Grid Infrastructure。
(2)我的原因是:
重装了好几次,都是报这个错误,后来发现虚拟机的磁盘紊乱了,本来第一块二磁盘变成了第四块,但是两个虚拟机的顺序是一致的,后来把磁盘删除了又重新加上后搞定了。
a 在设置中删除并创建磁盘(vmware可以在线增删磁盘)
b 操作系统删除分区,并新建分区
c 重新绑定裸设备
d 重新安装Grid Infrastructure
清理方法详见:Oracle 11g RAC 卸载CRS步骤
oracle 11g RAC安装节点二执行结果错误CRS-5005: IP Address: 192.168.1.24 is already in use in the network
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。