User Tools

Site Tools


other:networking:ipmi:console

IPMI Console

IPMI generally allows access to the console of a computer by showing the remotely, and allowing remote keyboard (and mouse) movement. This is generally done via some proprietary way, and in most of the machines I've seen, require purchase of an additional license.

Serial over LAN

IPMI also has the ability to throw a serial console over the network, generally with the ipmitool sol command.

HP ssh Serial Console

Several HP servers I've worked with also have the ability to log in via ssh (secure shell), issuing a few simple commands. However, two of the commands connect your ssh session to the console of the computer.

  • textcons attempts to make a direct connection to the text console (if possible). From here, you can watch (and interact with) the boot process, and, if your system has a text base console, even interact with the running system. However, in most cases this requires you to purchase an additional license.
  • vsp makes a connection to the running system using a Virtual Serial Port (thus vsp). This bypasses some of the problems with screen resolution issues when textcons may not work.
  • To exit either of these, press the ESC key and '(' – ie, esc+(

Example Action

ssh administrator@ipmi.ssh.ip.address
# enter the password for the above
vsp
# want to watch it boot? Continue below
# you are now at the command prompt, open a second shell and log in again
ssh administrator@ipmi.ssh.ip.address
# enter the password for the above
power reset
# the second window just issued the command to reboot the server
# you can watch the server console during the boot proces

References

other/networking/ipmi/console.txt · Last modified: 2017/12/23 23:12 by 127.0.0.1