ECS: 다음 노드에서 BMC(IPMI)가 응답하지 않음(IPMI 비활성화됨)
요약: xDoctor가 BMC(IPMI IP가 응답하지 않음)를 보고합니다.
이 문서는 다음에 적용됩니다.
이 문서는 다음에 적용되지 않습니다.
이 문서는 특정 제품과 관련이 없습니다.
모든 제품 버전이 이 문서에 나와 있는 것은 아닙니다.
증상
xDoctor가 BMC(IPMI)가 응답하지 않음을 보고합니다.
IP 주소를 ping할 수 있지만 내부 IP와 함께 IPMI 툴을 사용할 수는 없습니다. 그러나 BMC IP를 사용하여 IPMI 툴을 사용할 수 있습니다.
Timestamp = 2019-02-11_083547 Category = IPMI Source = OS Severity = WARNING Message = BMC (IPMI) not Responding on the following nodes Extra = 169.254.1.3,169.254.1.4,169.254.1.6xDoctor를 실행할 때 위의 노드에서 BMC(IPMI)가 응답하지 않고 응답하지 않는 IP 전용 IP 주소 목록이 보고됩니다.
IP 주소를 ping할 수 있지만 내부 IP와 함께 IPMI 툴을 사용할 수는 없습니다. 그러나 BMC IP를 사용하여 IPMI 툴을 사용할 수 있습니다.
원인
IPMI가 비활성화된 경우 다음과 같은 문제가 발생합니다.
- BMC 실패 외부 인증:
# for i in $(seq 1 8); do echo $i;ipmitool -H 192.168.219.10$i -U root -P passwd -I lanplus chassis power status; done
Expected Output Similar to:
1
Error: Unable to establish IPMI v2 / RMCP+ session
2
Error: Unable to establish IPMI v2 / RMCP+ session
3
Error: Unable to establish IPMI v2 / RMCP+ session
4
Error: Unable to establish IPMI v2 / RMCP+ session
5
Chassis Power is on
6
Chassis Power is on
7
Chassis Power is on
8
Chassis Power is on
- BMC가 인증 없이 내부적으로 응답합니다.
# domulti ipmitool chassis power status
Expected Output Similar to:
192.168.219.1
========================================
Chassis Power is on
192.168.219.2
========================================
Chassis Power is on
192.168.219.3
========================================
Chassis Power is on
192.168.219.4
========================================
Chassis Power is on
192.168.219.5
========================================
Chassis Power is on
192.168.219.6
========================================
Chassis Power is on
192.168.219.7
========================================
Chassis Power is on
192.168.219.8
========================================
Chassis Power is on
- IPMI에 문제가 있는 노드에 로그인하여 LAN 액세스가 비활성화되어 있는지 확인합니다.
# sudo ipmitool channel info 1
Expected Output Similar to:
Channel 0x1 info:
Channel Medium Type : 802.3 LAN
Channel Protocol Type : IPMB-1.0
Session Support : multi-session
Active Session Count : 0
Protocol Vendor ID : 7154
Volatile(active) Settings
Alerting : enabled
Per-message Auth : enabled
User Level Auth : enabled
Access Mode : disabled
Non-Volatile Settings
Alerting : enabled
Per-message Auth : enabled
User Level Auth : enabled
Access Mode : disabled <-- Lan access DISABLED.
해결
IPMI가 비활성화된 경우 사용자가 이유에서 비활성화되었는지 확인합니다. 그렇지 않은 경우 사용자로부터 사용 권한을 얻습니다.
- 다음 명령을 실행하여 동일한 노드에서 활성화합니다.
# sudo ipmitool lan set 1 access on
Expected Output Similar to:
Set Channel Access for channel 1 was successful.
- LAN 액세스를 활성화한 후 Always Enabled로 설정해야 하는지 확인합니다.
# sudo ipmitool channel info 1
Expected Output Similar to:
Channel 0x1 info:
Channel Medium Type : 802.3 LAN
Channel Protocol Type : IPMB-1.0
Session Support : multi-session
Active Session Count : 0
Protocol Vendor ID : 7154
Volatile(active) Settings
Alerting : enabled
Per-message Auth : enabled
User Level Auth : enabled
Access Mode : always available
Non-Volatile Settings
Alerting : enabled
Per-message Auth : enabled
User Level Auth : enabled
Access Mode : always available <-- Always Enabled.
- 모든 노드가 LAN을 통해 응답하는지 확인합니다.
# for i in $(seq 1 8); do echo $i;ipmitool -H 192.168.219.10$i -U root -P passwd -I lanplus chassis power status; done
1
Chassis Power is on
2
Chassis Power is on
3
Chassis Power is on
4
Chassis Power is on
5
Chassis Power is on
6
Chassis Power is on
7
Chassis Power is on
8
Chassis Power is on
해당 제품
Elastic Cloud Storage제품
ECS Appliance Hardware Series, ECS Appliance Software with Encryption, ECS Appliance Software without Encryption, Elastic Cloud Storage문서 속성
문서 번호: 000056057
문서 유형: Solution
마지막 수정 시간: 29 9월 2025
버전: 6
다른 Dell 사용자에게 질문에 대한 답변 찾기
지원 서비스
디바이스에 지원 서비스가 적용되는지 확인하십시오.