<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759544#M72094</link>
    <description>If you have the output of the cron entries redirected to a logfile, check the logfile(s) for possible errors. If the output is not redirected to a file (it is redirected to /dev/null) modify the cron entries to redirect to a logfile and examine the logfile (one unique logfile for each cron entry).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
    <pubDate>Mon, 08 Jul 2002 18:26:40 GMT</pubDate>
    <dc:creator>Martin Johnson</dc:creator>
    <dc:date>2002-07-08T18:26:40Z</dc:date>
    <item>
      <title>Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759541#M72091</link>
      <description>We have this alarm on a server S16K-A, Hp-UX 9000, 11.11:&lt;BR /&gt;Cron command of root with pid XXX failed&lt;BR /&gt;&lt;BR /&gt;I have no more information, this alarm occured regulary  but I can't find with wich cron command it's linked.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Claire</description>
      <pubDate>Mon, 08 Jul 2002 18:01:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759541#M72091</guid>
      <dc:creator>Claire Daelman</dc:creator>
      <dc:date>2002-07-08T18:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759542#M72092</link>
      <description>The first thing to do is login as root and do a crontab -l. This will list all of root's crontab entries to stdout. With any luck, there will be only a few entries (maybe even one) with matching time specifications.&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jul 2002 18:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759542#M72092</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-07-08T18:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759543#M72093</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;the problem is that's a production server and we have lot of entries. That's why I can't now which command generates this error.</description>
      <pubDate>Mon, 08 Jul 2002 18:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759543#M72093</guid>
      <dc:creator>Claire Daelman</dc:creator>
      <dc:date>2002-07-08T18:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759544#M72094</link>
      <description>If you have the output of the cron entries redirected to a logfile, check the logfile(s) for possible errors. If the output is not redirected to a file (it is redirected to /dev/null) modify the cron entries to redirect to a logfile and examine the logfile (one unique logfile for each cron entry).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Mon, 08 Jul 2002 18:26:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759544#M72094</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-07-08T18:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759545#M72095</link>
      <description>Atleast you can look at /var/adm/cron/log file and search for this pid. The line that starts with CMD gives you the script/command it started through cron with this pid.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 08 Jul 2002 18:28:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759545#M72095</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-07-08T18:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759546#M72096</link>
      <description>Look at /var/adm/cron/log file for any clues.</description>
      <pubDate>Mon, 08 Jul 2002 18:29:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759546#M72096</guid>
      <dc:creator>Rich Wright</dc:creator>
      <dc:date>2002-07-08T18:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759547#M72097</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Given Clay's first suggestion, I would think that between the tasks associated with 'root' (via 'crontab -l') and the 'var/adm/cron/log' history, that you should be able to match the failure with the task.&lt;BR /&gt;&lt;BR /&gt;Have you tried that?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 08 Jul 2002 18:29:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759547#M72097</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-07-08T18:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759548#M72098</link>
      <description>Ok, Plan B. Look in /var/adm/cron/log for matching PID's.&lt;BR /&gt;&lt;BR /&gt;If Plan B fails then Plan C. Back to the original method. Use crontab -l to find the subset of possible culprits and then start each one that's ok to run now with at.&lt;BR /&gt;e.g.&lt;BR /&gt;at -f /root/bin/myscript.sh now&lt;BR /&gt;&lt;BR /&gt;The reason you need to do this via at rather than simply running it from the shell is that you want to duplicate cron's sparse runtime environment.&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jul 2002 18:30:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759548#M72098</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-07-08T18:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759549#M72099</link>
      <description>Thanks. In fact, we have a problem with cronification of backup and it's the cell server that's why we have so many alarms.</description>
      <pubDate>Mon, 08 Jul 2002 18:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759549#M72099</guid>
      <dc:creator>Claire Daelman</dc:creator>
      <dc:date>2002-07-08T18:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759550#M72100</link>
      <description>Thanks a lot to everybody. Thanks A.Clay for funny answers...</description>
      <pubDate>Mon, 08 Jul 2002 18:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759550#M72100</guid>
      <dc:creator>Claire Daelman</dc:creator>
      <dc:date>2002-07-08T18:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759551#M72101</link>
      <description>A. Clay,&lt;BR /&gt;&lt;BR /&gt;Were your answers meant to be funny? If so, they sure went over MY head!&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;Marty</description>
      <pubDate>Mon, 08 Jul 2002 19:21:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759551#M72101</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-07-08T19:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759552#M72102</link>
      <description>Beats me too. I had no idea I was being funny; silly me, I thought I was giving perfectly straightforward answers.&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jul 2002 19:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2759552#M72102</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-07-08T19:28:59Z</dc:date>
    </item>
  </channel>
</rss>

