![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2031267.1 : Exalytics OVM Server: ILOM Console Does Not Display After Running "start /SP/console" Command
In this Document
Created from <SR 3-10852288151> Applies to:Exalytics In-Memory Machine X3-4 - Version All Versions and laterLinux OS - Version Oracle Linux 5.5 with Unbreakable Enterprise Kernel [2.6.32] and later Information in this document applies to any platform. SymptomsAfter following steps in How to Enable ILOM Serial Console Login on Oracle Linux 5 <Document 1662106.1> on an Exalytics X series server, the console still does not work. CauseIncomplete/incorrect configuration changes. The terminal settings in How to Enable ILOM Serial Console Login on Oracle Linux 5 <Document 1662106.1> need to be slightly different for an Exalytics OVM server. If the server is configured exactly as indicated in the note, it will fail. SolutionRe-review steps in How to Enable ILOM Serial Console Login on Oracle Linux 5 <Document 1662106.1>. If using an Exalytics OVM server, the terminal type is different in the /etc/inittab file and you should run the "init q" command. > show /SP/serial/host
/SP/serial/host Targets: Properties: commitpending = (Cannot show property) flowcontrol = none pendingflowcontrol = none pendingspeed = 9600 speed = 9600 Commands: cd set show -> show /SP/serial/external /SP/serial/external Targets: Properties: commitpending = (Cannot show property) flowcontrol = none pendingspeed = 9600 speed = 9600 Commands: cd set show 2. On the Linux host, edit /etc/grub.conf
serial --unit=0 --speed=9600
terminal --timeout=5 serial console b) Add the following parameter to the kernel line (use the speed found in step 1) console=ttyS0,9600n8 console=tty1
default=1
timeout=10 splashimage=(hd0,0)/grub/splash.xpm.gz serial --unit=0 --speed=9600 terminal --timeout=5 serial console hiddenmenu title Oracle Linux Server (2.6.39-400.214.3.el5uek) root (hd0,0) kernel /vmlinuz-2.6.39-400.214.3.el5uek ro root=/dev/VolGroup00/LogVol00 numa=off console=ttyS0,9600n8 console=tty1 initrd /initrd-2.6.39-400.214.3.el5uek.img co:2345:respawn:/sbin/agetty ttyS0 9600 vt100-nav
# echo ttyS0 >> /etc/securetty
# init q
-> start /HOST/console
NOTE: The modified steps under 2 c and 3 above have been tested successfully in Exalytics OVM servers running OVM image 2.0.1.4.0 and 2.0.1.3.0.
Attachments This solution has no attachment |
||||||||||||||||||
|