<?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: Syslogd info !!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-info/m-p/5251589#M470992</link>
    <description>&amp;gt; 1. kill the existing syslogd process&lt;BR /&gt;kill $(cat /var/run/syslog.pid)&lt;BR /&gt; &lt;BR /&gt;&amp;gt; 2. start the syslogd process in debug mode&lt;BR /&gt;"/usr/sbin/syslogd -d &amp;amp; to run in back ground.&lt;BR /&gt; &lt;BR /&gt;Use -Dd since you don't want the kernel messages sent to the console. Also, &amp;amp; is not necessary. syslogd is a proper daemon and will place itself in the background automatically.&lt;BR /&gt; &lt;BR /&gt;&amp;gt; 3. after a day kill the process for syslogd -d&lt;BR /&gt; &lt;BR /&gt;You can use the same technique:&lt;BR /&gt; &lt;BR /&gt;kill $(cat /var/run/syslog.pid)&lt;BR /&gt; &lt;BR /&gt;syslogd automatically puts its PID in the above file when it starts.&lt;BR /&gt; &lt;BR /&gt;&amp;gt; 4.star the syslogd in normal mode.&lt;BR /&gt;/sbin/init.d/syslogd start&lt;BR /&gt; &lt;BR /&gt;Correct.&lt;BR /&gt; &lt;BR /&gt;If you need to see the syslogd priority and facility values, add -v to the command line (syslogd -Ddv) and to permanently enable these two numbers in syslog files, add the option to the startup config script in /edtc/rc.config.d/syslogd.</description>
    <pubDate>Sun, 15 Aug 2010 19:19:52 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2010-08-15T19:19:52Z</dc:date>
    <item>
      <title>Syslogd info !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-info/m-p/5251588#M470991</link>
      <description>Dear All experts ,&lt;BR /&gt;&lt;BR /&gt;Required your Input regarding Syslogd in debug mode.&lt;BR /&gt;&lt;BR /&gt;our DBA team requested the system log files in debug mode, as the requirement from oracle after raising SR with oracle. they want to run the syslogd for 1 day and also a s/w called OS watcher.&lt;BR /&gt;&lt;BR /&gt;Pls confirm the below procedure is correct.&lt;BR /&gt;&lt;BR /&gt;1. kill the existing syslogd process&lt;BR /&gt;2. start the syslogd process in debug mode &lt;BR /&gt;"/usr/sbin/syslogd -d &amp;amp; to run in back ground.&lt;BR /&gt;3. after a day kill the process for syslogd -d&lt;BR /&gt;4.star the syslogd in normal mode.&lt;BR /&gt;/sbin/init.d/syslogd start&lt;BR /&gt;&lt;BR /&gt;zip the syslog.log file and mail to our account.&lt;BR /&gt;&lt;BR /&gt;If any other input will be apprecitaed...&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;ALi&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 14 Aug 2010 15:17:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-info/m-p/5251588#M470991</guid>
      <dc:creator>HP-UX_Ali</dc:creator>
      <dc:date>2010-08-14T15:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Syslogd info !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-info/m-p/5251589#M470992</link>
      <description>&amp;gt; 1. kill the existing syslogd process&lt;BR /&gt;kill $(cat /var/run/syslog.pid)&lt;BR /&gt; &lt;BR /&gt;&amp;gt; 2. start the syslogd process in debug mode&lt;BR /&gt;"/usr/sbin/syslogd -d &amp;amp; to run in back ground.&lt;BR /&gt; &lt;BR /&gt;Use -Dd since you don't want the kernel messages sent to the console. Also, &amp;amp; is not necessary. syslogd is a proper daemon and will place itself in the background automatically.&lt;BR /&gt; &lt;BR /&gt;&amp;gt; 3. after a day kill the process for syslogd -d&lt;BR /&gt; &lt;BR /&gt;You can use the same technique:&lt;BR /&gt; &lt;BR /&gt;kill $(cat /var/run/syslog.pid)&lt;BR /&gt; &lt;BR /&gt;syslogd automatically puts its PID in the above file when it starts.&lt;BR /&gt; &lt;BR /&gt;&amp;gt; 4.star the syslogd in normal mode.&lt;BR /&gt;/sbin/init.d/syslogd start&lt;BR /&gt; &lt;BR /&gt;Correct.&lt;BR /&gt; &lt;BR /&gt;If you need to see the syslogd priority and facility values, add -v to the command line (syslogd -Ddv) and to permanently enable these two numbers in syslog files, add the option to the startup config script in /edtc/rc.config.d/syslogd.</description>
      <pubDate>Sun, 15 Aug 2010 19:19:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-info/m-p/5251589#M470992</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-08-15T19:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Syslogd info !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-info/m-p/5251590#M470993</link>
      <description>Thanks a lot for your confirmation...&lt;BR /&gt;&lt;BR /&gt;1 last thing, After capturing from debug mode. if i restart the syslogd in normal mode. does the syslog.log file gets overwritten.&lt;BR /&gt;&lt;BR /&gt;Thanks to confirm&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ali.</description>
      <pubDate>Mon, 16 Aug 2010 06:27:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-info/m-p/5251590#M470993</guid>
      <dc:creator>HP-UX_Ali</dc:creator>
      <dc:date>2010-08-16T06:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Syslogd info !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-info/m-p/5251591#M470994</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The proccess /sbin/init.d/syslogd with 'start' option, swithc the syslog file.&lt;BR /&gt;&lt;BR /&gt;# cat /sbin/init.d/syslogd &lt;BR /&gt;&lt;BR /&gt;...              mv /var/adm/syslog/syslog.log /var/adm/syslog/OLDsyslog.log&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;rgs,&lt;BR /&gt;rgs,</description>
      <pubDate>Mon, 16 Aug 2010 07:07:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-info/m-p/5251591#M470994</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2010-08-16T07:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Syslogd info !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-info/m-p/5251592#M470995</link>
      <description>&amp;gt; 1 last thing, After capturing from debug mode. if i restart the syslogd in normal mode. does the syslog.log file gets overwritten.&lt;BR /&gt; &lt;BR /&gt;No, the current syslog.log file will be moved (not appended) to OLDsyslog.log and a new syslog.log is started. To prevent this, just start syslogd from the command line.</description>
      <pubDate>Mon, 16 Aug 2010 10:59:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-info/m-p/5251592#M470995</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-08-16T10:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Syslogd info !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-info/m-p/5251593#M470996</link>
      <description>Thanks bills, found the solution &amp;amp; hence closing the thread.</description>
      <pubDate>Wed, 18 Aug 2010 06:59:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-info/m-p/5251593#M470996</guid>
      <dc:creator>HP-UX_Ali</dc:creator>
      <dc:date>2010-08-18T06:59:17Z</dc:date>
    </item>
  </channel>
</rss>

