嘘~ 正在从服务器偷取页面 . . .

通过SOL实现BMC远程控制台功能


作用:

XCC在没有BMC License许可证的情况下,若要实现远程控制台功能(Remote Console),可以采用SOL(Serial Over LAN)的方式实现,此方法无法完全实现XCC Remote Console的所有功能,但可以作为临时替代方案使用。这里使用一台ThinkSystem SR650 V2服务器进表配置演示,OS为VMware ESXi7.0。

[uEFI设置]

Power on the System
1. Press <F1> when prompt during POST
2. Select <System Settings>
3. Select <Devices and I/O Ports>
4. Select <Console Redirection Settings> and enter
5. Verify and make the following changes:
   a. COM Port 1: -> Enable
   b. Console Redirection: -> <Enable>*
   c. Serial Port Sharing -> <Enable>
   d. Serial Port Access Mode -> <Dedicated>
   e. SP Redirection: -> <Enable>
   f. Com1 Baud Rate : -> <115200> <<57600>>
   g. Com1 Data Bits: -> <8>
   h. Com1 Parity: -> <None>
   i. Com1 Stop Bits: -><1>
   j. Com1 Terminal Emulation: -> <ANSI>
   k. Com1 Active After Reboot: -> <Enable>
   l. Com1 Flow Control: -> <Hardware>

[XCC设置]

XCC->BMC Configuration->Network

[EXSi设置]

  1. 设置VMkernel.Boot.logPort 和 VMkernel.Boot.gdbPort o为 com2

  1. 设置VMkernel.Boot.tty2Port 为 com1。

  1. 配置完成后,需要重启ESXi。

[验证]

使用ipmitool command验证

ipmitool –I lanplus –H xx.xx.xx.xx(BMC IP) –U USERID –P PASSW0RD sol activate


文章作者: kclouder
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 kclouder !
  目录