1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ipmitool

Last updated at Posted at 2014-11-07

参考

インストール

yum install -y OpenIPMI-tools

IPMIコマンド投入

-vvをつけると詳細表示
$ ipmitool -I lan -H 192.168.11.11 -U root -P xxxxxxxx sel -vv

Authentication type NONE not supported

サーバ側で許可するAuth Typeの設定がされておらず、
どんなAuth Typeでリクエストを投げても許可されていないのではじかれる。

この場合、-Iを変更すれば良い。

-vvをつけると詳細表示
ipmitool -I lanplus -H 192.168.11.11 -U root -P xxxxxxxx sel
ipmitool -I lanplus -H 192.168.11.11 -U root -P xxxxxxxx lan print

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?