Hi,

"SOL Session operational" is a BMC prompt, actually you have successfully connected to it, before you can interact with the terminal, the Serial Redirection (or something called that) needs to be enabled in the BIOS, also make sure you have matching baud rate set to the bootloader for the tty.

P.S. SOL does not work for Windows systems.

On Thu, Nov 12, 2020 at 11:05 PM Ankele zhang <ankelezhang@gmail.com> wrote:
Hello~

    I have a OpenStack platform( Rocky )  on CentOS7.6, and I installed Ironic components on it. I can manage bare metal node with Ironic and I plan to use shellinabox to manage the bare metal node remotely.
    I had config conductor ironic.conf:
        [DEFAULT]
        ...
        enabled_console_interfaces = ipmitool-shellinabox,no-console
    I had config shellinabox:
        USER=shellinabox
        GROUP=shellinabox
        CERTDIR=/var/lib/shellinabox
        PORT=4200
        OPTS="--disable-ssl-menu -s /:LOGIN"
    My 'openstack baremetal node console show BM01':
    console_enabled: True and console_info.url: http://192.168.3.84:8023
image.png
     Now, I can access https://192.168.3.84:4200 is OK, and I can log in and manage it.
     But, when I access http://192.168.3.84:8023:
image.png
can not type anything into it.

Look forward to hearing from you!

                                                                                                              Ankele