2swan

IBM 장비 Attention LED Off 본문

IBM

IBM 장비 Attention LED Off

2swan 2025. 3. 14. 10:52

1. Command line
cd /usr/lpp/diagnostics/bin
./usysfault -s normal

 

2. ASM 을 이용방법

노트북을 HMC 포트에 크로스 케이블로 연결한 후

HMC1 인 경우 192.168.2.147

HMC2인 경우 192.168.3.147

로 접속 할 수 있다.

explorer 에서 "https://192.168.2.147" 로 접속하면 GUI 화면을 확인할 수 있다.

id : admin, pw : admin

LED 제거는

System Configuration → Service Indicators → System Attention Indicator를 클릭하여 Turn off the System attention indicator를 클릭하여 LED 불을 끈다.

 

3. DIAG 이용방법
    taskselection
    log repairaction
    proc<------------ 이 곳에서 이상이 있는 하드웨어 선택 후 실행 F7 실행
    pci ( SYS0 , SYSPLANNAR0 ) 확정

 

4. HMC 상에서 가능한 방법
     service focal point
     service utilities (해당 모델 선택 )
     select -> system attention led -> action (deactivate system attention led )

 

 

HMC GUI 사용

Service Applications → Service Focal Point → Service Utilities → select System → choose System Attention LED → Deactivate

 

ASMI 사용

System Configuration → Service Indicators → System Attention Indicator → Turn Off system attention indicator

 

SSH 를 통한 HMC 명령어 사용

LED 상태 점검

# lsled -r sa -t phys -m managed_system_name

LED 끄기

# chled -r sa -t phys -m managed_system_name -o off

 

 

 

IBM P시리즈 AIX에서 LED 끄기

1. root 로그인

2. #>diag 엔터

3. Function Selection menu > Task Selection 선택

4. Identify and Attention Indicators 선택

5. the list of lights > the location code for the part 선택

6. 서버에 LED가 활성화된 경우, 위치코드 앞에 "I" 문자가 옴

7. commit 선택

'IBM' 카테고리의 다른 글

[HMC] Advanced System Management  (0) 2025.03.29
[HMC] UAK값 갱신 및 시스템 적용  (0) 2025.03.15
IBM [System x3650 M4] OS 설치  (0) 2024.11.26
IBM IMM Default ip 및 계정  (0) 2024.09.12
Lenovo KVM 스위치  (1) 2024.08.22