Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
home_server:home_server_setup:other_services:ipmi_console [2020-06-10 Wed wk24 14:33] – baumkp | home_server:home_server_setup:other_services:ipmi_console [2023-12-24 Sun wk51 00:26] (current) – [Related links] baumkp | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> | + | {{tag>linux bmc grub IPMI, Console, Redirection, |
======IPMI Console Setup====== | ======IPMI Console Setup====== | ||
I have 3 computers from Supermicro with BMC and IPMI. The Supermicro provided utility program IPMIView is good, but the iKVM console redirection facility is woefully unreliable and also seems to be poorly documented! (Probably because it is based upon Java.) | I have 3 computers from Supermicro with BMC and IPMI. The Supermicro provided utility program IPMIView is good, but the iKVM console redirection facility is woefully unreliable and also seems to be poorly documented! (Probably because it is based upon Java.) | ||
Line 48: | Line 48: | ||
I adjusted my grub boot loader configuration as follows '' | I adjusted my grub boot loader configuration as follows '' | ||
- | < | + | < |
# If you change this file, run ' | # If you change this file, run ' | ||
# / | # / | ||
Line 55: | Line 55: | ||
GRUB_DEFAULT=0 | GRUB_DEFAULT=0 | ||
- | GRUB_TIMEOUT_STYLE=hidden | + | #GRUB_TIMEOUT_STYLE=hidden |
- | GRUB_TIMEOUT=2 | + | GRUB_TIMEOUT_STYLE=menu |
+ | GRUB_TIMEOUT=8 | ||
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` | GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` | ||
GRUB_CMDLINE_LINUX_DEFAULT="" | GRUB_CMDLINE_LINUX_DEFAULT="" | ||
Line 87: | Line 88: | ||
The key lines being: | The key lines being: | ||
- | < | + | < |
GRUB_CMDLINE_LINUX=" | GRUB_CMDLINE_LINUX=" | ||
GRUB_TERMINAL=serial | GRUB_TERMINAL=serial | ||
Line 105: | Line 106: | ||
The Ubuntu Documentation [[https:// | The Ubuntu Documentation [[https:// | ||
+ | |||
+ | On Debian 10 Buster I had some issued with getting ipmi console to work after grub login. | ||
+ | '' | ||
+ | I then modified the line: | ||
+ | < | ||
+ | # | ||
+ | ExecStart=-/ | ||
+ | </ | ||
+ | Then '' | ||
====BMC IPMI SOL Client Setup==== | ====BMC IPMI SOL Client Setup==== | ||
Line 131: | Line 141: | ||
One problem is the terminal does not autmatically resize, a couple of tools are available to assist with this: | One problem is the terminal does not autmatically resize, a couple of tools are available to assist with this: | ||
* The command '' | * The command '' | ||
- | * The command '' | + | * The command '' |
* The command '' | * The command '' | ||
+ | * The command '' | ||
+ | The terminal number of columns and rows can be found with '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
Check the man pages or do an internet search on these commands for further information and details. | Check the man pages or do an internet search on these commands for further information and details. | ||
Line 143: | Line 160: | ||
*Ubuntu Documentation [[https:// | *Ubuntu Documentation [[https:// | ||
*[[http:// | *[[http:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
---- | ---- | ||
<- home_server: | <- home_server: |