이런 세상..

[LINUX] IPMI(Intelligent Platform Management Interface) 본문

> [IT]/>> Linux

[LINUX] IPMI(Intelligent Platform Management Interface)

GANWI 2016. 1. 15. 15:34

[LINUX] IPMI(Intelligent Platform Management Interface)


**BMC기능이 존재하는 시스템에 대해 관리 및 제어를 하기 위한 도구 

**유사 유틸리티 :  ipmiutil


[1] 설치

# yum install OpenIPMI OpenIPMI-tools


[2] 서비스 활성화 및 실행

# chkconfig ipmi on

# service ipmi start


[3] 원격지(IP) 의 샤시 상태 출력

# ipmitool -H [IP] -P [PASSWD] -U [ID] -a chassis status


[4] LAN 상태 출력

# ipmitool lan print 1

(# ipmiutil lan 1)


[5] SEL Log 출력

# ipmitool sel

(# ipmiutil sel log)


[6] SDR & FRU (M/B) 정보 출력

# ipmitool sdr

(# ipmiutil fru)


[7] sensor 상태 출력

# ipmitool sensor

(# ipmiutil sensor)


Comments