AIX 4.3.3 컴퓨터에서 네트워크 어댑터 문제를 해결하는 방법

AIX 4.3.3 컴퓨터에서 네트워크 어댑터 문제를 해결하는 방법

저는 AIX 기술을 향상시키려고 노력하고 있습니다. 나는 더 복잡한 것에 투자하기 전에 부활시키려고 노력할 고대 RS/6000 43P-133을 가지고 있습니다. 나는 AIX 시스템에서 자동화하고 스크립트를 작성했지만 거의 관리하지 않았습니다.

온보드 PCI 네트워크 어댑터가 작동하지 않습니다. 아마 죽었을 거에요. 확실하진 않아요.

  • 진단 화면(SMS)은 어댑터를 "정상"으로 보고합니다.

  • 시작할 때 오류가 보고됩니다.

    if_en: ns_alloc(en0) failed with errno = 19
    

    생산됩니다.

  • lsdevent0"정의됨"으로 표시됨

  • errpt디스플레이 어댑터 오류
  • errpt -jKENT_EEPROM_ERR다음 과 같이 표시됨ent0
  • en0그리고 et0정의된 것 같습니다
  • /dev/ent0, /dev/en0그리고 /dev/et0존재하지 않습니다(저도 Linux인가요?)
  • alog -o -t부팅 디스플레이:

    attempting to configure device 'ent0'
    Time:  16     LEDS: 0x742
    invoking /usr/lib/methods/cfgkent -2 -l ent0
    Number of running methods: 1
    -------------
    Completed method for: ent0, Elapsed time = 0
    return code = 40
    *************** no stdout ***************
    *************** no stderr ***************
    Method error  (/usr/lib/methods/cfgkent -2 -l ent0 ):
           0514-040 Error initializing a device into the kernel.
    
  • 다음 명령을 사용하여 인터페이스를 열려고 하면smitty communications

    en0
    aix
    inet0 changed
    Method error (/usr/lib/methods/chgif):
         0514-068 Cause not known.
    0821-510 ifconfig: error calling entry point for /usr/lib/drivers/if_en: The specified device does not exist.
    0821-223 chgif: Cannot get records from CuAt.
    ...
    

문제가 있는 위치에 대한 통찰력을 제공할 수 있는 다른 도구나 유틸리티가 있습니까? 문제 해결 과정에서 뭔가 빠졌나요?

여기서 주요 목표는 AIX에 대해 자세히 알아보는 것입니다. 따라서 답을 모르더라도 몇 가지 문제 해결 팁을 활용하면 도움이 될 것입니다.


더 많은 출력:

# lscfg -vpl ent0
  DEVICE            LOCATION          DESCRIPTION

  ent0              04-D0             IBM PCI Ethernet Adapter (22100020)
# lslpp -L | grep 22100020
  devices.pci.22100020.diag  4.3.3.0    C    PCI Ethernet Adapter Diagnostics
  devices.pci.22100020.rte   4.3.3.0    C    IBM PCI Ethernet Adapter

답변1

먼저 카드를 다시 삽입해 보세요.

다음으로 올바른 드라이버가 설치되어 있는지 확인하십시오.

# lscfg -vpl ent0 

다음과 같이 표시되어야합니다.

ent0 U0.1-P2-I1/E1 Gigabit Ethernet-SX PCI-X Adapter (14106802) 

Gigabit Ethernet-SX PCI-X Adapter: 
Part Number.................00P3055 
FRU Number..................00P3055 
EC Level....................H11634A 
Manufacture ID..............YL1021 
Network Address.............000255330878 
ROM Level.(alterable).......GOL001 
Device Specific.(YL)........U0.1-P2-I1/E1 


PLATFORM SPECIFIC 

Name: ethernet 
Node: ethernet@1 
Device Type: network 
Physical Location: U0.1-P2-I1/E1 

그런 다음 실행

# lslpp -L | grep 14106802 (get this number from the first line in the previous cmd)

위 명령의 결과를 알려주세요. 파일 세트가 누락된 경우 설치를 도와드릴 수 있습니다.

관련 정보