![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Technical Instruction Sure Solution 2154405.1 : How To Change the Baud Speed On an Exalytics X2-4 or X3-4 Server
In this Document
Created from <SR 3-12821021471> Applies to:Exalytics In-Memory Machine X2-4 - Version All Versions and laterOracle Exalytics Software - Version 1.0.0.1.0 and later Information in this document applies to any platform. GoalDetailed steps to change the baud speed on an Exalytics X2-4 or X3-4 server? SolutionThe baud speed can be changed by following the configuration changes in How to configure the ILOM serial console on Exalytics systems <Document 2117758.1>. This note was written and tested on an Exalytics X5-4 server. NOTE: It is also recommended that you remove the 'quiet' from the linux kernel command line in at least the first line of the kernel settings. By removing the 'quiet' parameter, you will see machine status and feedback when the server is rebooting.
This is recommended as it will provide debug clues if the changes fail for some reason. The modified grub.conf should show look similar to the text below. The grub.conf file is truncated here just to show the changed settings.
NOTE: When listing changes for grub.conf and inittab, (step 4), you will see text enclosed in open bracket "[" and that starts with "[Support note ...". Text within the brackets is not part of the required changes but is shown for clarity.
grub.conf
... serial --unit=0 --speed=115200 [Support note: Change speed here.] terminal --timeout=5 serial console title Oracle Linux Server (2.6.39-400.128.17.el5uek) root (hd0,0) kernel /vmlinuz-2.6.39-400.128.17.el5uek ro root=/dev/VolGroup00/LogVol0 0 rhgb console=ttyS0,115200n8 console=tty1 [Support note: Change speed, remove 'quiet' and add 'console=tty1' here.] initrd /initrd-2.6.39-400.128.17.el5uek.img title Oracle Linux Server (2.6.32-400.11.1.el5uek) root (hd0,0) kernel /vmlinuz-2.6.32-400.11.1.el5uek ro root=/dev/VolGroup00/LogVol00 rhgb quiet console=ttyS0,115200n8 console=tty1 [Support note: Change speed and add 'console=tty1' here.] initrd /initrd-2.6.32-400.11.1.el5uek.img title Enterprise Linux (2.6.32-100.23.1.el5) root (hd0,0) kernel /vmlinuz-2.6.32-100.23.1.el5 ro root=/dev/VolGroup00/LogVol00 rhg b quiet console=ttyS0,115200n8 console=tty1 [Support note: Change speed and add 'console=tty1' here.] initrd /initrd-2.6.32-100.23.1.el5.img
# Run gettys in standard runlevels
co:2345:respawn:/sbin/agetty ttyS0 115200 vt100-nav [Support note: Change speed here.]
References<NOTE:2117758.1> - How to configure the ILOM serial console on Exalytics systemsAttachments This solution has no attachment |
||||||||||||||||
|