Anyone tried SoL on FreeBSD?

Hello people,

did anyone of you try to run IPMI Serial-over-LAN (sol) on FreeBSD (ideally on supermicro hardware)?

I found this. :-/
 
sysutils/ipmitool

ipmitool -H <host> -U <user> -P <password> -I lanplus sol activate

SOL/console redirection has to be configured correctly though.
I seldomly use sol over ipmtool nowadays, the HTML5 console is much more comfortable and doesn't drop out e.g. when switching console resolution (e.g. POST -> bootloader)
 
the HTML5 console is much more comfortable
I use CTRL-W a lot on the CLI but this closes the browser window, quite annoying to stop muscle memory from kicking in. That said, the HTML5 console is much better than the Java console on the old IPMI versions.
 
I use CTRL-W a lot on the CLI but this closes the browser window, quite annoying to stop muscle memory from kicking in. That said, the HTML5 console is much better than the Java console on the old IPMI versions.

I changed that hotkey a long time ago as "w" and "v" are adjacent keys on dvorak. Plus with pentadactyl in passthrough-mode that also shouldn't be an issue (never tested it though...)
 
Yes, for Sol, the supermicro boards are already set up for it.

Using the serial port (usually number 2) and speed from the supermicro bios, all you have to do is add to loader.conf:
Code:
boot_multicons="YES"
boot_serial="YES"
comconsole_speed="whatever"
comconsole_port="whichever"
console="comconsole,efi"

Then there are two ways to use the SoL
1.) ssh into the ipmi (preferred)
2.) use the web based bmc and load the java (yuck) SoL

You can see various screenshots of both the SoL and KVM on this thread.
 
Back
Top