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-12-25 Sat wk51 14:58] – [Grub Bootloader Setup] baumkp | home_server:home_server_setup:other_services:ipmi_console [2025-05-18 Sun wk20 15:27] (current) – [BMC IPMI SOL Client Setup] 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 118: | Line 118: | ||
====BMC IPMI SOL Client Setup==== | ====BMC IPMI SOL Client Setup==== | ||
- | To connect to the BMC sol within a terminal use the following ipmitools command: '' | + | **<color #ed1c24>To connect to the BMC sol within a terminal use the following ipmitools command:</ |
* -I : Selects IPMI interface to use; options seem to be: lan for IPMI 1.5 and lanplus for IPMI 2.0. (All my interfaces are IPMI 2.0) | * -I : Selects IPMI interface to use; options seem to be: lan for IPMI 1.5 and lanplus for IPMI 2.0. (All my interfaces are IPMI 2.0) | ||
* -H : remote server address IP or hostname; to specify the IPMI BMC connect and use | * -H : remote server address IP or hostname; to specify the IPMI BMC connect and use | ||
Line 141: | 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 154: | Line 160: | ||
*Ubuntu Documentation [[https:// | *Ubuntu Documentation [[https:// | ||
*[[http:// | *[[http:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
---- | ---- | ||
<- home_server: | <- home_server: |