2016年10月17日 星期一

How to get SUT time from BMC by ipmi command

How to get SUT time from BMC by ipmi command


#ipmitool.exe -I lanplus -H 192.168.1.1 -U admin -P password sel time get

2016年10月5日 星期三

Linux Console_Redirection -SLES 12.2

Linux Console_Redirection -SLES 12.2

1.Configuring GRUB 2
#vim /etc/default/grub
GRUB_TERMINAL="serial"
GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"
GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8"


2.If BIOS is legacy mode
#grub2-mkconfig -o /boot/grub2/grub.cfg
If BIOS is UEFI mode
#grub2-mkconfig -o /boot/efi/EFI/sles/grub.cfg
3.Reboot

(TOP)Temp for soulin only

123