<?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: Syslog in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2993211#M913631</link>
    <description>As you must be aware that the syslog.log file is a text file and is dynamic by nature instead of loggin it again to a database you can retain snapshots of it by scheduling a to take a backup of that file at particular intervals. It also makes sense to have such cron job in place as you will losing the old syslog files after two successive reboot.&lt;BR /&gt;&lt;BR /&gt;I think with oracle you can import the plain text files to the database (Using imp command). However I am not sure on how to constantly update the database with the growing syslog information.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Karthik S S&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Karthik</description>
    <pubDate>Tue, 10 Jun 2003 11:20:38 GMT</pubDate>
    <dc:creator>Karthik S S</dc:creator>
    <dc:date>2003-06-10T11:20:38Z</dc:date>
    <item>
      <title>Syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2993210#M913630</link>
      <description>I need to log all my syslog messages to a database.&lt;BR /&gt;&lt;BR /&gt;Can somebody help??</description>
      <pubDate>Tue, 10 Jun 2003 10:58:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2993210#M913630</guid>
      <dc:creator>Daniel Fourie</dc:creator>
      <dc:date>2003-06-10T10:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2993211#M913631</link>
      <description>As you must be aware that the syslog.log file is a text file and is dynamic by nature instead of loggin it again to a database you can retain snapshots of it by scheduling a to take a backup of that file at particular intervals. It also makes sense to have such cron job in place as you will losing the old syslog files after two successive reboot.&lt;BR /&gt;&lt;BR /&gt;I think with oracle you can import the plain text files to the database (Using imp command). However I am not sure on how to constantly update the database with the growing syslog information.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Karthik S S&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Karthik</description>
      <pubDate>Tue, 10 Jun 2003 11:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2993211#M913631</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-06-10T11:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2993212#M913632</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I found a Doc. which is similar to you requirement. The following link explains how to save an Apache log file in a PostgreSQL database,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxworld.com/site-stories/2001/0910.pglogd.html" target="_blank"&gt;http://www.linuxworld.com/site-stories/2001/0910.pglogd.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Karthik S S</description>
      <pubDate>Tue, 10 Jun 2003 11:23:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2993212#M913632</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-06-10T11:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2993213#M913633</link>
      <description>use a perl script based on the perl:multitail module which gives you means to tail a file.&lt;BR /&gt;&lt;BR /&gt;You can parse any log &lt;BR /&gt;&lt;BR /&gt;Then you can easily connect to your database thru the correct Perl module and insert records in a table...&lt;BR /&gt;&lt;BR /&gt;That's it&lt;BR /&gt;&lt;BR /&gt;Enjoy&lt;BR /&gt;&lt;BR /&gt;Laurent&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jun 2003 13:50:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2993213#M913633</guid>
      <dc:creator>Laurent Laperrousaz</dc:creator>
      <dc:date>2003-06-12T13:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2993214#M913634</link>
      <description>Hi,&lt;BR /&gt;apart from custom jobs, the syslog.log is never deleted untill reboot.&lt;BR /&gt;&lt;BR /&gt;So, if you place a script rc that makes and additional copy of syslog, you can do all your processing offline.&lt;BR /&gt;&lt;BR /&gt;Into which db you wuold kine to put the messages ?&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt; Massimo&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jun 2003 13:55:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2993214#M913634</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-06-12T13:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2993215#M913635</link>
      <description>Hi mister matrix :)&lt;BR /&gt;&lt;BR /&gt;I use logsurfer to redirect my syslog messages to, in my case, an e-mail program.&lt;BR /&gt;Why not redirect each new line to a database argument ?&lt;BR /&gt;It does require a little time.&lt;BR /&gt;&lt;BR /&gt;If you really are interested in a daemon logsurfer running on your system collecting data from any logfile you specify, I am happy to help and give you the source. Please send an e-mail to me then at david.vandergeer@axa.nl&lt;BR /&gt;&lt;BR /&gt;Regs David</description>
      <pubDate>Thu, 12 Jun 2003 13:57:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog/m-p/2993215#M913635</guid>
      <dc:creator>David_246</dc:creator>
      <dc:date>2003-06-12T13:57:19Z</dc:date>
    </item>
  </channel>
</rss>

