Questions tagged [ipmitool]

A command-line interface for devices with IPMI enabled.

87 questions
52
votes
3 answers

ipmitool - can't find /dev/ipmi0 or /dev/ipmidev/0

Based on a previous question, I installed ipmitool (yum install ipmitool). Even after a reboot, though, i get the following error when trying to run ipmitool power status: Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such…
warren
  • 18,369
  • 23
  • 84
  • 135
16
votes
3 answers

What's the difference between IPMI cycle and reset?

What's the difference between restarting a machine using the ipmitool subcommands chassis power cycle versus chassis power reset?
Kamil Kisiel
  • 12,184
  • 7
  • 48
  • 69
14
votes
6 answers

ipmi - can't ping or remotely connect

I've tried configuring the IPMI controller to accept remote connections, but I can't even ping it. Here is its status: #/usr/local/bin/ipmitool lan print 2 Set in Progress : Set Complete Auth Type Support : NONE PASSWORD Auth Type…
Fidel
  • 373
  • 1
  • 4
  • 19
10
votes
1 answer

Changing network boot order (pxe) using ipmitool

Using ipmitool, I am trying to change the boot order to pxe boot first and from a particular interface. As far as I am aware, ipmitool tool provides option to change the boot device but not interfaces. For example, I can change the boot order to…
P.P
  • 269
  • 2
  • 3
  • 8
10
votes
2 answers

How can I find out if my server has IPMI of some sort?

I've never seen a Linux server I admin. How can I find out if it has IPMI of some sort installed? I tried answering my own question by installing ipmitool: Setting up ipmitool (1.8.9-2) ... Starting IPMI event daemon ipmievdipmievd: using pidfile…
isync
  • 703
  • 2
  • 8
  • 20
7
votes
1 answer

Supermicro BMC watchdog-caused reboots

I've recently acquired a SuperMicro X10SLL-F motherboard, which has a built-in BMC (Aspeed AST2400 chip). I want to use built-in watchdog controller when running linux on server (gentoo hardened). I enabled watchdog function in bios then switched…
Alexander Sergeyev
  • 253
  • 1
  • 2
  • 10
7
votes
3 answers

Dedicated servers - how to protect ipmi

When providing dedicated services, what is your best practise to protect IPMI either from public network or through kernel module. Firstly, I want to be sure that if someone scans my networks and he finds some IPMI cards, he won't be able to get…
Yarik Dot
  • 1,583
  • 12
  • 26
6
votes
2 answers

How to disable ipmi over lan using ipmitool

I would like to know if it is possible to disable ipmi over lan via ipmitool. Setting the IP to 0.0.0.0 as stated here http://support.unitrends.com/ikm/questions.php?questionid=642 did not do what I hoped for. In fact it did nothing. ipmitool -I…
Benedikt Haug
  • 111
  • 1
  • 1
  • 5
5
votes
2 answers

ipmitool and freeipmi don't see the same sensors

i have many servers from different manufacturers and have a already working script for hardware health monitoring using freeipmi on Redhat 7.6. Now i have a new HP ProLiant DL560 Gen10 machine where the output of freeipmi looks like…
Goetz423
  • 53
  • 5
5
votes
1 answer

Disabling LAN access to IPMI via ipmitool

I want to be able to switch LAN access to IPMI on and off on my machine (e.g. using a script and ipmitool). I've successfully configured static IP, netmask, password, and other settings using ipmitool on Ubuntu 16.04. I would have expected the…
wickstopher
  • 151
  • 1
  • 4
5
votes
4 answers

Fan Speeds on SuperMicro System via IPMI

I have a SuperMicro 4027GR-TRT server that I am running multiple GPUs in. I would like to set the cases fan speed higher that what they are right now using IPMI, although I am not sure how to do it. I am currently able to interact with the system…
ajt
  • 151
  • 1
  • 1
  • 4
5
votes
3 answers

IPMI: LAN Parameter Data does not match

I have a SupoerMicro board with ipmi, where I have some problems in communication using the LAN channel. The server is running PFsense (netbsd) and I can sendt commands to the local ipmi controller by using IPMI tool. In the beginning I was able to…
5
votes
4 answers

Can I use ipmitool to determine which IPMI link is 'up'?

I am having a very frustrating time configuring the IPMI interface on a Supermicro box. Unfortunately with IPMI it is not always clear which interface is being used by the BMC. The Supermicro Embedded BMC Manual says that the active interface is…
Stefan Lasiewski
  • 23,667
  • 41
  • 132
  • 186
5
votes
1 answer

Running ipmitool as a non-root user

I want to monitor some hardware-related data on a headless CentOS6 server. More specifically, things like voltages, fan speeds, thermal data... Since the server is headless, the best way I found to do this is through a php script that would format…
Silver Quettier
  • 513
  • 2
  • 6
  • 14
4
votes
1 answer

ipmitool: how to deal with frozen SOL session

I use ipmitool SOL session to get console logs from remote server. Initially session is responsive. If I hit enter, I can see login message to remote server like below. [SOL Session operational. Use ~? for help] …
Rohanil
  • 175
  • 2
  • 9
1
2 3 4 5 6