"리눅스 ipmitool"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
 
(사용자 2명의 중간 판 6개는 보이지 않습니다)
4번째 줄: 4번째 줄:
*IPMI 장치 제어 유틸리티
*IPMI 장치 제어 유틸리티


<source lang='cli'>
<source lang='console'>
[root@zetawikidb ~]# ipmitool -V
[root@zetawikidb ~]# ipmitool -V
ipmitool version 1.8.11
ipmitool version 1.8.11
</source>
</source>
<source lang='cli'>
<source lang='console'>
[root@sr2500 ~]# modprobe ipmi_devintf
[root@sr2500 ~]# modprobe ipmi_devintf
[root@sr2500 ~]# modprobe ipmi_si
[root@sr2500 ~]# modprobe ipmi_si
43번째 줄: 43번째 줄:


==같이 보기==
==같이 보기==
*[[리눅스 ipmitool 설치]]
*[[ipmitool lan print]]
*[[리눅스 IPMI IP 확인]]
*[[리눅스 IPMI IP 확인]]
*[[리눅스 modprobe]]
*[[리눅스 modprobe]]
48번째 줄: 50번째 줄:
*[[IPMI]]
*[[IPMI]]


==참고 자료==
==참고==
*http://sourceforge.net/projects/ipmitool/
*http://sourceforge.net/projects/ipmitool/
*https://www.thomas-krenn.com/en/wiki/Configuring_IPMI_under_Linux_using_ipmitool


[[분류: /usr/bin]]
[[분류: /usr/bin]]
[[분류: ipmitool]]

2017년 7월 11일 (화) 03:50 기준 최신판

1 개요[ | ]

리눅스 ipmitool
/usr/bin/ipmitool
  • IPMI 장치 제어 유틸리티
[root@zetawikidb ~]# ipmitool -V
ipmitool version 1.8.11
[root@sr2500 ~]# modprobe ipmi_devintf
[root@sr2500 ~]# modprobe ipmi_si
[root@sr2500 ~]# ipmitool lan print 1
Set in Progress         : Set Complete
Auth Type Support       : NONE MD5 PASSWORD 
Auth Type Enable        : Callback : 
                        : User     : 
                        : Operator : 
                        : Admin    : MD5 
                        : OEM      : 
IP Address Source       : Static Address
IP Address              : 192.168.1.211
Subnet Mask             : 255.255.255.0
MAC Address             : 00:0e:0c:ea:92:a2
SNMP Community String   : 
IP Header               : TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10
BMC ARP Control         : ARP Responses Enabled, Gratuitous ARP Disabled
Gratituous ARP Intrvl   : 2.0 seconds
Default Gateway IP      : 192.168.1.254
Default Gateway MAC     : 00:0e:0c:aa:8e:13
Backup Gateway IP       : 0.0.0.0
Backup Gateway MAC      : 00:00:00:00:00:00
RMCP+ Cipher Suites     : None
Cipher Suite Priv Max   : XXXXXXXXXXXXXXX
                        :     X=Cipher Suite Unused
                        :     c=CALLBACK
                        :     u=USER
                        :     o=OPERATOR
                        :     a=ADMIN
                        :     O=OEM
[root@sr2500 ~]#

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}