<?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 file not present in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-file-not-present/m-p/5013190#M426965</link>
    <description>Thank you all - i've got right an quick response.(thread is closed)</description>
    <pubDate>Thu, 09 Nov 2006 11:03:06 GMT</pubDate>
    <dc:creator>Alberto Rocha</dc:creator>
    <dc:date>2006-11-09T11:03:06Z</dc:date>
    <item>
      <title>syslog file not present</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-file-not-present/m-p/5013185#M426960</link>
      <description>Hello, for some strange reason i have a production server (rp3440 w/ hpux 11.11) where '/var/adm/syslog/syslog.log' doesn't exhist.&lt;BR /&gt;&lt;BR /&gt;Maibe the reason was previous a gunzip over that file. How can i start having again that information. A reboot? 'touch'? Starting some service?&lt;BR /&gt;&lt;BR /&gt;Thx</description>
      <pubDate>Thu, 09 Nov 2006 10:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-file-not-present/m-p/5013185#M426960</guid>
      <dc:creator>Alberto Rocha</dc:creator>
      <dc:date>2006-11-09T10:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: syslog file not present</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-file-not-present/m-p/5013186#M426961</link>
      <description>friend &lt;BR /&gt;verifies if the service of syslog this in air ps - ef |grep syslog in case that it does not execute syslogd case the /var/adm/syslog/syslog.log archive not to appear verifies the onfiguraÃ§Ãµes in the /etc/syslog.conf archive</description>
      <pubDate>Thu, 09 Nov 2006 10:50:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-file-not-present/m-p/5013186#M426961</guid>
      <dc:creator>Calandrello</dc:creator>
      <dc:date>2006-11-09T10:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: syslog file not present</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-file-not-present/m-p/5013187#M426962</link>
      <description>Is the syslogd running??&lt;BR /&gt;ps -ef | grep syslogd&lt;BR /&gt;&lt;BR /&gt;if not try&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/syslogd start</description>
      <pubDate>Thu, 09 Nov 2006 10:51:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-file-not-present/m-p/5013187#M426962</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2006-11-09T10:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: syslog file not present</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-file-not-present/m-p/5013188#M426963</link>
      <description>First, check if the syslog daemon is running:&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep syslog&lt;BR /&gt;&lt;BR /&gt; - should return -&lt;BR /&gt;&lt;BR /&gt;# ps -ef |grep syslog&lt;BR /&gt;    root   419     1  0  Mar 28  ?         0:12 /usr/sbin/syslogd -D&lt;BR /&gt;&lt;BR /&gt;Then stop and restart it:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/syslogd stop&lt;BR /&gt;/sbin/init.d/syslogd start&lt;BR /&gt;&lt;BR /&gt;If that doesn't create the file, try touching the file, then stopping and restarting the daemon again.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Nov 2006 10:51:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-file-not-present/m-p/5013188#M426963</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-11-09T10:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: syslog file not present</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-file-not-present/m-p/5013189#M426964</link>
      <description>Alberto,&lt;BR /&gt;a reboot would ceratinly to the trick, however, I would first try touch to create a new file. If that does not work:&lt;BR /&gt;cd /etc&lt;BR /&gt;vi rc.log  Look for syslogd command&lt;BR /&gt;stop the syslogd daemon&lt;BR /&gt;start the syslogd daemon</description>
      <pubDate>Thu, 09 Nov 2006 10:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-file-not-present/m-p/5013189#M426964</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-11-09T10:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: syslog file not present</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-file-not-present/m-p/5013190#M426965</link>
      <description>Thank you all - i've got right an quick response.(thread is closed)</description>
      <pubDate>Thu, 09 Nov 2006 11:03:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-file-not-present/m-p/5013190#M426965</guid>
      <dc:creator>Alberto Rocha</dc:creator>
      <dc:date>2006-11-09T11:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: syslog file not present</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-file-not-present/m-p/5013191#M426966</link>
      <description>your welcome</description>
      <pubDate>Thu, 09 Nov 2006 11:59:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-file-not-present/m-p/5013191#M426966</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2006-11-09T11:59:30Z</dc:date>
    </item>
  </channel>
</rss>

