설치
yum install -y ipmitool
명령어
service ipmi start - 서비스 시작
ipmitool lan print 1 - ipmi 정보 출력
ipmitool sel list - 시스템 이벤트 로그 확인
ipmitool fru - FRU(Field Replaceable Unit) 정보 확인. 서버 모델명, 장비 제조사, 파워 서플라이 정보, 메모리 정보 등을 확인할 수 있다.
ipmitool sensor - 각종 센서 정보 확인
ipmitool sdr - SDR(Sensor Data Repository) 정보 확인
ipmitool power status - Power 상태 확인
ipmitool mc info - Management Controller 정보를 확인할 수 있다. IPMI firmware정보, 제조사, ..
ipmitool channel info 1 - Management Controller 채널 정보를 확인한다. IPMI LAN 설정시 access on/off 상태(Access Mode) 확인할 때 편리하다.
ipmitool sol info 1 - SOL(Serial-over-LAN), 즉 원격지에서 콘솔화면을 보기위한 설정 정보를 확인한다. 인증 허용 여부, Serial BPS 등
ipmitool delloem Mac - Dell 서버만 해당되는 OEM 명령으로 LAN Interface별 MAC주소와 IPMI MAC주소를 확인할 수 있다.
ipmitool delloem powermonitor - Dell 서버만 해당되는 명령이며, 전력 사용량 정보를 확인한다.
——— 자주 사용하는 명령어 ———
ipmitool lan set 1 ipsrc static - DHCP로 되어 있으면 명령어가 작동되지 않는다. 보통 static으로 되어 있음.
ipmitool lan set 1 ipadder x.x.x.x
ipmitool lan set 1 netmask x.x.x.x
ipmitool lan set 1 defgw ipaddr x.x.x.x
ipmitool lan set 1 access on x.x.x.x
'IT > linux' 카테고리의 다른 글
[linux] vi 명령어 (0) | 2020.04.16 |
---|---|
[linux] 디렉토리 (0) | 2020.02.27 |
[linux] sed (0) | 2020.02.27 |
[linux] runlevel (0) | 2020.02.27 |
[linux] 네트워크, 본딩 설정 (0) | 2020.02.07 |
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!