<?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 console in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307380#M184859</link>
    <description>what should i do to redirect console messages to different server.&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 16 Jun 2004 17:19:25 GMT</pubDate>
    <dc:creator>subhashni</dc:creator>
    <dc:date>2004-06-16T17:19:25Z</dc:date>
    <item>
      <title>console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307380#M184859</link>
      <description>what should i do to redirect console messages to different server.&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 16 Jun 2004 17:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307380#M184859</guid>
      <dc:creator>subhashni</dc:creator>
      <dc:date>2004-06-16T17:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307381#M184860</link>
      <description>Edit /etc/syslog.conf and enter&lt;BR /&gt;&lt;BR /&gt;local4.notice @server&lt;BR /&gt;&lt;BR /&gt;now any message from the local4 subsystem with the level of notice wil go to server. In server</description>
      <pubDate>Wed, 16 Jun 2004 17:31:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307381#M184860</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-06-16T17:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307382#M184861</link>
      <description>Oops ! sorry I did nt notice you have specifically mentioned console messages.&lt;BR /&gt;&lt;BR /&gt;#  vi /etc/syslog.conf&lt;BR /&gt; *.info,*.emerg,*.notice,*.alert /dev/console&lt;BR /&gt;*.info,*.emerg,*.notice,*.alert @server&lt;BR /&gt;&lt;BR /&gt;# kil -1 &lt;SYSLOGD-PID&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SYSLOGD-PID&gt;</description>
      <pubDate>Wed, 16 Jun 2004 17:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307382#M184861</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-06-16T17:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307383#M184862</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Edit /etc/syslog.conf file and add &lt;BR /&gt;&lt;BR /&gt;*.alert  @other_host&lt;BR /&gt;&lt;BR /&gt;Then you should see all the alert messages that were going to console now also go to the syslog.log of other_host.&lt;BR /&gt;&lt;BR /&gt;This doesn't mean you get all the messages of the console into the syslog like initial startup messages, shutdown messages. There isn't a way to do it unless you physically connect the console port to the other server with proper cable and use kermit.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 16 Jun 2004 17:36:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307383#M184862</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-06-16T17:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307384#M184863</link>
      <description>Thanks for the quick reply.&lt;BR /&gt;Sundar,&lt;BR /&gt;Is this appropriate to redirect to different server  like the following.&lt;BR /&gt;&lt;BR /&gt;*.err;kern.notice;auth.notice   @server name&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;does it require to restart the syslogd.&lt;BR /&gt;tks</description>
      <pubDate>Wed, 16 Jun 2004 17:38:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307384#M184863</guid>
      <dc:creator>subhashni</dc:creator>
      <dc:date>2004-06-16T17:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307385#M184864</link>
      <description>Sorry,i was late for my last reply.&lt;BR /&gt;Thanks anyway&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jun 2004 17:41:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307385#M184864</guid>
      <dc:creator>subhashni</dc:creator>
      <dc:date>2004-06-16T17:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307386#M184865</link>
      <description>Thanks for the replies.&lt;BR /&gt;But having a doubt.Do i need to specify a target file with server name&lt;BR /&gt;Thanks so much.&lt;BR /&gt;I appreciate your help.&lt;BR /&gt;tks&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jun 2004 18:29:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307386#M184865</guid>
      <dc:creator>subhashni</dc:creator>
      <dc:date>2004-06-16T18:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307387#M184866</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  Nope u dont have to mention a target file. But you can mention a file in the target server's /etc/syslog.conf.&lt;BR /&gt;&lt;BR /&gt;Node1&lt;BR /&gt;&lt;BR /&gt;  local1.notice   @node2&lt;BR /&gt;&lt;BR /&gt;In Node2&lt;BR /&gt;&lt;BR /&gt;  local1.notice   /var/tmp/node1.messages&lt;BR /&gt;&lt;BR /&gt;  Again you have to send HUP signal to syslogd..&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Sundar.</description>
      <pubDate>Wed, 16 Jun 2004 18:53:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307387#M184866</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-06-16T18:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307388#M184867</link>
      <description>Also refer the following link. Has got some useful information for you.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Wed, 16 Jun 2004 18:55:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307388#M184867</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-06-16T18:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: console</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307389#M184868</link>
      <description>Thanks.Got it :-)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jun 2004 00:00:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console/m-p/3307389#M184868</guid>
      <dc:creator>subhashni</dc:creator>
      <dc:date>2004-06-17T00:00:43Z</dc:date>
    </item>
  </channel>
</rss>

