Difference between revisions of "Console Output and Serial Terminals"

From NST Wiki
Jump to navigationJump to search
(New page: == Serial Console On NST 2.x.x Or Above == To easily access the network configuration files, simply use the cdnet command: <div class="screen"> <div class="userInput"><span class="prompt...)
 
(Serial Console On NST 2.x.x Or Above)
Line 1: Line 1:
 
== Serial Console On NST 2.x.x Or Above ==
 
== Serial Console On NST 2.x.x Or Above ==
  
To easily access the network configuration files, simply use the cdnet command:
+
Use the following command to manually enable the serial console on NST versions 2.x.x or above.
 
 
 
<div class="screen">
 
<div class="screen">
<div class="userInput"><span class="prompt">[root@probe ~]# </span>cdnet</div>
+
<div class="userInput"><span class="prompt">[root@probe ~]# </span>initctl emit --no-wait fedora.serial-console-available ttyS0 57600</div>
 
  <pre class="computerOutput">
 
  <pre class="computerOutput">
[root@probe network-scripts]#  
+
[root@probe ~]#  
 
</pre>
 
</pre>
 
</div>
 
</div>

Revision as of 07:14, 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.

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