<?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: crontab problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/5005301#M425293</link>
    <description>Thanks everyone for your input. crontab -l&lt;BR /&gt;shows the crrect entry there. I can not install the patch because the server's environment is freezed for the production. &lt;BR /&gt;I'll restart the cron daemon to see ...&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Lynn</description>
    <pubDate>Mon, 25 Sep 2006 14:04:30 GMT</pubDate>
    <dc:creator>Lynn Hsu_2</dc:creator>
    <dc:date>2006-09-25T14:04:30Z</dc:date>
    <item>
      <title>crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/5005296#M425288</link>
      <description>I have a server (L3000) on HP-UX 11.11 that&lt;BR /&gt;ignores crontab "hour" value. The story is that we modified crontab (crontab -e) hour&lt;BR /&gt;field to be 1-22 but cron continues to execute the job on 24 hour cycle. I wonder if&lt;BR /&gt;restarting cron daemon will fix this problem? Any side affects to restart cron as this is our primary production system? &lt;BR /&gt;&lt;BR /&gt;  By the way, HP has a new cron patch but I can't install it to the production server now.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Lynn</description>
      <pubDate>Mon, 25 Sep 2006 13:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/5005296#M425288</guid>
      <dc:creator>Lynn Hsu_2</dc:creator>
      <dc:date>2006-09-25T13:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/5005297#M425289</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;After you modified the crontab file, did you run crontab &lt;ID&gt; , where id is the name od the user crontab?&lt;BR /&gt;&lt;BR /&gt;This forces a re-read of the new crontab file&lt;BR /&gt;&lt;BR /&gt;&lt;/ID&gt;</description>
      <pubDate>Mon, 25 Sep 2006 13:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/5005297#M425289</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-09-25T13:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/5005298#M425290</link>
      <description>restarting cron daemon won't affect anything unless you have any job scheduled to run that time. &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/cron stop&lt;BR /&gt;/sbin/init.d/cron start&lt;BR /&gt;&lt;BR /&gt;  Do you have latest patches installed on this server? If not, try to assess and get latest patches.</description>
      <pubDate>Mon, 25 Sep 2006 13:48:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/5005298#M425290</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-09-25T13:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/5005299#M425291</link>
      <description>Hi Lynn,&lt;BR /&gt;&lt;BR /&gt;Restart cron by:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/cron stop&lt;BR /&gt;# /sbin/init.d/cron start&lt;BR /&gt;&lt;BR /&gt;Nothing should be affected.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Mon, 25 Sep 2006 13:53:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/5005299#M425291</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-09-25T13:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/5005300#M425292</link>
      <description>HI Lynn:&lt;BR /&gt;&lt;BR /&gt;For what it's worth, the patch, PHCO_35331, does not require a reboot to install.  You can see this in the patch notes, or simply by the designation "PHCO".  "PHCO" are command patches and generally do not require a reboot.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 25 Sep 2006 13:55:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/5005300#M425292</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-09-25T13:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/5005301#M425293</link>
      <description>Thanks everyone for your input. crontab -l&lt;BR /&gt;shows the crrect entry there. I can not install the patch because the server's environment is freezed for the production. &lt;BR /&gt;I'll restart the cron daemon to see ...&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Lynn</description>
      <pubDate>Mon, 25 Sep 2006 14:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/5005301#M425293</guid>
      <dc:creator>Lynn Hsu_2</dc:creator>
      <dc:date>2006-09-25T14:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: crontab problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/5005302#M425294</link>
      <description>thanks!</description>
      <pubDate>Mon, 25 Sep 2006 14:08:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-problem/m-p/5005302#M425294</guid>
      <dc:creator>Lynn Hsu_2</dc:creator>
      <dc:date>2006-09-25T14:08:11Z</dc:date>
    </item>
  </channel>
</rss>

