Console Output and Serial Terminals: Difference between revisions

From MediaWiki
Jump to navigationJump to search
Line 1: Line 1:
== Serial Console On NST 2.x.x Or Above ==
== Serial Console On NST 2.x.x Or Above ==


Use the following command to manually enable the serial console on NST versions 2.x.x or above.
Use the following command to manually enable the serial console on NST versions 2.x.x or above. This example will set the serial baud rate to: "'''57600'''" and use serial device: "'''/dev/ttyS0'''".
<div class="screen">
<div class="screen">
<div class="userInput"><span class="prompt">[root@probe ~]# </span>initctl emit --no-wait fedora.serial-console-available ttyS0 57600</div>
<div class="userInput"><span class="prompt">[root@probe ~]# </span>initctl emit --no-wait fedora.serial-console-available ttyS0 57600</div>

Revision as of 06:16, 5 April 2009

Serial Console On NST 2.x.x Or Above

Use the following command to manually enable the serial console on NST versions 2.x.x or above. This example will set the serial baud rate to: "57600" and use serial device: "/dev/ttyS0".

[root@probe ~]# initctl emit --no-wait fedora.serial-console-available ttyS0 57600
[root@probe ~]#