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 [2021-01-21 Thu wk03 19:43] – [Linux Serial Terminal Setup] 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 140: | 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 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 153: | Line 160: | ||
*Ubuntu Documentation [[https:// | *Ubuntu Documentation [[https:// | ||
*[[http:// | *[[http:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
---- | ---- | ||
<- home_server: | <- home_server: |