<?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: script required to collect syslog in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/script-required-to-collect-syslog/m-p/4008885#M298564</link>
    <description>hi;&lt;BR /&gt;you may use syslog server, syslog-ng.&lt;BR /&gt;It extends the original syslogd model with content-based filtering, flexible configuration options and adds important features to syslog, like using TCP for transport.&lt;BR /&gt;default it uses 514 UDP port.&lt;BR /&gt;you can log whatever you want to the logserver.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;mustafa</description>
    <pubDate>Thu, 14 Aug 2008 17:04:51 GMT</pubDate>
    <dc:creator>Mustafa Gulercan</dc:creator>
    <dc:date>2008-08-14T17:04:51Z</dc:date>
    <item>
      <title>script required to collect syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-required-to-collect-syslog/m-p/4008878#M298557</link>
      <description>hi all,&lt;BR /&gt;&lt;BR /&gt;I have 20 hp-ux box in our data center, daily im checking the syslog manually log in to all the system. is there any script available to collect the syslog from all the system and display it on the system where i execute the script.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Guru</description>
      <pubDate>Tue, 29 May 2007 06:45:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-required-to-collect-syslog/m-p/4008878#M298557</guid>
      <dc:creator>Gurumanickam</dc:creator>
      <dc:date>2007-05-29T06:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: script required to collect syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-required-to-collect-syslog/m-p/4008879#M298558</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;there are several options: servers can send the syslog mssages to another server directly. &lt;BR /&gt;You can even collect the files from the servers using commands like scp or rcp.&lt;BR /&gt;&lt;BR /&gt;Have a look at "man scp".</description>
      <pubDate>Tue, 29 May 2007 07:52:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-required-to-collect-syslog/m-p/4008879#M298558</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-05-29T07:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: script required to collect syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-required-to-collect-syslog/m-p/4008880#M298559</link>
      <description>Hi Guru,&lt;BR /&gt;&lt;BR /&gt;man syslogd&lt;BR /&gt;&lt;BR /&gt;A host name preceded by an @ character.  Selected messages are forwarded to the syslogd on the named host.&lt;BR /&gt;&lt;BR /&gt;You can send syslog file on all the servers to a logserver (@hostname). The entry should be added on /etc/syslog.conf on all the servers.&lt;BR /&gt;&lt;BR /&gt;Look for the @hostname option on /etc/syslog.conf&lt;BR /&gt;&lt;BR /&gt;*.* @hostname &lt;BR /&gt;restart syslogd &lt;BR /&gt;&lt;BR /&gt;After that you can grep the syslog for errors and mail it to you.&lt;BR /&gt;&lt;BR /&gt;grep -Ei "err|warn|panic|crit" syslog.log&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rasheed Tamton&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 May 2007 08:01:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-required-to-collect-syslog/m-p/4008880#M298559</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2007-05-29T08:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: script required to collect syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-required-to-collect-syslog/m-p/4008881#M298560</link>
      <description>Attached is a script I run out of cron that loops through all servers and collects the syslog entries since the day before at midnight.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It utilizes caljd.sh to calculate yesterday.  It also takes entries from a file(grep.string) to create a text string which I do not want reports about and then emails the report to my email address.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 May 2007 17:21:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-required-to-collect-syslog/m-p/4008881#M298560</guid>
      <dc:creator>Alan Meyer_4</dc:creator>
      <dc:date>2007-05-29T17:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: script required to collect syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-required-to-collect-syslog/m-p/4008882#M298561</link>
      <description>Alan,&lt;BR /&gt;&lt;BR /&gt;Could you send / attach  CALJD script?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Murilo.</description>
      <pubDate>Thu, 14 Aug 2008 16:28:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-required-to-collect-syslog/m-p/4008882#M298561</guid>
      <dc:creator>Murilo vitorino</dc:creator>
      <dc:date>2008-08-14T16:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: script required to collect syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-required-to-collect-syslog/m-p/4008883#M298562</link>
      <description>And to email any syslog.log changes since last run. (schedule in cron at your preference)&lt;BR /&gt;&lt;BR /&gt;Includes warning if syslog has had lines removed ( i.e. file is smaller than last run)&lt;BR /&gt;&lt;BR /&gt;Also requires an ignore file to filter out what ever you wish.&lt;BR /&gt;&lt;BR /&gt;Review for ideas or modify for your environment.&lt;BR /&gt;&lt;BR /&gt;Cheers.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Aug 2008 16:34:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-required-to-collect-syslog/m-p/4008883#M298562</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-08-14T16:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: script required to collect syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-required-to-collect-syslog/m-p/4008884#M298563</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;sending logs to a logserver on the fly as mentioned before,  also keeps logs from unexpected reboot and deleting logs of unauthorized people. you can also keep windows event logs here. there is a tool written in .net to do it. Then you can store logs in mysql with a tool php syslog-ng. So you can do advance search in logs.&lt;BR /&gt;&lt;BR /&gt;Kenan.</description>
      <pubDate>Thu, 14 Aug 2008 17:03:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-required-to-collect-syslog/m-p/4008884#M298563</guid>
      <dc:creator>Kenan Erdey</dc:creator>
      <dc:date>2008-08-14T17:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: script required to collect syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-required-to-collect-syslog/m-p/4008885#M298564</link>
      <description>hi;&lt;BR /&gt;you may use syslog server, syslog-ng.&lt;BR /&gt;It extends the original syslogd model with content-based filtering, flexible configuration options and adds important features to syslog, like using TCP for transport.&lt;BR /&gt;default it uses 514 UDP port.&lt;BR /&gt;you can log whatever you want to the logserver.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;mustafa</description>
      <pubDate>Thu, 14 Aug 2008 17:04:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-required-to-collect-syslog/m-p/4008885#M298564</guid>
      <dc:creator>Mustafa Gulercan</dc:creator>
      <dc:date>2008-08-14T17:04:51Z</dc:date>
    </item>
  </channel>
</rss>

