<?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: Log File Redirection in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539973#M916331</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Which version of BIND do you use? With BIND 8/9 you can use the "logging", "channel" and "category" directives to configure logging channels. &lt;BR /&gt;For the "category default" you can then use your own file channel instead of the syslog channel that BIND normally uses.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Vincent</description>
    <pubDate>Wed, 13 Jun 2001 10:26:37 GMT</pubDate>
    <dc:creator>Vincent Stedema</dc:creator>
    <dc:date>2001-06-13T10:26:37Z</dc:date>
    <item>
      <title>Log File Redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539965#M916323</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In our DNS Server running HPUX 11.00,&lt;BR /&gt;all DNS logs are getting appended to&lt;BR /&gt;/var/adm/syslog/syslog.log file.&lt;BR /&gt;&lt;BR /&gt;We would like to redirect these DNS logs to&lt;BR /&gt;a separate file for easy administration.&lt;BR /&gt;&lt;BR /&gt;Can any one tell the procedure to achieve this.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance,&lt;BR /&gt;&lt;BR /&gt;Roobala&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jun 2001 06:48:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539965#M916323</guid>
      <dc:creator>roobala</dc:creator>
      <dc:date>2001-06-13T06:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Log File Redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539966#M916324</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Should you wish to disabled the syslog entries perform the following:&lt;BR /&gt;&lt;BR /&gt;1. install DNS patch or replacement.&lt;BR /&gt;      [PHNE_20618/PACHRDME/English] : s700_800 10.X BIND 4.9.7 components&lt;BR /&gt;2. run named command with -X option.&lt;BR /&gt;      # named -X&lt;BR /&gt;   * To set option in boot file,&lt;BR /&gt;      # vi /etc/rc.config.d/namesvrs</description>
      <pubDate>Wed, 13 Jun 2001 06:54:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539966#M916324</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2001-06-13T06:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Log File Redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539967#M916325</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Why not extract these entries from the syslog.log file?&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;# Extract DNS info&lt;BR /&gt;cat /var/adm/syslog/syslog.log |grep dns &amp;gt;&amp;gt; /tmp/DNS.log&lt;BR /&gt;&lt;BR /&gt;# Clean the syslog.log&lt;BR /&gt;cat /var/adm/syslog/syslog.log |grep ?v dns &amp;gt;&amp;gt; /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Ensure that the grep ?dns? extracts the info you require.&lt;BR /&gt;&lt;BR /&gt;This can either be cronned or menu driven .&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;&lt;BR /&gt;cat /var/adm/syslog</description>
      <pubDate>Wed, 13 Jun 2001 07:46:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539967#M916325</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-06-13T07:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Log File Redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539968#M916326</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Please ignore the "cat /var/adm/syslog ".&lt;BR /&gt;&lt;BR /&gt;I do not know where it came from&lt;BR /&gt;&lt;BR /&gt;;-) &lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Wed, 13 Jun 2001 07:48:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539968#M916326</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-06-13T07:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Log File Redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539969#M916327</link>
      <description>Edit /etc/syslog.conf.</description>
      <pubDate>Wed, 13 Jun 2001 08:06:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539969#M916327</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-06-13T08:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Log File Redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539970#M916328</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;I wanted to have separate log file for DNS logs and remaning all the logs let be there in syslog.log itself.&lt;BR /&gt;&lt;BR /&gt;I want the same to get appended automatically by the system.&lt;BR /&gt;&lt;BR /&gt;If it can be done by editing /etc/syslog.conf.......how ?&lt;BR /&gt;Can any one tell how to configure syslog for this requirement?&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;Roobala</description>
      <pubDate>Wed, 13 Jun 2001 08:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539970#M916328</guid>
      <dc:creator>roobala</dc:creator>
      <dc:date>2001-06-13T08:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Log File Redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539971#M916329</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;if you want ot can disable all the degubing option of the dns with the command /usr/sbin/sig_named &lt;BR /&gt;&lt;BR /&gt;here is the link to see the doc : &lt;BR /&gt;&lt;A href="http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90147/B2355-90147_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90147/00/00/34-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90147/00/00/34-toc.html&amp;amp;searchterms=sig_named&amp;amp;queryid=20010613-033137" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90147/B2355-90147_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90147/00/00/34-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90147/00/00/34-toc.html&amp;amp;searchterms=sig_named&amp;amp;queryid=20010613-033137&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;it will also will be a big help if you will give up with details about the message that you are getting in the syslog but i thing that the sig_named will help with ( the ip is level 2 ) &lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jun 2001 09:33:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539971#M916329</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2001-06-13T09:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Log File Redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539972#M916330</link>
      <description>You want to do this with /etc/syslog.conf&lt;BR /&gt;Best bet is to read the man pages thoroughly.&lt;BR /&gt;I use a separate log, which you can define in /etc/syslog.conf on mail servers for mail logs, dns entries for DNS servers, etc...&lt;BR /&gt;&lt;BR /&gt;Remember that you will have to edit the startup script /sbin/init.d/syslog to rotate any new logs.&lt;BR /&gt;&lt;BR /&gt;I can not believe that people so quickly want to delete everything!  Dont listen to the lazy people who dont want to know about their systems!  Especially with all of the BIND vulnerabilities, it is good to know who is using your servers, and for what.  If you blind yourself by removing the NFO, your more prone to be succeptable to an attack/hack/DOS, etc...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Wed, 13 Jun 2001 09:40:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539972#M916330</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2001-06-13T09:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Log File Redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539973#M916331</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Which version of BIND do you use? With BIND 8/9 you can use the "logging", "channel" and "category" directives to configure logging channels. &lt;BR /&gt;For the "category default" you can then use your own file channel instead of the syslog channel that BIND normally uses.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Vincent</description>
      <pubDate>Wed, 13 Jun 2001 10:26:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539973#M916331</guid>
      <dc:creator>Vincent Stedema</dc:creator>
      <dc:date>2001-06-13T10:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Log File Redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539974#M916332</link>
      <description>&lt;BR /&gt;Not just a response but another question.&lt;BR /&gt;&lt;BR /&gt;QUESTION : &lt;BR /&gt;I know it's possible to separate some types of&lt;BR /&gt;logs : kern, mail, daemon,... But it's define&lt;BR /&gt;by /usr/include/syslog.h and there is nothing&lt;BR /&gt;about named (dns) ! DNS is a part of deamon&lt;BR /&gt;class so how to separate dns from other deamons ?&lt;BR /&gt;&lt;BR /&gt;CONTRIB :&lt;BR /&gt;To extract information from syslog you can&lt;BR /&gt;see that lines about named already contain&lt;BR /&gt;"named" so you can use :&lt;BR /&gt;&lt;BR /&gt;  grep named /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;to do that.&lt;BR /&gt;&lt;BR /&gt;Bye,&lt;BR /&gt;&lt;BR /&gt;Herve</description>
      <pubDate>Wed, 13 Jun 2001 10:31:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/log-file-redirection/m-p/2539974#M916332</guid>
      <dc:creator>Herve BRANGIER</dc:creator>
      <dc:date>2001-06-13T10:31:03Z</dc:date>
    </item>
  </channel>
</rss>

