'ipmitool'에 해당하는 글 1건

1. Setting up SOL on BIOS

- make sure that "IPMI Over LAN" is enabled

- "Serial Communication" on main menu ==> "On with Console Redirection via COM2" , which is connected to the MBC

- set the baud rate to 115200

- set Remote Terminal Type to VT100/VT220

- enable "Redirection After Boot"


 2. Setting up SOL on GRUB (/boot/grub/menu.lst)


serial --unit=2 --speed=11500 --word=8 --parity=no --stop=1

terminal --timeout=10 serial console

timeout=10


.....

# splashimage=(hd0,0)/boot/grub/splash.xpm.gz        # important! disable splash image menu!!

 



3. Using it with ipmitool on terminal.


# ipmitool -I lanplus -H IP_addr -U user  -P password sol activate

# ipmitool -I lanplus -H IP_addr -U user  -P password sol deactivate


WRITTEN BY
RootFriend
개인적으로... 나쁜 기억력에 도움되라고 만들게되었습니다.

,