User Tools

Site Tools


other:networking:ipmi:console
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


other:networking:ipmi:console [2017/12/23 23:12] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== 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
 +<code bash>
 +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
 +</code>
 +
 +===== References =====
 +  * [[https://serverfault.com/questions/830748/how-to-enable-and-use-the-serial-terminal-of-a-hp-microserver-gen9]]
 +
  
other/networking/ipmi/console.txt · Last modified: 2017/12/23 23:12 by 127.0.0.1