安裝AIX RAC過(guò)程中,在OUI的Network Interface Usage報(bào)INS-41112,從而使得安裝無(wú)法繼續(xù) 錯(cuò)誤記錄摘要 Cause?-?Installer has detected that network interface en6 does not maintain connectivity on all cluster nodes. Action?-?Ensure that the chosen in
安裝AIX RAC過(guò)程中,在OUI的Network Interface Usage報(bào)INS-41112,從而使得安裝無(wú)法繼續(xù)
Cause?-?Installer has detected that network interface en6 does not maintain connectivity on all cluster nodes. Action?-?Ensure that the chosen interface has been configured across all cluster nodes. Additional Information: Summary of the failed nodes xifenfei01 ? -?PRVF-4190 : Verification of the hosts config file failed
hosts解析配置
10.70.89.68 xifenfei01 10.70.89.69 xifenfei01-vip 10.70.89.100 xifenfei01-priv 10.70.89.71 xifenfei02 10.70.89.72 xifenfei02-vip 10.70.89.101 xifenfei02-priv 10.70.89.79 xifenfei-scan
網(wǎng)卡配置
xifenfei01:/u01/soft/grid> ifconfig -a en7: flags=1e084863,c0 inet 10.70.89.100 netmask 0xffffffe0 broadcast 10.70.89.127 tcp_sendspace 131072 tcp_recvspace 65536 rfc1323 0 en6: flags=1e084863,c0 inet 10.70.89.68 netmask 0xffffffe0 broadcast 10.70.89.95 tcp_sendspace 131072 tcp_recvspace 65536 rfc1323 0 lo0: flags=e08084b,c0 inet 127.0.0.1 netmask 0xff000000 broadcast 127.255.255.255 inet6 ::1%1/0 tcp_sendspace 131072 tcp_recvspace 131072 rfc1323 1 xifenfei02/#ifconfig -a en6: flags=1e084863,c0 inet 10.70.89.71 netmask 0xffffffe0 broadcast 10.70.89.95 tcp_sendspace 131072 tcp_recvspace 65536 rfc1323 0 en7: flags=1e084863,c0 inet 10.70.89.101 netmask 0xffffffe0 broadcast 10.70.89.127 tcp_sendspace 131072 tcp_recvspace 65536 rfc1323 0 lo0: flags=e08084b,c0 inet 127.0.0.1 netmask 0xff000000 broadcast 127.255.255.255 inet6 ::1%1/0 tcp_sendspace 131072 tcp_recvspace 131072 rfc1323 1 xifenfei01/asmdisks#netstat -in Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll en7 1500 link#2 0.11.25.bd.b8.7a 107 0 132 2 0 en7 1500 10.70.89.96 10.70.89.100 107 0 132 2 0 en6 1500 link#3 0.11.25.bd.a8.93 50015 0 36963 2 0 en6 1500 10.70.89.64 10.70.89.68 50015 0 36963 2 0 lo0 16896 link#1 1589 0 1588 0 0 lo0 16896 127 127.0.0.1 1589 0 1588 0 0 lo0 16896 ::1%1 1589 0 1588 0 0 xifenfei02/asmdisks#netstat -in Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll en6 1500 link#2 0.11.25.bd.a8.a9 5401 0 3660 2 0 en6 1500 10.70.89.64 10.70.89.71 5401 0 3660 2 0 en7 1500 link#3 0.11.25.bd.51.d2 129 0 123 2 0 en7 1500 10.70.89.96 10.70.89.101 129 0 123 2 0 lo0 16896 link#1 1249 0 1249 0 0 lo0 16896 127 127.0.0.1 1249 0 1249 0 0 lo0 16896 ::1%1 1249 0 1249 0 0
這里可以看到網(wǎng)卡和IP配置是匹配,但是兩臺(tái)主機(jī)網(wǎng)卡顯示順序不一樣.查看EtherChannel配置,也是正常的
xifenfei01:/u01/soft/grid> ping xifenfei01-priv PING xifenfei01-priv: (10.70.89.100): 56 data bytes 64 bytes from 10.70.89.100: icmp_seq=0 ttl=255 time=0 ms 64 bytes from 10.70.89.100: icmp_seq=1 ttl=255 time=0 ms xifenfei02/#ping xifenfei01-priv PING xifenfei01-priv: (10.70.89.100): 56 data bytes 64 bytes from 10.70.89.100: icmp_seq=0 ttl=255 time=0 ms 64 bytes from 10.70.89.100: icmp_seq=1 ttl=255 time=0 ms
使用runcluvfy.sh檢測(cè)網(wǎng)絡(luò)配置
./runcluvfy.sh comp nodecon -i en7 -n xifenfei01-priv,xifenfei02-priv -verbose xifenfei01:/u01/soft/grid> ./runcluvfy.sh comp nodecon -i en7 -n xifenfei01-priv,xifenfei02-priv -verbose Verifying node connectivity Checking node connectivity... Checking hosts config file... Node Name Status Comment ------------ ------------------------ ------------------------ xifenfei02-priv passed successful xifenfei01-priv failed Invalid Entry ERROR: PRVF-4190 : Verification of the hosts config file failed Interface information for node "xifenfei02-priv" Name IP Address Subnet Gateway Def. Gateway HW Address MTU ------ --------------- --------------- --------------- --------------- ----------------- ------ en6 10.70.89.71 10.70.89.64 10.70.89.71 10.70.89.65 00:11:25:BD:A8:A9 1500 en7 10.70.89.101 10.70.89.96 10.70.89.101 10.70.89.65 00:11:25:BD:51:D2 1500 Interface information for node "xifenfei01-priv" Name IP Address Subnet Gateway Def. Gateway HW Address MTU ------ --------------- --------------- --------------- --------------- ----------------- ------ en7 10.70.89.100 10.70.89.96 10.70.89.100 10.70.89.65 00:11:25:BD:B8:7A 1500 en6 10.70.89.68 10.70.89.64 10.70.89.68 10.70.89.65 00:11:25:BD:A8:93 1500 Check: Node connectivity for interface "en7" Source Destination Connected? ------------------------------ ------------------------------ ---------------- xifenfei02-priv[10.70.89.101] xifenfei01-priv[10.70.89.100] yes Result: Node connectivity passed for interface "en7" Check: TCP connectivity of subnet "10.70.89.96" Source Destination Connected? ------------------------------ ------------------------------ ---------------- xifenfei01:10.70.89.68 xifenfei02-priv:10.70.89.101 passed xifenfei01:10.70.89.68 xifenfei01-priv:10.70.89.100 passed Result: TCP connectivity check passed for subnet "10.70.89.96" Checking subnet mask consistency... Subnet mask consistency check passed for subnet "10.70.89.64". Subnet mask consistency check passed for subnet "10.70.89.96". Subnet mask consistency check passed. Result: Node connectivity check failed Verification of node connectivity was unsuccessful. Checks did not pass for the following node(s): xifenfei01-priv
這里顯示xifenfei01-priv主機(jī)檢測(cè)失敗,報(bào)錯(cuò)為PRVF-4190,檢查xifenfei01主機(jī)的hosts文件發(fā)現(xiàn)一處錯(cuò)誤記錄
xifenfei01/#vi /etc/hosts "/etc/hosts" 113 lines, 3556 characters # @(#)47 1.1 src/bos/usr/sbin/netstart/hosts, cmdnet, bos530 7/24/91 10: 00:46 # IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # bos530 src/bos/usr/sbin/netstart/hosts 1.1 # # Licensed Materials - Property of IBM # # (C) COPYRIGHT International Business Machines Corp. 1985,1989 # All Rights Reserved # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
這里發(fā)現(xiàn)”00:46″是一個(gè)新行,而且是無(wú)效記錄,除掉該行記錄,繼續(xù)runcluvfy.sh測(cè)試
xifenfei01:/u01/soft/grid> ./runcluvfy.sh comp nodecon -i en7 -n xifenfei01-priv,xifenfei02-priv -verbose Verifying node connectivity Checking node connectivity... Checking hosts config file... Node Name Status ------------------------------------ ------------------------ xifenfei02-priv passed xifenfei01-priv passed Verification of the hosts config file successful Interface information for node "xifenfei02-priv" Name IP Address Subnet Gateway Def. Gateway HW Address MTU ------ --------------- --------------- --------------- --------------- ----------------- ------ en6 10.70.89.71 10.70.89.64 10.70.89.71 10.70.89.65 00:11:25:BD:A8:A9 1500 en7 10.70.89.101 10.70.89.96 10.70.89.101 10.70.89.65 00:11:25:BD:51:D2 1500 Interface information for node "xifenfei01-priv" Name IP Address Subnet Gateway Def. Gateway HW Address MTU ------ --------------- --------------- --------------- --------------- ----------------- ------ en7 10.70.89.100 10.70.89.96 10.70.89.100 10.70.89.65 00:11:25:BD:B8:7A 1500 en6 10.70.89.68 10.70.89.64 10.70.89.68 10.70.89.65 00:11:25:BD:A8:93 1500 Check: Node connectivity for interface "en7" Source Destination Connected? ------------------------------ ------------------------------ ---------------- xifenfei02-priv[10.70.89.101] xifenfei01-priv[10.70.89.100] yes Result: Node connectivity passed for interface "en7" Check: TCP connectivity of subnet "10.70.89.96" Source Destination Connected? ------------------------------ ------------------------------ ---------------- xifenfei01:10.70.89.68 xifenfei02-priv:10.70.89.101 passed xifenfei01:10.70.89.68 xifenfei01-priv:10.70.89.100 passed Result: TCP connectivity check passed for subnet "10.70.89.96" Checking subnet mask consistency... Subnet mask consistency check passed for subnet "10.70.89.64". Subnet mask consistency check passed for subnet "10.70.89.96". Subnet mask consistency check passed. Result: Node connectivity check passed Verification of node connectivity was successful.
除掉無(wú)效記錄后,runcluvfy檢查通過(guò).OUI繼續(xù)安裝一切正常.
果然是由于/etc/hosts中出現(xiàn)無(wú)效記錄,從而使得RAC安裝檢查無(wú)法通過(guò),再次提醒各位安裝RAC需要小心hosts文件
參考文檔:PRVF-4190 Verification of the Hosts Config File Failed (Doc ID 1056025.1)
[INS-41112] Specified network interface doesnt maintain connectivity across cluster nodes. (Doc ID 1427202.1)
原文地址:hosts無(wú)效內(nèi)容未注釋導(dǎo)致RAC安裝OUI的Network Interface Usage報(bào)INS, 感謝原作者分享。
聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問(wèn)題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com