<?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/4886360#M401482</link>
    <description>no keith as i mentioned earlier the job is not getting started&lt;BR /&gt;Iam having some more jobs working fine .&lt;BR /&gt;so that i want to confirm the timings&lt;BR /&gt;</description>
    <pubDate>Thu, 17 Feb 2005 04:41:12 GMT</pubDate>
    <dc:creator>kamal_9</dc:creator>
    <dc:date>2005-02-17T04:41:12Z</dc:date>
    <item>
      <title>Crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886353#M401475</link>
      <description>I want to execute a script on every friday at 2am..&lt;BR /&gt;how can i achive that using  crontab &lt;BR /&gt;i made the entries like this .but its not even executing ..i added teh user name in cron.allow also .. i can able to run the script manually&lt;BR /&gt;entries i made in crontab&lt;BR /&gt;0 2 * * 5 /hoem/admin/test.sh&lt;BR /&gt;but its not even executing the script .&lt;BR /&gt;crontab daemon is running&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Feb 2005 04:32:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886353#M401475</guid>
      <dc:creator>kamal_9</dc:creator>
      <dc:date>2005-02-17T04:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886354#M401476</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Is the path a typo?  You have typed /hoem/admin/test.sh.&lt;BR /&gt;&lt;BR /&gt;You may want to check the permissions on this file - should be something like rwxr--r--.&lt;BR /&gt;&lt;BR /&gt;Keith</description>
      <pubDate>Thu, 17 Feb 2005 04:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886354#M401476</guid>
      <dc:creator>Keith Bryson</dc:creator>
      <dc:date>2005-02-17T04:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886355#M401477</link>
      <description>sorry the path i entered in the server is correct &lt;BR /&gt;/home/admin/test.sh&lt;BR /&gt;i had given chmod 777 test.sh&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Feb 2005 04:36:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886355#M401477</guid>
      <dc:creator>kamal_9</dc:creator>
      <dc:date>2005-02-17T04:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886356#M401478</link>
      <description>is that timing which i made is correct</description>
      <pubDate>Thu, 17 Feb 2005 04:38:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886356#M401478</guid>
      <dc:creator>kamal_9</dc:creator>
      <dc:date>2005-02-17T04:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886357#M401479</link>
      <description>How did you edit the cron file ?&lt;BR /&gt;&lt;BR /&gt;# crontab -e&lt;BR /&gt;&lt;BR /&gt;or vi ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Feb 2005 04:38:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886357#M401479</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2005-02-17T04:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886358#M401480</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Do you see the job starting in /var/adm/cron/log?  Try this:&lt;BR /&gt;&lt;BR /&gt;grep "test.sh" /var/adm/cron/log&lt;BR /&gt;&lt;BR /&gt;Keith</description>
      <pubDate>Thu, 17 Feb 2005 04:39:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886358#M401480</guid>
      <dc:creator>Keith Bryson</dc:creator>
      <dc:date>2005-02-17T04:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886359#M401481</link>
      <description>Hi &lt;BR /&gt;i used crontab -e only&lt;BR /&gt;and cross checked by crontab -l</description>
      <pubDate>Thu, 17 Feb 2005 04:39:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886359#M401481</guid>
      <dc:creator>kamal_9</dc:creator>
      <dc:date>2005-02-17T04:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886360#M401482</link>
      <description>no keith as i mentioned earlier the job is not getting started&lt;BR /&gt;Iam having some more jobs working fine .&lt;BR /&gt;so that i want to confirm the timings&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Feb 2005 04:41:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886360#M401482</guid>
      <dc:creator>kamal_9</dc:creator>
      <dc:date>2005-02-17T04:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886361#M401483</link>
      <description>Are you able to run the job interactively (i.e. manually at a Unix prompt, as the user)?&lt;BR /&gt;&lt;BR /&gt;Keith</description>
      <pubDate>Thu, 17 Feb 2005 04:44:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886361#M401483</guid>
      <dc:creator>Keith Bryson</dc:creator>
      <dc:date>2005-02-17T04:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886362#M401484</link>
      <description>Your syntax looks fine.  I seem to remember experiencing something similar before.  Have a look at the user's crontab in /usr/spool/cron/crontabs.  Is this the correct version?  Try:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/cron stop &lt;BR /&gt;then &lt;BR /&gt;/sbin/init.d/cron start&lt;BR /&gt;&lt;BR /&gt;Keith</description>
      <pubDate>Thu, 17 Feb 2005 04:55:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886362#M401484</guid>
      <dc:creator>Keith Bryson</dc:creator>
      <dc:date>2005-02-17T04:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886363#M401485</link>
      <description>One more thing.  Try:&lt;BR /&gt;&lt;BR /&gt;crontab -l &amp;gt;mycrontab&lt;BR /&gt;cat -v mycrontab&lt;BR /&gt;&lt;BR /&gt;This will display any dodgy characters that may have been introduced during the edit.&lt;BR /&gt;&lt;BR /&gt;Keith</description>
      <pubDate>Thu, 17 Feb 2005 04:58:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886363#M401485</guid>
      <dc:creator>Keith Bryson</dc:creator>
      <dc:date>2005-02-17T04:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886364#M401486</link>
      <description>Hi guys sorry&lt;BR /&gt;I was wrong .I have not checked the logs properly&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Feb 2005 05:03:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4886364#M401486</guid>
      <dc:creator>kamal_9</dc:creator>
      <dc:date>2005-02-17T05:03:24Z</dc:date>
    </item>
  </channel>
</rss>

