<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4436516#M356533</link>
    <description>Dear Friend&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/cron start # /sbin/init.d/cron stop &lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir</description>
    <pubDate>Wed, 10 Jun 2009 11:13:37 GMT</pubDate>
    <dc:creator>Sajjad Sahir</dc:creator>
    <dc:date>2009-06-10T11:13:37Z</dc:date>
    <item>
      <title>crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4436514#M356531</link>
      <description>when i used &lt;BR /&gt;ps -ef | grep cron&lt;BR /&gt;cron is not started&lt;BR /&gt;how to start crontab</description>
      <pubDate>Wed, 10 Jun 2009 11:05:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4436514#M356531</guid>
      <dc:creator>madhudeepan</dc:creator>
      <dc:date>2009-06-10T11:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4436515#M356532</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;check this link :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cyberciti.biz/faq/hp-ux-unix-cron-job-configuration-tutorial/" target="_blank"&gt;http://www.cyberciti.biz/faq/hp-ux-unix-cron-job-configuration-tutorial/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Wed, 10 Jun 2009 11:07:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4436515#M356532</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-06-10T11:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4436516#M356533</link>
      <description>Dear Friend&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/cron start # /sbin/init.d/cron stop &lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir</description>
      <pubDate>Wed, 10 Jun 2009 11:13:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4436516#M356533</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-06-10T11:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4436517#M356534</link>
      <description>if cron is not running simply type&lt;BR /&gt;&lt;BR /&gt;# cron&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir</description>
      <pubDate>Wed, 10 Jun 2009 11:15:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4436517#M356534</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-06-10T11:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4436518#M356535</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;at first this file for thos value :&lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d/cron&lt;BR /&gt;&lt;BR /&gt;CRON=1 if its 0 the cron will never start&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Wed, 10 Jun 2009 11:16:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4436518#M356535</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-06-10T11:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4436519#M356536</link>
      <description>Dear Madhu&lt;BR /&gt;&lt;BR /&gt;You must login as the root to run following commands. Each user that is using the cron service must have a cron configuration file in the /var/spool/cron/crontab directory. Also users are permitted if their name appeared in /var/adm/cron/cron.allow file&lt;BR /&gt;&lt;BR /&gt;Task: Find out if cron is running under HP-UX&lt;BR /&gt;Type the following command at a shell prompt&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep cron&lt;BR /&gt;&lt;BR /&gt;Open /etc/rc.config.d/cron file&lt;BR /&gt;&lt;BR /&gt;vi /etc/rc.config.d/cron&lt;BR /&gt;&lt;BR /&gt;Set control variable to 1 to enable cron : CRON=1&lt;BR /&gt;Set control variable to 0 to disable : CRON=0&lt;BR /&gt;Close and save the file. To start or stop cron you can type the following command:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/cron start &amp;lt;-- start cron&lt;BR /&gt;# /sbin/init.d/cron stop &amp;lt;-- stop cron&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Task: HP-UX Start cron service&lt;BR /&gt;If cron is not running, simply type:&lt;BR /&gt;&lt;BR /&gt;# cron&lt;BR /&gt;&lt;BR /&gt;Task: Edit / create cron jobs&lt;BR /&gt;Type the following command to submit a cron job:&lt;BR /&gt;&lt;BR /&gt;# crontab -e&lt;BR /&gt;&lt;BR /&gt;List your cron file:&lt;BR /&gt;&lt;BR /&gt;# crontab -l&lt;BR /&gt;&lt;BR /&gt;Remove ALL cron job:&lt;BR /&gt;&lt;BR /&gt;# crontab -r&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;sajjad Sahir&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jun 2009 11:24:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4436519#M356536</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-06-10T11:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4436520#M356537</link>
      <description>&lt;BR /&gt;Dear Madhu&lt;BR /&gt;&lt;BR /&gt;Please assign the points to the peoples who is answering u questions&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir</description>
      <pubDate>Wed, 10 Jun 2009 12:41:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4436520#M356537</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-06-10T12:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4436521#M356538</link>
      <description>Hi Madhu,&lt;BR /&gt;&lt;BR /&gt;A variable named CRON in the&lt;BR /&gt;/etc/rc.config.d/cron file controls whether the daemon will be started at boot time. If this variable value is&lt;BR /&gt;1, the daemon is started at boot time, and if the value is zero (0), the daemon is not started.&lt;BR /&gt;&lt;BR /&gt;just edit the crontab file by &lt;BR /&gt;crontab -e command&lt;BR /&gt;&lt;BR /&gt;And to start it /sbin/init.d/cron start command...&lt;BR /&gt;&lt;BR /&gt;You can get the related script at /sbin/rc2.d/S730cron location...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Aaryan</description>
      <pubDate>Wed, 10 Jun 2009 13:08:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4436521#M356538</guid>
      <dc:creator>Aryan</dc:creator>
      <dc:date>2009-06-10T13:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4436522#M356539</link>
      <description>Hi Madhu,&lt;BR /&gt;&lt;BR /&gt;Check the below links, which will help you:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ss64.com/bash/crontab.html" target="_blank"&gt;http://www.ss64.com/bash/crontab.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.tech-geeks.org/contrib/mdrone/cron&amp;amp;crontab-howto.htm" target="_blank"&gt;http://www.tech-geeks.org/contrib/mdrone/cron&amp;amp;crontab-howto.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.adminschoice.com/docs/crontab.htm" target="_blank"&gt;http://www.adminschoice.com/docs/crontab.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds-Kranti</description>
      <pubDate>Thu, 11 Jun 2009 03:55:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4436522#M356539</guid>
      <dc:creator>Kranti Mahmud</dc:creator>
      <dc:date>2009-06-11T03:55:12Z</dc:date>
    </item>
  </channel>
</rss>

