<?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: cron daemon in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemon/m-p/3518015#M219423</link>
    <description>Hi Ashish,&lt;BR /&gt;&lt;BR /&gt;after checking the above suggestions, you should also confirm what run level your system is in currently.&lt;BR /&gt;&lt;BR /&gt;who -r&lt;BR /&gt;&lt;BR /&gt;will indicate this. check /etc/inittab for the initdefault value. If your script is in a directory above the initdefault value then those will not get run.&lt;BR /&gt;&lt;BR /&gt;This is because your system never transitioned to that level.&lt;BR /&gt;&lt;BR /&gt;So, check these details and also let us know what is your OS version, where is your script located (example : /etc/rc3.d) and output of inittab file.&lt;BR /&gt;&lt;BR /&gt;With regards,&lt;BR /&gt;Mohan.&lt;BR /&gt;</description>
    <pubDate>Tue, 05 Apr 2005 08:06:21 GMT</pubDate>
    <dc:creator>Mohanasundaram_1</dc:creator>
    <dc:date>2005-04-05T08:06:21Z</dc:date>
    <item>
      <title>cron daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemon/m-p/3518011#M219419</link>
      <description>we have a K-Class system and after system reboot, cron daemon did not started and i had to start it manually.&lt;BR /&gt;&lt;BR /&gt;Can somebody tell me why daemon has not started after reboot or where i can find the related information.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2005 07:45:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemon/m-p/3518011#M219419</guid>
      <dc:creator>Ashish_29</dc:creator>
      <dc:date>2005-04-05T07:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: cron daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemon/m-p/3518012#M219420</link>
      <description>check the file /etc/rc.log for errors.&lt;BR /&gt;&lt;BR /&gt;Check the config file /etc/rc.config.d/cron&lt;BR /&gt;&lt;BR /&gt;The first variable should be set to 1. If it is set to zero, this is your explanation. Set it to 1 and next boot time, cron will try and start.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 05 Apr 2005 07:47:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemon/m-p/3518012#M219420</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-04-05T07:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: cron daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemon/m-p/3518013#M219421</link>
      <description>check rc.log in /etc directory.&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Tue, 05 Apr 2005 07:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemon/m-p/3518013#M219421</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2005-04-05T07:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: cron daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemon/m-p/3518014#M219422</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Make sure the CRON value is set to 1 in&lt;BR /&gt;/etc/rc.config.d/cron file&lt;BR /&gt;#!/sbin/sh&lt;BR /&gt;# @(#)B.11.11_LR&lt;BR /&gt;# Cron configuration.  See cron(1m)&lt;BR /&gt;#&lt;BR /&gt;# CRON:         Set to 1 to start cron daemon&lt;BR /&gt;#&lt;BR /&gt;CRON=1&lt;BR /&gt;&lt;BR /&gt;Still if it does not start you have to look for errors.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Tue, 05 Apr 2005 08:03:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemon/m-p/3518014#M219422</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2005-04-05T08:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: cron daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemon/m-p/3518015#M219423</link>
      <description>Hi Ashish,&lt;BR /&gt;&lt;BR /&gt;after checking the above suggestions, you should also confirm what run level your system is in currently.&lt;BR /&gt;&lt;BR /&gt;who -r&lt;BR /&gt;&lt;BR /&gt;will indicate this. check /etc/inittab for the initdefault value. If your script is in a directory above the initdefault value then those will not get run.&lt;BR /&gt;&lt;BR /&gt;This is because your system never transitioned to that level.&lt;BR /&gt;&lt;BR /&gt;So, check these details and also let us know what is your OS version, where is your script located (example : /etc/rc3.d) and output of inittab file.&lt;BR /&gt;&lt;BR /&gt;With regards,&lt;BR /&gt;Mohan.&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Apr 2005 08:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemon/m-p/3518015#M219423</guid>
      <dc:creator>Mohanasundaram_1</dc:creator>
      <dc:date>2005-04-05T08:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: cron daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemon/m-p/3518016#M219424</link>
      <description>Oops! I did not notice that you were talking about cron.&lt;BR /&gt;&lt;BR /&gt;That is the reason I was asking about "your script" . But still it does not hurt to check the run level.&lt;BR /&gt;&lt;BR /&gt;Also ensure the cron patches are in place.</description>
      <pubDate>Tue, 05 Apr 2005 08:49:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-daemon/m-p/3518016#M219424</guid>
      <dc:creator>Mohanasundaram_1</dc:creator>
      <dc:date>2005-04-05T08:49:25Z</dc:date>
    </item>
  </channel>
</rss>

