![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||
Solution Type Technical Instruction Sure Solution 1448379.1 : /SP/console Appears Dead and/or Shows a Black Screen
In this Document
Applies to:Sun Fire X4540 Server - Version Not Applicable and laterSun Fire X2270 M2 Server - Version Not Applicable and later Sun Blade X6220 Server Module - Version Not Applicable and later Sun Fire X4240 Server - Version Not Applicable and later Sun Blade X6275 M2 Server Module - Version Not Applicable and later Information in this document applies to any platform. ***Checked for relevance on 18-Nov-2013*** ***Checked for relevance on 04-Nov-2015*** GoalTo discuss this information further with Oracle experts and industry peers, we encourage you to review, join or start a discussion in the My Oracle Support Community - Sun x86 Systems
SolutionTo troubleshoot /SP/console it is usually helpful to start the /SP/console and the VGA console (via web Graphical User Interface (GUI) remote console redirection) both at the same time and watch both console screens during POST and up through the Operating System (O/S) launch process. ssh xxx.xxx.xxx.xxx -l root
> start /SP/console
Are you sure you want to start /SP/console (y/n)? y
Press the power button, or from a new CLI session: -> start /SYS # eeprom | grep console
console=ttya
# eeprom | grep console
console=text
For Linux: # dmesg | grep console
console [ttyS0] enabled --> Serial port console [tty0] enabled --> VGA port Edit grub config: Change from: # grub.conf generated by anaconda
# # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/sda3 # initrd /initrd-version.img #boot=/dev/sda default=1 timeout=5 title Oracle Linux Server (2.6.18-164.el5xen) root (hd0,0) kernel /xen.gz-2.6.18-164.el5 module /vmlinuz-2.6.18-164.el5xen ro root=LABEL=/ module /initrd-2.6.18-164.el5xen.img title Oracle Linux Server-base (2.6.18-164.el5) root (hd0,0) kernel /vmlinuz-2.6.18-164.el5 ro root=LABEL=/ initrd /initrd-2.6.18-164.el5.img to: # grub.conf generated by anaconda
# # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/sda3 # initrd /initrd-version.img #boot=/dev/sda default=1 timeout=5 serial --unit=0 --speed=9600 terminal --timeout=5 serial console title Oracle Linux Server (2.6.18-164.el5xen) root (hd0,0) kernel /xen.gz-2.6.18-164.el5 com1=9600 console=com1 module /vmlinuz-2.6.18-164.el5xen ro root=LABEL=/ console=ttyS0,9600 module /initrd-2.6.18-164.el5xen.img title Oracle Linux Server-base (2.6.18-164.el5) root (hd0,0) kernel /vmlinuz-2.6.18-164.el5 ro root=LABEL=/ earlylprintk=ttyS0,9600 console=ttyS0,9600 initrd /initrd-2.6.18-164.el5.img # reboot Attachments This solution has no attachment |
||||||||||||||
|