Ipmitool: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == ipmitool 명령어 내용 정리 == Example == <source lang=bash> $ ipmitool -H 127.0.0.1 -I lanplus -U ADMIN -P admin $ ipmitool -H 127.0.0.1 -I lanplus -P ad...") |
No edit summary |
||
Line 8: | Line 8: | ||
$ ipmitool -H 127.0.0.1 -I lanplus -P admin -U ADMIN chassis power status | $ ipmitool -H 127.0.0.1 -I lanplus -P admin -U ADMIN chassis power status | ||
</source> | </source> | ||
== See also == | |||
* http://serverfault.com/questions/480371/ipmitool-cant-find-dev-ipmi0-or-dev-ipmidev-0 - ipmitool - can't find /dev/ipmi0 or /dev/ipmidev/0 | |||
[[category:linux]] | [[category:linux]] |
Revision as of 15:29, 12 May 2016
Overview
ipmitool 명령어 내용 정리
Example
<source lang=bash> $ ipmitool -H 127.0.0.1 -I lanplus -U ADMIN -P admin $ ipmitool -H 127.0.0.1 -I lanplus -P admin -U ADMIN chassis power status Error loading interface lanplus $ ipmitool -H 127.0.0.1 -I lanplus -P admin -U ADMIN chassis power status </source>
See also
- http://serverfault.com/questions/480371/ipmitool-cant-find-dev-ipmi0-or-dev-ipmidev-0 - ipmitool - can't find /dev/ipmi0 or /dev/ipmidev/0