<?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 directory empty in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957824#M415076</link>
    <description>First, use mkdir to create the directory with permissions like this:&lt;BR /&gt;&lt;BR /&gt;# ll -d /var/adm/syslog&lt;BR /&gt;dr-xr-xr-x   2 bin        bin             96 Feb  1 13:48 /var/adm/syslog&lt;BR /&gt;&lt;BR /&gt;Then check that you have an /etc/syslog.conf file with contents similar to this:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# @(#)B.11.11_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;Then make sure that syslogd is running:&lt;BR /&gt;&lt;BR /&gt;# ps -ef |grep syslog&lt;BR /&gt;    root   451     1  0  Feb  1  ?         0:00 /usr/sbin/syslogd -D&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can force syslogd to reread it's configuration file by sending it  a HANGUP (HUP) signal.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Tue, 07 Feb 2006 07:56:01 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2006-02-07T07:56:01Z</dc:date>
    <item>
      <title>syslog directory empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957822#M415074</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;/var/adm/syslog not found!!!&lt;BR /&gt;&lt;BR /&gt;How i can recreate or reactivate /var/adm/syslog/syslog.log and anything event automatic is registered.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 07 Feb 2006 07:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957822#M415074</guid>
      <dc:creator>Miguel Carabano_1</dc:creator>
      <dc:date>2006-02-07T07:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: syslog directory empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957823#M415075</link>
      <description>Shalom Miguel,&lt;BR /&gt;&lt;BR /&gt;bdf /var&lt;BR /&gt;&lt;BR /&gt;If you get an answer with only /&lt;BR /&gt;&lt;BR /&gt;/var is not mounted.&lt;BR /&gt;&lt;BR /&gt;Immediately halt your system and boot to single user mode.&lt;BR /&gt;&lt;BR /&gt;Empty the /var folder and then &lt;BR /&gt;&lt;BR /&gt;mount /var&lt;BR /&gt;&lt;BR /&gt;All should be present. If so boot and make sure everything mounts.&lt;BR /&gt;&lt;BR /&gt;If there is an error in dmesg/syslog, you still have problems. Check hardware for missing disk. ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 07 Feb 2006 07:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957823#M415075</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-07T07:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: syslog directory empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957824#M415076</link>
      <description>First, use mkdir to create the directory with permissions like this:&lt;BR /&gt;&lt;BR /&gt;# ll -d /var/adm/syslog&lt;BR /&gt;dr-xr-xr-x   2 bin        bin             96 Feb  1 13:48 /var/adm/syslog&lt;BR /&gt;&lt;BR /&gt;Then check that you have an /etc/syslog.conf file with contents similar to this:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# @(#)B.11.11_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;Then make sure that syslogd is running:&lt;BR /&gt;&lt;BR /&gt;# ps -ef |grep syslog&lt;BR /&gt;    root   451     1  0  Feb  1  ?         0:00 /usr/sbin/syslogd -D&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can force syslogd to reread it's configuration file by sending it  a HANGUP (HUP) signal.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 07 Feb 2006 07:56:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957824#M415076</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-02-07T07:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: syslog directory empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957825#M415077</link>
      <description>Pete,&lt;BR /&gt;&lt;BR /&gt;All it's correct!&lt;BR /&gt;&lt;BR /&gt;#ps -ef |grep syslog&lt;BR /&gt;    root   839     1  0 11:49:10 ?         0:00 /usr/sbin/syslogd -D&lt;BR /&gt;    root 29546 25264  0 09:07:28 pts/tb    0:00 grep syslog&lt;BR /&gt;&lt;BR /&gt;# @(#) $Revision: 74.1 $&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;how i can forced ??</description>
      <pubDate>Tue, 07 Feb 2006 08:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957825#M415077</guid>
      <dc:creator>Miguel Carabano_1</dc:creator>
      <dc:date>2006-02-07T08:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: syslog directory empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957826#M415078</link>
      <description>Pete,&lt;BR /&gt;&lt;BR /&gt;Ready!!!&lt;BR /&gt;&lt;BR /&gt;#/etc&amp;gt; grep -e syslog rc.log&lt;BR /&gt;Output from "/sbin/rc2.d/S220syslogd start":&lt;BR /&gt;#/etc&amp;gt; cd /sbin/rc2.d/&lt;BR /&gt;#/sbin/rc2.d&amp;gt; ./S220syslogd stop&lt;BR /&gt;syslogd stopped&lt;BR /&gt;#/sbin/rc2.d&amp;gt; ./S220syslogd start&lt;BR /&gt;System message logger started&lt;BR /&gt;&lt;BR /&gt;Thanks!!!&lt;BR /&gt;&lt;BR /&gt;MC&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Feb 2006 08:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957826#M415078</guid>
      <dc:creator>Miguel Carabano_1</dc:creator>
      <dc:date>2006-02-07T08:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: syslog directory empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957827#M415079</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;bdf -i /var&lt;BR /&gt;&lt;BR /&gt;touch /var/adm/syslog/test&lt;BR /&gt;&lt;BR /&gt;ll -d / /var /var/adm /var/adm/syslog&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Give results&lt;BR /&gt;&lt;BR /&gt;              Steve Steel</description>
      <pubDate>Tue, 07 Feb 2006 08:15:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957827#M415079</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2006-02-07T08:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: syslog directory empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957828#M415080</link>
      <description>Was the directory erased?&lt;BR /&gt;&lt;BR /&gt;Are you SURE /var is mounted?&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 07 Feb 2006 08:17:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957828#M415080</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-07T08:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: syslog directory empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957829#M415081</link>
      <description>Thanks for help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Miguel</description>
      <pubDate>Tue, 07 Feb 2006 08:24:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957829#M415081</guid>
      <dc:creator>Miguel Carabano_1</dc:creator>
      <dc:date>2006-02-07T08:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: syslog directory empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957830#M415082</link>
      <description>thanks for all!</description>
      <pubDate>Tue, 07 Feb 2006 08:25:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957830#M415082</guid>
      <dc:creator>Miguel Carabano_1</dc:creator>
      <dc:date>2006-02-07T08:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: syslog directory empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957831#M415083</link>
      <description>hi miguel,&lt;BR /&gt;&lt;BR /&gt;also check your syslogd file in /etc/rc.config.d/&lt;BR /&gt;&lt;BR /&gt;should contain line:&lt;BR /&gt;&lt;BR /&gt;SYSLOGD_OPTS="-D" &lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 07 Feb 2006 08:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957831#M415083</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-02-07T08:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: syslog directory empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957832#M415084</link>
      <description>Thanks Yogeeraj!&lt;BR /&gt;&lt;BR /&gt;In /etc/rc.config.d/syslogd&lt;BR /&gt;&lt;BR /&gt;Value is correct!&lt;BR /&gt;SYSLOGD_OPTS="-D"&lt;BR /&gt;&lt;BR /&gt;MC</description>
      <pubDate>Tue, 07 Feb 2006 08:38:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-directory-empty/m-p/4957832#M415084</guid>
      <dc:creator>Miguel Carabano_1</dc:creator>
      <dc:date>2006-02-07T08:38:13Z</dc:date>
    </item>
  </channel>
</rss>

