With the Supermicro Embeded BMC, is it possible to connect to Serial Over Lan via SSH?
Posted
by
Stefan Lasiewski
on Server Fault
See other posts from Server Fault
or by Stefan Lasiewski
Published on 2012-10-31T17:44:22Z
Indexed on
2012/11/07
11:06 UTC
Read the original article
Hit count: 526
I have several dozen Supermicro servers which use the Supermicro Embedded BMC. The documentation on that page suggests that I can access the Serial Over LAN (Serial Console) over SSH:
SMASH and CLP support
SSH based SOL Power control of the server
But when I ssh into my BMC, all I see is a Busybox implementation, with no clear ability to connect to the SOL:
# ssh 192.168.100.100 -l ADMIN
[email protected]'s password:
BusyBox v1.1.3 (2011.02.12-01:48+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
# show
-sh: show: not found
# smash
-sh: smash: not found
Supermicro support is giving me inconsistent answers. Is it possible to connect to the SOL via the SSH interface?
© Server Fault or respective owner