oracle 11.2.0.4.0 RAC部署成功,后重启CRS启动不起来了

1、启动情况:
[grid@dzjj-db-01 ~]$ cd /u01/app/11.2.0/grid/bin/
[grid@dzjj-db-01 bin]$ crsctl check  crs
CRS-4638: Oracle High Availability Services is online
CRS-4535: Cannot communicate with Cluster Ready Services
CRS-4529: Cluster Synchronization Services is online
CRS-4534: Cannot communicate with Event Manager
[grid@dzjj-db-01 bin]$ crs_stat -v -t
CRS-0184: Cannot communicate with the CRS daemon.

[grid@dzjj-db-01 bin]$ ./crs_stat -v -t
CRS-0184: Cannot communicate with the CRS daemon.

2、网络情况:
[root@dzjj-db-01 bin]# ./oifcfg iflist
eth0  10.69.199.0
eth1  10.10.10.0
[root@dzjj-db-01 bin]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
TYPE=Ethernet
UUID=b769a152-61e7-4985-b948-a3889ac656dc
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=none
IPADDR=10.69.199.172
PREFIX=24
GATEWAY=10.69.199.62
DNS1=10.69.192.9
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="System eth0"
HWADDR=6C:92:BF:6B:7C:FC
[root@dzjj-db-01 bin]# cat /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
HWADDR=6C:92:BF:6B:7C:FD
TYPE=Ethernet
UUID=b1659df8-b846-42fb-9bc5-afc50806f639
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=none
IPADDR=10.10.10.1
PREFIX=24
[root@dzjj-db-01 bin]# ./oifcfg iflist
eth0  10.69.199.0
eth1  10.10.10.0
[root@dzjj-db-01 bin]# ./oifcfg getif
PRIF-10: failed to initialize the cluster registry

[root@dzjj-db-01 ~]# cat /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
10.69.199.172   dzjj-db-01
10.69.199.173   dzjj-db-02
10.69.199.252   dzjj-db-01-vip
10.69.199.253   dzjj-db-02-vip
10.69.199.254   dzjj-db-scan
10.10.10.1    rac1prv
10.10.10.2    rac2prv

[root@dzjj-db-01 ~]# ping 10.10.10.2
PING 10.10.10.2 (10.10.10.2) 56(84) bytes of data.
64 bytes from 10.10.10.2: icmp_seq=1 ttl=64 time=1.31 ms
64 bytes from 10.10.10.2: icmp_seq=2 ttl=64 time=0.103 ms

3、GPnP  profile文件:
<?xml version="1.0" encoding="UTF-8"?><gpnp:GPnP-Profile Version="1.0" xmlns="http://www.grid-pnp.org/2005/11/gpnp-profile" xmlns:gpnp="http://www.grid-pnp.org/2005/11/gpnp-profile" xmlnsrcl="http://www.oracle.com/gpnp/2005/11/gpnp-profile" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.grid-pnp.org/2005/11/gpnp-profile gpnp-profile.xsd" ProfileSequence="4" ClusterUId="2210887ff6126fe3bfe74d89c445cb02" ClusterName="dzjj-db-cluster" PALocation=""><gpnp:Network-Profile><gpnp:HostNetwork id="gen" HostName="*"><gpnp:Network id="net1" IP="10.69.199.0" Adapter="eth0" Use="public"/><gpnp:Network id="net2" IP="10.0.0.0" Adapter="eth1" Use="cluster_interconnect"/></gpnp:HostNetwork></gpnp:Network-Profile><orcl:CSS-Profile id="css" DiscoveryString="+asm" LeaseDuration="400"/><orcl:ASM-Profile id="asm" DiscoveryString="/dev/raw/*" SPFile="+OCRVOTE/dzjj-db-cluster/asmparameterfile/registry.253.955386945"/><ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"><ds:SignedInfo><ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/><ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/><ds:Reference URI=""><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/><ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"> <InclusiveNamespaces xmlns="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="gpnp orcl xsi"/></ds:Transform></ds:Transforms><dsigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><dsigestValue>mr2x2AMd4uBmlmow971tlmwy11g=</dsigestValue></ds:Reference></ds:SignedInfo><ds:SignatureValue>B4FPsUpCi2QHtNCvAboInuHZeqF0untHfZl6jl4n4ln7PrY7vYltsoKQWaREMGuzCYU+wGJ7BbVkw7v/fAvJeAaZvaBlULb8QmJHwKXMQZ5+Sfvsio8+JiJu7XALrC+95QG8Q1ZxPVuBSeYUw8R99j6xult7tUUO+Y3os0jojb8=</ds:SignatureValue></ds:Signature></gpnp:GPnP-Profile>

上面的<gpnp:Network id="net2" IP="10.0.0.0" Adapter="eth1" Use="cluster_interconnect"/>与本机 的eth1 10.10.10.1不是一个段,是不是这个原因导致CRS无法导致

跪求大神指点
标签: 暂无标签
yangjiao0338

写了 1 篇文章,拥有财富 67,被 3 人关注

转播转播 分享分享 分享淘帖
回复

使用道具

您需要登录后才可以回帖 登录 | 加入社区

本版积分规则

意见
反馈