IBM AIX rlogin 到另一主機有時不成功問題處理

paulyibinyi發表於2010-05-13

      今天在公司做oracle 10g rac +hacmp+aix 實驗,配置好rlogin後,登入到另一節點時,有時可以,有時不成功

2.ping p520    --ping  p520節點時會出現丟包現象

[root@p520:/]#ping p520
PING p650: (192.168.3.225): 56 data bytes
64 bytes from 192.168.3.225: icmp_seq=0 ttl=255 time=0 ms
64 bytes from 192.168.3.225: icmp_seq=1 ttl=255 time=0 ms
64 bytes from 192.168.3.225: icmp_seq=2 ttl=255 time=0 ms
64 bytes from 192.168.3.225: icmp_seq=3 ttl=255 time=0 ms
64 bytes from 192.168.3.225: icmp_seq=4 ttl=255 time=0 ms
64 bytes from 192.168.3.225: icmp_seq=5 ttl=255 time=0 ms
^C
----p650 PING Statistics----
6 packets transmitted, 6 packets received, 50% packet loss
round-trip min/avg/max = 0/0/0 ms

2.ifconfig -a  檢查網路卡配置
 
[root@p520:/]#ifconfig -a
en0: flags=5e080863,c0
        inet 192.168.3.225 netmask 0xffffff00 broadcast 192.168.3.255

en1: flags=5e080863,c0
        inet 201.168.204.66 netmask 0xffffff00 broadcast 201.168.204.255
en2: flags=5e080863,c0
        inet 10.10.10.1 netmask 0xffffff00 broadcast 10.10.10.255

en3: flags=5e080863,c0
        inet 192.168.3.235 netmask 0xffffff00 broadcast 10.10.10.255

發現en0和en3均配置了同一個網段的兩個IP,諮詢過公司網路工程師,這樣配置是不對的。

3.smitty tcpip
  刪除en3

   刪除en3網路埠後,然後rlogin正常,問題解決

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-662645/,如需轉載,請註明出處,否則將追究法律責任。

相關文章