1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | [grid@racdb01 ~]$ oifcfg iflist eth0 172.19.17.0 eth1 192.168.1.0 eth1 169.254.0.0 [grid@racdb01 ~]$ oifcfg getif eth1 192.168.1.0 global cluster_interconnect eth0 172.19.17.0 global public [oracle@racdb03 ~]$ ifconfig eth0 Link encap:Ethernet HWaddr 00:50:56:B2:19:64 inet addr:172.19.17.205 Bcast:172.19.17.255 Mask:255.255.255.0 inet6 addr: fe80::250:56ff:feb2:1964/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1994 errors:0 dropped:0 overruns:0 frame:0 TX packets:477 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:183143 (178.8 KiB) TX bytes:72031 (70.3 KiB) eth1 Link encap:Ethernet HWaddr 00:50:56:B2:2F:EE inet addr:192.168.1.205 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::250:56ff:feb2:2fee/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:55266 errors:0 dropped:0 overruns:0 frame:0 TX packets:55911 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:25402212 (24.2 MiB) TX bytes:28256359 (26.9 MiB) eth1:1 Link encap:Ethernet HWaddr 00:50:56:B2:2F:EE inet addr:169.254.151.97 Bcast:169.254.255.255 Mask:255.255.0.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 eth2 Link encap:Ethernet HWaddr 00:50:56:B2:1F:AE inet addr:192.168.1.215 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::250:56ff:feb2:1fae/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:327 errors:0 dropped:0 overruns:0 frame:0 TX packets:33 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:70358 (68.7 KiB) TX bytes:4841 (4.7 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:6763 errors:0 dropped:0 overruns:0 frame:0 TX packets:6763 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4258261 (4.0 MiB) TX bytes:4258261 (4.0 MiB) |
1 2 3 4 5 6 7 | SQL> select * from gv$cluster_interconnects; INST_ID NAME IP_ADDRESS IS_ SOURCE ---------- --------------- ---------------- --- ------------------------------- 1 eth1:1 169.254.134.108 NO 3 eth1:1 169.254.151.97 NO 2 eth1:1 169.254.31.191 NO |
1 2 3 | [grid@racdb01 ~]$ crsctl stat res -t -init | grep -1 ha 1 ONLINE ONLINE racdb01 Started ora.cluster_interconnect.haip |
1 2 3 4 5 | [root@racdb03 ~]# oifcfg setif -global eth2/192.168.1.0:cluster_interconnect [root@racdb03 ~]# oifcfg getif eth2 192.168.1.0 global cluster_interconnect eth1 192.168.1.0 global cluster_interconnect eth0 172.19.17.0 global public |
1 2 3 4 5 6 7 8 9 10 | SQL> select * from gv$cluster_interconnects; INST_ID NAME IP_ADDRESS IS_ SOURCE ---------- --------------- ---------------- --- ------------------------------- 3 eth1:1 169.254.79.164 NO 3 eth2:1 169.254.135.126 NO 2 eth1:1 169.254.42.101 NO 2 eth2:1 169.254.165.198 NO 1 eth1:1 169.254.30.165 NO 1 eth2:1 169.254.208.93 NO |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [root@racdb03 log]# oifcfg iflist eth0 172.19.17.0 eth1 192.168.1.0 eth2 192.168.1.0 eth2 169.254.128.0 eth2 169.254.0.0 #ip a 4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 00:50:56:b2:1f:ae brd ff:ff:ff:ff:ff:ff inet 192.168.1.215/24 brd 192.168.1.255 scope global eth2 inet 169.254.135.126/17 brd 169.254.255.255 scope global eth2:1 inet 169.254.79.164/17 brd 169.254.127.255 scope global eth2:2 inet6 fe80::250:56ff:feb2:1fae/64 scope link valid_lft forever preferred_lft forever |
1 2 3 | 2013-08-12 13:45:34.441: [GIPCHGEN][2995967744]gipchaInterfaceFail: marking interface failing 0x7f56701b7b50 { host '', haName 'CLSFRAME_racdb-cluster', local (nil), ip '192.168.1.205:46662', subnet '192.168.1.0', mask '255.255.255.0', mac '00-50-56-b2-2f-ee', ifname 'eth1', numRef 0, numFail 0, idxBoot 0, flags 0x184d } 2013-08-12 13:45:34.714: [GIPCHGEN][3627513600]gipchaInterfaceDisable: disabling interface 0x7f56701b7b50 { host '', haName 'CLSFRAME_racdb-cluster', local (nil), ip '192.168.1.205:46662', subnet '192.168.1.0', mask '255.255.255.0', mac '00-50-56-b2-2f-ee', ifname 'eth1', numRef 0, numFail 0, idxBoot 0, flags 0x19cd } 2013-08-12 13:45:34.714: [GIPCHDEM][3627513600]gipchaWorkerCleanInterface: performing cleanup of disabled interface 0x7f56701b7b50 { host '', haName 'CLSFRAME_racdb-cluster', local (nil), ip '192.168.1.205:46662', subnet '192.168.1.0', mask '255.255.255.0', mac '00-50-56-b2-2f-ee', ifname 'eth1', numRef 0, numFail 0, idxBoot 0, flags 0x19ed } |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | 2013-08-12 13:45:29.815: [ USRTHRD][3418347264]{0:0:2} failed to receive ARP request 2013-08-12 13:45:31.577: [ USRTHRD][3420448512]{0:0:2} HAIP: Updating member info HAIP1;192.168.1.0#0 2013-08-12 13:45:31.579: [ USRTHRD][3420448512]{0:0:2} HAIP: Moving ip '169.254.79.164' from inf 'eth1' to inf 'eth2' 2013-08-12 13:45:31.579: [ USRTHRD][3420448512]{0:0:2} pausing thread 2013-08-12 13:45:31.579: [ USRTHRD][3420448512]{0:0:2} posting thread 2013-08-12 13:45:31.579: [ USRTHRD][3420448512]{0:0:2} Thread:[NetHAWork]start { 2013-08-12 13:45:31.579: [ USRTHRD][3420448512]{0:0:2} Thread:[NetHAWork]start } 2013-08-12 13:45:31.579: [ USRTHRD][3395221248]{0:0:2} [NetHAWork] thread started 2013-08-12 13:45:31.579: [ USRTHRD][3395221248]{0:0:2} Arp::sCreateSocket { 2013-08-12 13:45:31.597: [ USRTHRD][3395221248]{0:0:2} Arp::sCreateSocket } 2013-08-12 13:45:32.097: [ USRTHRD][3395221248]{0:0:2} Starting Probe for ip 169.254.79.164 2013-08-12 13:45:32.097: [ USRTHRD][3395221248]{0:0:2} Transitioning to Probe State 2013-08-12 13:45:32.097: [ USRTHRD][3395221248]{0:0:2} Arp::sProbe { 2013-08-12 13:45:32.097: [ USRTHRD][3395221248]{0:0:2} Arp::sSend: sending type 1 2013-08-12 13:45:32.097: [ USRTHRD][3395221248]{0:0:2} Arp::sProbe } 2013-08-12 13:45:33.135: [ USRTHRD][3395221248]{0:0:2} Arp::sProbe { 2013-08-12 13:45:33.135: [ USRTHRD][3395221248]{0:0:2} Arp::sSend: sending type 1 2013-08-12 13:45:33.135: [ USRTHRD][3395221248]{0:0:2} Arp::sProbe } 2013-08-12 13:45:34.428: [ USRTHRD][3395221248]{0:0:2} Arp::sProbe { 2013-08-12 13:45:34.428: [ USRTHRD][3395221248]{0:0:2} Arp::sSend: sending type 1 2013-08-12 13:45:34.429: [ USRTHRD][3395221248]{0:0:2} Arp::sProbe } 2013-08-12 13:45:34.429: [ USRTHRD][3395221248]{0:0:2} Transitioning to Announce State 2013-08-12 13:45:36.425: [ USRTHRD][3395221248]{0:0:2} Arp::sAnnounce { 2013-08-12 13:45:36.425: [ USRTHRD][3395221248]{0:0:2} Arp::sSend: sending type 1 2013-08-12 13:45:36.425: [ USRTHRD][3395221248]{0:0:2} Arp::sAnnounce } : |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | 2013-08-12 14:19:49.675: [ USRTHRD][3420448512]{0:0:2} HAIP: Updating member info HAIP1;192.168.1.0#0;192.168.1.0#1 2013-08-12 14:19:49.676: [ USRTHRD][3420448512]{0:0:2} HAIP: Moving ip '169.254.79.164' from inf 'eth2' to inf 'eth1' 2013-08-12 14:19:49.676: [ USRTHRD][3420448512]{0:0:2} pausing thread 2013-08-12 14:19:49.676: [ USRTHRD][3420448512]{0:0:2} posting thread 2013-08-12 14:19:49.676: [ USRTHRD][3420448512]{0:0:2} Thread:[NetHAWork]start { 2013-08-12 14:19:49.677: [ USRTHRD][3420448512]{0:0:2} Thread:[NetHAWork]start } 2013-08-12 14:19:49.677: [ USRTHRD][3418347264]{0:0:2} [NetHAWork] thread started 2013-08-12 14:19:49.677: [ USRTHRD][3418347264]{0:0:2} Arp::sCreateSocket { 2013-08-12 14:19:49.692: [ USRTHRD][3418347264]{0:0:2} Arp::sCreateSocket } 2013-08-12 14:19:50.192: [ USRTHRD][3418347264]{0:0:2} Starting Probe for ip 169.254.79.164 2013-08-12 14:19:50.192: [ USRTHRD][3418347264]{0:0:2} Transitioning to Probe State 2013-08-12 14:19:50.192: [ USRTHRD][3418347264]{0:0:2} Arp::sProbe { 2013-08-12 14:19:50.192: [ USRTHRD][3418347264]{0:0:2} Arp::sSend: sending type 1 2013-08-12 14:19:50.192: [ USRTHRD][3418347264]{0:0:2} Arp::sProbe } 2013-08-12 14:19:51.688: [ USRTHRD][3418347264]{0:0:2} Arp::sProbe { 2013-08-12 14:19:51.688: [ USRTHRD][3418347264]{0:0:2} Arp::sSend: sending type 1 2013-08-12 14:19:51.688: [ USRTHRD][3418347264]{0:0:2} Arp::sProbe } 2013-08-12 14:19:52.339: [ora.crf][3899438848]{0:0:2} [check] clsdmc_respget return: status=0, ecode=0 2013-08-12 14:19:52.339: [ora.crf][3899438848]{0:0:2} [check] Check return = 0, state detail = NULL 2013-08-12 14:19:52.713: [ USRTHRD][3418347264]{0:0:2} Arp::sProbe { 2013-08-12 14:19:52.713: [ USRTHRD][3418347264]{0:0:2} Arp::sSend: sending type 1 2013-08-12 14:19:52.713: [ USRTHRD][3418347264]{0:0:2} Arp::sProbe } 2013-08-12 14:19:52.713: [ USRTHRD][3418347264]{0:0:2} Transitioning to Announce State 2013-08-12 14:19:54.718: [ USRTHRD][3418347264]{0:0:2} Arp::sAnnounce { 2013-08-12 14:19:54.718: [ USRTHRD][3418347264]{0:0:2} Arp::sSend: sending type 1 2013-08-12 14:19:54.718: [ USRTHRD][3418347264]{0:0:2} Arp::sAnnounce } [ clsdmc][3406784256]CLSDMC.C returnbuflen=8, extraDataBuf=E6, returnbuf=9801CEA0 2013-08-12 14:19:56.632: [ora.ctssd][3406784256]{0:0:2} [check] clsdmc_respget return: status=0, ecode=0, returnbuf=[0x7f8a9801cea0], buflen=8 2013-08-12 14:19:56.632: [ora.ctssd][3406784256]{0:0:2} [check] translateReturnCodes, return = 0, state detail = OBSERVERCheckcb data [0x7f8a9 801cea0]: mode[0xe6] offset[2 ms]. 2013-08-12 14:19:56.720: [ USRTHRD][3418347264]{0:0:2} Arp::sAnnounce { 2013-08-12 14:19:56.720: [ USRTHRD][3418347264]{0:0:2} Arp::sSend: sending type 1 2013-08-12 14:19:56.720: [ USRTHRD][3418347264]{0:0:2} Arp::sAnnounce } 2013-08-12 14:19:56.720: [ USRTHRD][3418347264]{0:0:2} Transitioning to Defend State 2013-08-12 14:19:57.220: [ USRTHRD][3418347264]{0:0:2} VipActions::startIp { 2013-08-12 14:19:57.220: [ USRTHRD][3418347264]{0:0:2} Adding 169.254.79.164 on eth1:1 2013-08-12 14:19:57.220: [ USRTHRD][3418347264]{0:0:2} VipActions::startIp } 2013-08-12 14:19:57.221: [ USRTHRD][3418347264]{0:0:2} Assigned IP: 169.254.79.164 on interface eth1 2013-08-12 14:19:57.677: [ USRTHRD][3420448512]{0:0:2} Thread:[NetHAWork]stop { 2013-08-12 14:19:57.695: [ USRTHRD][3395221248]{0:0:2} [NetHAWork] thread stopping 2013-08-12 14:19:57.695: [ USRTHRD][3395221248]{0:0:2} Thread:[NetHAWork]isRunning is reset to false here 2013-08-12 14:19:57.695: [ USRTHRD][3420448512]{0:0:2} Thread:[NetHAWork]stop } 2013-08-12 14:19:57.695: [ USRTHRD][3420448512]{0:0:2} VipActions::stopIp { 2013-08-12 14:19:57.695: [ USRTHRD][3420448512]{0:0:2} NetInterface::sStopIp { 2013-08-12 14:19:57.695: [ USRTHRD][3420448512]{0:0:2} Stopping ip '169.254.79.164', inf 'eth2', mask '192.168.1.0' 2013-08-12 14:19:57.695: [ USRTHRD][3420448512]{0:0:2} Stopping ip 169.254.79.164 on inf eth2:2 2013-08-12 14:19:57.695: [ USRTHRD][3420448512]{0:0:2} NetInterface::sStopIp } 2013-08-12 14:19:57.695: [ USRTHRD][3420448512]{0:0:2} VipActions::stopIp } 2013-08-12 14:19:57.710: [ USRTHRD][3420448512]{0:0:2} IptoClean '169.254.0.1', ip '169.254.0.0', mask '255.255.128.0' 2013-08-12 14:19:57.710: [ USRTHRD][3420448512]{0:0:2} USING HAIP[ 0 ]: eth1 - 169.254.79.164 2013-08-12 14:19:57.710: [ USRTHRD][3420448512]{0:0:2} USING HAIP[ 1 ]: eth2 - 169.254.135.126 |
欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/) | Powered by Discuz! X3.2 |