Work/T Series
T Series Redirect Screen & Keyboard
Flyyunha
2014. 5. 29. 08:43
@@@ Single 에서
ok setenv input-device keyboard
ok setenv ouput-device screen:r1024x768x75 ( 1024x768 해상도, 75Mhz )
ok reset-all
@@@ O/S 에서
# eeprom output-device="screen:r1024x768x75"
# reboot
@@@ 설정 실패 혹은, 모니터 키보드에서 보이지 않을시
@@@ ILOM
-> stop /SYS
-> cd /HOST/bootmode
-> set script="setenv output-device screen:r1024x768x75"
-> start /SYS
-> start /SP/console
ctrl+break 로 stop+a
ok setenv output-device virtual-console
ok setenv input-device virtual-console
ok reset-all
@@@ 메뉴얼에서는 된다고 하나, Keyboard 는 되고, Monitor 는 안됨;