<?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 configutration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-configutration/m-p/3735629#M786000</link>
    <description>Hi,&lt;BR /&gt;look at the files:&lt;BR /&gt;var/adm/cron/cron.allow &lt;BR /&gt;to see if you are an allow user&lt;BR /&gt;/var/adm/cron/cron.deny &lt;BR /&gt;to see if you are not a deny user&lt;BR /&gt;/var/adm/cron/log       &lt;BR /&gt;to see which is teh poblem of your script.&lt;BR /&gt;&lt;BR /&gt;probbaly it needs a absolute path. Remeber that crontab doens't load the .rpofile for teh user.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Art&lt;BR /&gt;</description>
    <pubDate>Thu, 23 Feb 2006 05:42:13 GMT</pubDate>
    <dc:creator>Arturo Galbiati</dc:creator>
    <dc:date>2006-02-23T05:42:13Z</dc:date>
    <item>
      <title>crontab configutration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-configutration/m-p/3735622#M785993</link>
      <description>I configured make_tape_recovery in crontab like this.&lt;BR /&gt;20 19 21 2 2 make_tape_recovery -Av &amp;amp;&lt;BR /&gt;but, it didn't work, why?</description>
      <pubDate>Mon, 20 Feb 2006 20:57:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-configutration/m-p/3735622#M785993</guid>
      <dc:creator>???_185</dc:creator>
      <dc:date>2006-02-20T20:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: crontab configutration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-configutration/m-p/3735623#M785994</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Always mention the OBSOLUTE PATH of the command to be executed in the crontab.&lt;BR /&gt;&lt;BR /&gt;That could be the reason.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Mon, 20 Feb 2006 21:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-configutration/m-p/3735623#M785994</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-02-20T21:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: crontab configutration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-configutration/m-p/3735624#M785995</link>
      <description>Hi ZungWon,&lt;BR /&gt;&lt;BR /&gt;You need to create a file (eg. /usr/contrib/bin/make_ignite_master_tape.sh) with the contain of below :&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -A -I -v -x inc_entire=/dev/vg00 -a /dev/rmt/&lt;BR /&gt;0mnb &amp;gt; /tmp/make_master_tape.out 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;After that, put on the crontab :&lt;BR /&gt;&lt;BR /&gt;20 19 21 2 2 /usr/contrib/bin/make_ignite_master_tape.sh &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Feb 2006 21:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-configutration/m-p/3735624#M785995</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2006-02-20T21:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: crontab configutration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-configutration/m-p/3735625#M785996</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;You have to give full or absolute path in cron jobs just like, opt/ignite/bin/make_tape_recovery &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 20 Feb 2006 22:16:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-configutration/m-p/3735625#M785996</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-20T22:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: crontab configutration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-configutration/m-p/3735626#M785997</link>
      <description>Hi Zungwon,&lt;BR /&gt;&lt;BR /&gt;Cron does not run profile therefore you have to initialise the variables in the script. So You have to give full or absolute path in cron jobs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IA</description>
      <pubDate>Mon, 20 Feb 2006 22:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-configutration/m-p/3735626#M785997</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2006-02-20T22:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: crontab configutration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-configutration/m-p/3735627#M785998</link>
      <description>You've to setup PATH variable information in cron. Else simply use absolute path name.&lt;BR /&gt;&lt;BR /&gt;20 19 21 2 2 /opt/ignite/bin/make_tape_recovery -Av 1&amp;gt;/tmp/test.log 2&amp;gt;/tmp/test.err&lt;BR /&gt;&lt;BR /&gt;It is good to have log files for tracking.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Mon, 20 Feb 2006 22:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-configutration/m-p/3735627#M785998</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-20T22:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: crontab configutration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-configutration/m-p/3735628#M785999</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;make sure that your script is working in isolation also.&lt;BR /&gt;&lt;BR /&gt;if you find it OK then you can include it in you crontab.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Mon, 20 Feb 2006 23:16:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-configutration/m-p/3735628#M785999</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-02-20T23:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: crontab configutration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-configutration/m-p/3735629#M786000</link>
      <description>Hi,&lt;BR /&gt;look at the files:&lt;BR /&gt;var/adm/cron/cron.allow &lt;BR /&gt;to see if you are an allow user&lt;BR /&gt;/var/adm/cron/cron.deny &lt;BR /&gt;to see if you are not a deny user&lt;BR /&gt;/var/adm/cron/log       &lt;BR /&gt;to see which is teh poblem of your script.&lt;BR /&gt;&lt;BR /&gt;probbaly it needs a absolute path. Remeber that crontab doens't load the .rpofile for teh user.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Art&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2006 05:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-configutration/m-p/3735629#M786000</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2006-02-23T05:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: crontab configutration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-configutration/m-p/3735630#M786001</link>
      <description>Zungwon,&lt;BR /&gt;&lt;BR /&gt;It is missing the absolute path as mentioned also no need of the "&amp;amp;" at the end. with an &amp;amp; i guess it wil run at a priority of 24. better put it in a script and mention the script name in the crontab, remember you need to be root to create the crontab to run that command. &lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;&lt;BR /&gt;Ajit</description>
      <pubDate>Thu, 23 Feb 2006 05:50:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-configutration/m-p/3735630#M786001</guid>
      <dc:creator>Ajitkumar Rane</dc:creator>
      <dc:date>2006-02-23T05:50:53Z</dc:date>
    </item>
  </channel>
</rss>

