<?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 not getting updated in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-not-getting-updated/m-p/5231868#M468547</link>
    <description>Is the syslogd daemon running?  'ps -ef |grep syslog'&lt;BR /&gt;&lt;BR /&gt;Try stopping / starting syslog.&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/syslogd stop&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/syslogd start</description>
    <pubDate>Wed, 24 Mar 2010 14:39:04 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2010-03-24T14:39:04Z</dc:date>
    <item>
      <title>Syslog not getting updated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-not-getting-updated/m-p/5231867#M468546</link>
      <description>Hi Gurus,&lt;BR /&gt;&lt;BR /&gt;Syslog is not getting updated on my server.&lt;BR /&gt;&lt;BR /&gt;bash-4.0# uname -a&lt;BR /&gt;HP-UX aph067a0 B.11.23 U ia64 2204346225 unlimited-user license&lt;BR /&gt;bash-4.0#&lt;BR /&gt;&lt;BR /&gt;bash-4.0# ls -l syslog.log&lt;BR /&gt;-rw-r--r--   1 root       sys              0 Mar  3 14:05 syslog.log&lt;BR /&gt;&lt;BR /&gt;bash-4.0# cat /etc/syslog.conf&lt;BR /&gt;# @(#)B.11.31_LR&lt;BR /&gt;#&lt;BR /&gt;# syslogd configuration file.&lt;BR /&gt;#&lt;BR /&gt;# See syslogd(1M) for information about the format of this file.&lt;BR /&gt;#&lt;BR /&gt;mail.debug              /var/adm/syslog/mail.log&lt;BR /&gt;*.info;mail.none        /var/adm/syslog/syslog.log&lt;BR /&gt;*.alert                 /dev/console&lt;BR /&gt;*.alert                 root&lt;BR /&gt;*.emerg&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ajith</description>
      <pubDate>Wed, 24 Mar 2010 14:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-not-getting-updated/m-p/5231867#M468546</guid>
      <dc:creator>Kripa_1</dc:creator>
      <dc:date>2010-03-24T14:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog not getting updated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-not-getting-updated/m-p/5231868#M468547</link>
      <description>Is the syslogd daemon running?  'ps -ef |grep syslog'&lt;BR /&gt;&lt;BR /&gt;Try stopping / starting syslog.&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/syslogd stop&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/syslogd start</description>
      <pubDate>Wed, 24 Mar 2010 14:39:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-not-getting-updated/m-p/5231868#M468547</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-03-24T14:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog not getting updated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-not-getting-updated/m-p/5231869#M468548</link>
      <description>I have tried restarting the syslogd but still the size is showing 0.&lt;BR /&gt;&lt;BR /&gt;Can you please guide me how to test whether syslogd is working fine or not.&lt;BR /&gt;&lt;BR /&gt;Whether logger command can be used for testing?&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2010 14:44:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-not-getting-updated/m-p/5231869#M468548</guid>
      <dc:creator>Kripa_1</dc:creator>
      <dc:date>2010-03-24T14:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog not getting updated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-not-getting-updated/m-p/5231870#M468549</link>
      <description>Yes, "logger" is the correct command for testing syslogd.&lt;BR /&gt;&lt;BR /&gt;For example, this command will create a message using priority "info", so it should be recorded to syslog.log file:&lt;BR /&gt;&lt;BR /&gt;logger -t logtest -p local3.info "Kripa is testing syslogd"&lt;BR /&gt;&lt;BR /&gt;But first, see if the /var filesystem is full. &lt;BR /&gt;&lt;BR /&gt;When a filesystem is full, it may be possible to create new 0-sized files, but not write anything into them. This is because the filesystem metadata structures may still have free slots for files, although there are no more free blocks for storing data.&lt;BR /&gt;&lt;BR /&gt;You might also want to run "dmesg" to view the kernel message buffer: if the device that holds the /var filesystem produces SCSI errors, there might be a hardware problem preventing the system from writing to the log file.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 24 Mar 2010 14:56:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-not-getting-updated/m-p/5231870#M468549</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-03-24T14:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog not getting updated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-not-getting-updated/m-p/5231871#M468550</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;While I don't necessarily think that this is your problem, remember that selector/action pairs in '/etc/syslog.conf' use *tabs* as separator characters.  A post of:&lt;BR /&gt;&lt;BR /&gt;# cat -etv /etc/syslog.conf' would be more revealing than a simple 'cat'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 24 Mar 2010 15:07:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-not-getting-updated/m-p/5231871#M468550</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-03-24T15:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog not getting updated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-not-getting-updated/m-p/5231872#M468551</link>
      <description>Dude you are correct.&lt;BR /&gt;&lt;BR /&gt;THe issue is with spaces on the /etc/syslog.conf file.&lt;BR /&gt;&lt;BR /&gt;I have corrected it and now it is working fine</description>
      <pubDate>Wed, 24 Mar 2010 15:21:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-not-getting-updated/m-p/5231872#M468551</guid>
      <dc:creator>Kripa_1</dc:creator>
      <dc:date>2010-03-24T15:21:14Z</dc:date>
    </item>
  </channel>
</rss>

