<?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: Reqd to implement a centralised log Server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reqd-to-implement-a-centralised-log-server/m-p/5061891#M436932</link>
    <description>Dear Mr Clay ,&lt;BR /&gt;&lt;BR /&gt;My your tips , i finished the task , now i could able to see the logs in pariticular server.&lt;BR /&gt;&lt;BR /&gt;Thanks for you and all other admins also &lt;BR /&gt;&lt;BR /&gt;for their valuable suggesstion.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;&lt;BR /&gt;anand</description>
    <pubDate>Wed, 08 Aug 2007 03:24:58 GMT</pubDate>
    <dc:creator>Anand V</dc:creator>
    <dc:date>2007-08-08T03:24:58Z</dc:date>
    <item>
      <title>Reqd to implement a centralised log Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reqd-to-implement-a-centralised-log-server/m-p/5061885#M436926</link>
      <description>Dear Admins,&lt;BR /&gt;&lt;BR /&gt;Is there any way to maintain a centralised log server in which , i need to take a log files for all the servers in a single one server.&lt;BR /&gt;&lt;BR /&gt;I need to maintains and checks the server from &lt;BR /&gt;one server and get other servers info's &lt;BR /&gt;&lt;BR /&gt;Thanks In Advance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Anand&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Aug 2007 09:15:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reqd-to-implement-a-centralised-log-server/m-p/5061885#M436926</guid>
      <dc:creator>Anand V</dc:creator>
      <dc:date>2007-08-07T09:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reqd to implement a centralised log Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reqd-to-implement-a-centralised-log-server/m-p/5061886#M436927</link>
      <description>This is one of those "it depends" questions. It depends upon what you mean by "log files". If you mean those that use the syslog facility then yes, it is possible but otherwise it depends upon how a given application does its logging.&lt;BR /&gt;&lt;BR /&gt;For those that use the syslog facility (which includes the OS and many well-written applications) then you make modifications something like this to your local /etc/syslog.conf file.&lt;BR /&gt;&lt;BR /&gt;Original Entry: (writes to local file)&lt;BR /&gt;*.info;mail.none   /var/adm/syslog/syslog.log&lt;BR /&gt;New Entry: (logs to syslogd on remote host)&lt;BR /&gt;*.info;mail.none   @mickey.mouse.com&lt;BR /&gt;&lt;BR /&gt;You could actually have both entries operational or you could comment out the original. Man syslogd for details.&lt;BR /&gt;&lt;BR /&gt;For applications which simply write to files for logging, one approach would be to NFS mount those directories so that the logging would be done on a remote host.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Aug 2007 09:35:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reqd-to-implement-a-centralised-log-server/m-p/5061886#M436927</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-08-07T09:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reqd to implement a centralised log Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reqd-to-implement-a-centralised-log-server/m-p/5061887#M436928</link>
      <description>Dear Mr claey ,&lt;BR /&gt;&lt;BR /&gt;The recquired log file to be centralized is for syslog.log file.&lt;BR /&gt;&lt;BR /&gt;Thanks for your great help.&lt;BR /&gt;&lt;BR /&gt;If possible , give me the syntax and file details which i need to edit whereas i maintain for forty servers of HP 9000 series and two rp series.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;&lt;BR /&gt;Anand</description>
      <pubDate>Tue, 07 Aug 2007 10:07:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reqd-to-implement-a-centralised-log-server/m-p/5061887#M436928</guid>
      <dc:creator>Anand V</dc:creator>
      <dc:date>2007-08-07T10:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Reqd to implement a centralised log Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reqd-to-implement-a-centralised-log-server/m-p/5061888#M436929</link>
      <description>I'm not sure what else you want to know. Since you are talking about syslog logging then it's quite simple.&lt;BR /&gt;&lt;BR /&gt;On each client host, vi /etc/syslog.conf.&lt;BR /&gt;For every facility that you want logged remotely replace the local filename with @hostnameofremotesyslogserver.&lt;BR /&gt;&lt;BR /&gt;Old entry:&lt;BR /&gt;*.info;mail.none /var/adm/syslog/syslog.log&lt;BR /&gt;New Entry: (logs to syslogd on remote host)&lt;BR /&gt;*.info;mail.none @mickey.mouse.com&lt;BR /&gt;&lt;BR /&gt;If you changed the old entry to the new then&lt;BR /&gt;what once went to the local file /var/adm/syslog/syslog.log will now be sent to a remote syslog server mickey.mounse.com. If you make a copy of the old entry and change the copy to the new entry so that BOTH are in the local /etc/syslog.conf file then logging will be sent to both the local file AND to the remote host.&lt;BR /&gt;&lt;BR /&gt;After making the change, you must tell the local syslogd daemon that you have made the change. Syslogd re-reads its configuration when it receives a SIGHUP (hangup signal; signal 1) so:&lt;BR /&gt;&lt;BR /&gt;kill -1 $(cat /var/run/syslog.pid)&lt;BR /&gt;&lt;BR /&gt;or simply stop and restart the local syslogd.&lt;BR /&gt;&lt;BR /&gt;Now just what part of "man syslogd for details" did you not understand?&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Aug 2007 12:08:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reqd-to-implement-a-centralised-log-server/m-p/5061888#M436929</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-08-07T12:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reqd to implement a centralised log Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reqd-to-implement-a-centralised-log-server/m-p/5061889#M436930</link>
      <description>my suggestion would be to setup a linux server as the syslog server. then install syslog-ng. it is more configurable, so you could create filters to log to files based on certain criteria. Depending on your requirements you may need two syslog servers so that you have some sort of redundancy if one of the syslog servers fail.&lt;BR /&gt;&lt;BR /&gt;another option, that i currently use, is a perl script that does log rotation. i then have a cronjob that copies the logs from each server to a management server.</description>
      <pubDate>Tue, 07 Aug 2007 12:22:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reqd-to-implement-a-centralised-log-server/m-p/5061889#M436930</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-08-07T12:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reqd to implement a centralised log Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reqd-to-implement-a-centralised-log-server/m-p/5061890#M436931</link>
      <description>&lt;BR /&gt;You can consider HP System Insight Manager &lt;BR /&gt;to centrally managed your servers.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h18013.www1.hp.com/products/servers/management/hpsim/benefits.html" target="_blank"&gt;http://h18013.www1.hp.com/products/servers/management/hpsim/benefits.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this help&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Aug 2007 21:09:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reqd-to-implement-a-centralised-log-server/m-p/5061890#M436931</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-08-07T21:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reqd to implement a centralised log Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reqd-to-implement-a-centralised-log-server/m-p/5061891#M436932</link>
      <description>Dear Mr Clay ,&lt;BR /&gt;&lt;BR /&gt;My your tips , i finished the task , now i could able to see the logs in pariticular server.&lt;BR /&gt;&lt;BR /&gt;Thanks for you and all other admins also &lt;BR /&gt;&lt;BR /&gt;for their valuable suggesstion.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;&lt;BR /&gt;anand</description>
      <pubDate>Wed, 08 Aug 2007 03:24:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reqd-to-implement-a-centralised-log-server/m-p/5061891#M436932</guid>
      <dc:creator>Anand V</dc:creator>
      <dc:date>2007-08-08T03:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reqd to implement a centralised log Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reqd-to-implement-a-centralised-log-server/m-p/5061892#M436933</link>
      <description>Thanks for HP - Online support Team</description>
      <pubDate>Wed, 08 Aug 2007 03:45:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reqd-to-implement-a-centralised-log-server/m-p/5061892#M436933</guid>
      <dc:creator>Anand V</dc:creator>
      <dc:date>2007-08-08T03:45:46Z</dc:date>
    </item>
  </channel>
</rss>

