Solaris 시스템에서 ifconfig의 ifconfig +가 실패합니다.

Solaris 시스템에서 ifconfig의 ifconfig +가 실패합니다.

제안해 주세요 - ifconfig 명령에서 FAILED라는 단어의 의미는 무엇입니까?

  1. 이는 현재까지 카드의 네트워크가 불안정하다는 뜻인가요?
  2. ifconfig가 몇 밀리초마다 네트워크 상태를 읽는지 확실하지 않습니까? 내 말은, 네트워크가 안정적이라면 ifconfig가 FAILED 상태를 OK로 반환해야 한다는 뜻인가요?

 ifconfig -a

   lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
       inet 127.0.0.1 netmask ff000000 
    e1000g0: flags=19000802<BROADCAST,MULTICAST,IPv4,NOFAILOVER,FAILED> mtu 0 index 2
         inet 0.0.0.0 netmask 0 
         groupname Mgmt_ipmp
         ether 0:21:28:58:ff:6 
    e1000g1: flags=11000803<UP,BROADCAST,MULTICAST,IPv4,FAILED> mtu 1500 index 3
          inet 0.0.0.0 netmask ff000000 broadcast 0.255.255.255
          groupname Mgmt_ipmp
          ether 0:21:28:58:ff:7 

답변1

man ifconfig

"인터페이스 플래그"라는 섹션

 FAILED

     The  interface  has  failed.  New  addresses  cannot  be
     created  on this interface. If this interface is part of
     an IP network multipathing group, a failover will  occur
     to another interface in the group, if possible

경우에 따라 IPMP는 인터페이스 문제를 발견하고 이를 FAILED로 표시합니다(하드웨어 문제가 있다는 의미가 아니라 테스트에 실패했음을 의미함). 이는 "링크 다운" 또는 "핑 테스트 실패" 때문입니다(테스트 주소가 있다고 가정).

관련 정보