2015年01月31日
Ubuntu - IPMITOOL
リモート管理PCからBMC搭載のサーバを制御するために
IPMITOOLをインストールしてみた。
Linux ubuntu 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14 UTC 2014 i686 i686 i686 GNU/Linux
remotePc@ubuntu:~$ sudo apt-get install ipmitool
[sudo] password for PC:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libopenipmi0 openipmi
The following NEW packages will be installed:
ipmitool libopenipmi0 openipmi
0 upgraded, 3 newly installed, 0 to remove and 670 not upgraded.
Need to get 876 kB of archives.
After this operation, 3,321 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/universe ipmitool i386 1.8.13-1ubuntu0.6 [330 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libopenipmi0 i386 2.0.18-0ubuntu7.1 [425 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main openipmi i386 2.0.18-0ubuntu7.1 [121 kB]
Fetched 876 kB in 4s (193 kB/s)
Selecting previously unselected package ipmitool.
(Reading database ... 165948 files and directories currently installed.)
Preparing to unpack .../ipmitool_1.8.13-1ubuntu0.6_i386.deb ...
Unpacking ipmitool (1.8.13-1ubuntu0.6) ...
Selecting previously unselected package libopenipmi0.
Preparing to unpack .../libopenipmi0_2.0.18-0ubuntu7.1_i386.deb ...
Unpacking libopenipmi0 (2.0.18-0ubuntu7.1) ...
Selecting previously unselected package openipmi.
Preparing to unpack .../openipmi_2.0.18-0ubuntu7.1_i386.deb ...
Unpacking openipmi (2.0.18-0ubuntu7.1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot
Setting up ipmitool (1.8.13-1ubuntu0.6) ...
* Starting IPMI event daemon Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory
[fail]
invoke-rc.d: initscript ipmievd, action "start" failed.
Unable to start ipmievd during installation. Trying to disable.
Setting up libopenipmi0 (2.0.18-0ubuntu7.1) ...
Setting up openipmi (2.0.18-0ubuntu7.1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for libc-bin (2.19-0ubuntu6) ...
リモート管理PCにはBMCは搭載していないので、
リモート管理PC自体にipmitoolを実行してもエラーとなる。
remotePC@ubuntu:~$ ipmitool
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory
remotePC@ubuntu:~$
ランキングに参加しています。
良かったら下のバナーをクリックして応援してください。
IPMITOOLをインストールしてみた。
Linux ubuntu 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14 UTC 2014 i686 i686 i686 GNU/Linux
remotePc@ubuntu:~$ sudo apt-get install ipmitool
[sudo] password for PC:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libopenipmi0 openipmi
The following NEW packages will be installed:
ipmitool libopenipmi0 openipmi
0 upgraded, 3 newly installed, 0 to remove and 670 not upgraded.
Need to get 876 kB of archives.
After this operation, 3,321 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/universe ipmitool i386 1.8.13-1ubuntu0.6 [330 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libopenipmi0 i386 2.0.18-0ubuntu7.1 [425 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main openipmi i386 2.0.18-0ubuntu7.1 [121 kB]
Fetched 876 kB in 4s (193 kB/s)
Selecting previously unselected package ipmitool.
(Reading database ... 165948 files and directories currently installed.)
Preparing to unpack .../ipmitool_1.8.13-1ubuntu0.6_i386.deb ...
Unpacking ipmitool (1.8.13-1ubuntu0.6) ...
Selecting previously unselected package libopenipmi0.
Preparing to unpack .../libopenipmi0_2.0.18-0ubuntu7.1_i386.deb ...
Unpacking libopenipmi0 (2.0.18-0ubuntu7.1) ...
Selecting previously unselected package openipmi.
Preparing to unpack .../openipmi_2.0.18-0ubuntu7.1_i386.deb ...
Unpacking openipmi (2.0.18-0ubuntu7.1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot
Setting up ipmitool (1.8.13-1ubuntu0.6) ...
* Starting IPMI event daemon Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory
[fail]
invoke-rc.d: initscript ipmievd, action "start" failed.
Unable to start ipmievd during installation. Trying to disable.
Setting up libopenipmi0 (2.0.18-0ubuntu7.1) ...
Setting up openipmi (2.0.18-0ubuntu7.1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for libc-bin (2.19-0ubuntu6) ...
リモート管理PCにはBMCは搭載していないので、
リモート管理PC自体にipmitoolを実行してもエラーとなる。
remotePC@ubuntu:~$ ipmitool
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory
remotePC@ubuntu:~$
ランキングに参加しています。
良かったら下のバナーをクリックして応援してください。
この記事へのコメント