<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Redirect /dev/console in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/redirect-dev-console/m-p/2775798#M75922</link>
    <description>&lt;BR /&gt;The hpterms are a bit outdated, to use the more modern dtterm it has a -C option to do the same thing - direct console output to a dtterm X window. See manpage; man 1 dtterm&lt;BR /&gt;</description>
    <pubDate>Wed, 31 Jul 2002 09:29:05 GMT</pubDate>
    <dc:creator>Stefan Farrelly</dc:creator>
    <dc:date>2002-07-31T09:29:05Z</dc:date>
    <item>
      <title>Redirect /dev/console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirect-dev-console/m-p/2775794#M75918</link>
      <description>How do I redirect the output of my console to my desktop terminal?&lt;BR /&gt;&lt;BR /&gt;I'm running HPUX 11.0&lt;BR /&gt;&lt;BR /&gt;I'm sure this is an easy question, but I just can't find the answer any where.</description>
      <pubDate>Tue, 30 Jul 2002 16:14:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirect-dev-console/m-p/2775794#M75918</guid>
      <dc:creator>Dela Acolatse</dc:creator>
      <dc:date>2002-07-30T16:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect /dev/console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirect-dev-console/m-p/2775795#M75919</link>
      <description>If you are referring to the warning and error messages that display on the console, you can change the /etc/syslog.conf file to route them to the /dev/tty to which your desktop is attached.  This, however, assumes a static connection.&lt;BR /&gt;&lt;BR /&gt;If you are referring to routing all the display to /dev/console from interactivity from the console keyboard, you may be able to setup a named pipe to route the output to the /dev/tty to which your desktop system it attached.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Tue, 30 Jul 2002 16:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirect-dev-console/m-p/2775795#M75919</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-07-30T16:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect /dev/console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirect-dev-console/m-p/2775796#M75920</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you want to change this permanent you can change the console path at the boot screen.</description>
      <pubDate>Tue, 30 Jul 2002 17:34:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirect-dev-console/m-p/2775796#M75920</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2002-07-30T17:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect /dev/console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirect-dev-console/m-p/2775797#M75921</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Assuming Terminal is graphical&lt;BR /&gt;&lt;BR /&gt;create a  hpterm window in Console mode? &lt;BR /&gt;&lt;BR /&gt;The following creates a hpterm that captures console output:&lt;BR /&gt;&lt;BR /&gt;hpterm -C -title console -name Console -ls&amp;amp; &lt;BR /&gt;&lt;BR /&gt;This command requires  entry in the  file:&lt;BR /&gt;/usr/lib/X11/Xconsoles &lt;BR /&gt;'*'&lt;BR /&gt;To test , create  hpterm console and on an other window type: &lt;BR /&gt;cat &amp;gt; /dev/console &lt;BR /&gt;and type some text. &lt;BR /&gt;When you are finished, type a ctrl-d to stop the output to the console window. &lt;BR /&gt;&lt;BR /&gt;                   Steve Steel&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Jul 2002 09:14:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirect-dev-console/m-p/2775797#M75921</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-07-31T09:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect /dev/console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirect-dev-console/m-p/2775798#M75922</link>
      <description>&lt;BR /&gt;The hpterms are a bit outdated, to use the more modern dtterm it has a -C option to do the same thing - direct console output to a dtterm X window. See manpage; man 1 dtterm&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Jul 2002 09:29:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirect-dev-console/m-p/2775798#M75922</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-07-31T09:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect /dev/console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redirect-dev-console/m-p/2775799#M75923</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;the dtterm is a good point. It also use less resources than hpterm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;          Steve Steel</description>
      <pubDate>Wed, 31 Jul 2002 09:42:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redirect-dev-console/m-p/2775799#M75923</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-07-31T09:42:45Z</dc:date>
    </item>
  </channel>
</rss>

