<?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: at Command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845731#M92152</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;What error do you see?  Does any entry appear in 'var/adm/cron/log' for your process?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 15 Nov 2002 13:06:12 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2002-11-15T13:06:12Z</dc:date>
    <item>
      <title>at Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845730#M92151</link>
      <description>I am trying to run the "at" on HP-UX 11 and it does not execute, what should I look for. I have the at.allow file all the neccesary names for the users?</description>
      <pubDate>Fri, 15 Nov 2002 13:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845730#M92151</guid>
      <dc:creator>Olebile</dc:creator>
      <dc:date>2002-11-15T13:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: at Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845731#M92152</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;What error do you see?  Does any entry appear in 'var/adm/cron/log' for your process?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 15 Nov 2002 13:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845731#M92152</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-11-15T13:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: at Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845732#M92153</link>
      <description>Just out of curiosity, remove the at.allow file and touch //usr/lib/cron/at.deny.  This would allow everyone to use at.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 15 Nov 2002 13:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845732#M92153</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-15T13:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: at Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845733#M92154</link>
      <description>the is what I have under /var/adm/cron/log&lt;BR /&gt;&lt;BR /&gt; rescheduling at job Fri Nov 15 15:16:25 GMT 2002&lt;BR /&gt;! a queue max run limit reached Fri Nov 15 15:16:25 GMT 2002&lt;BR /&gt;! rescheduling at job Fri Nov 15 15:16:25 GMT 2002&lt;BR /&gt;! a queue max run limit reached Fri Nov 15 15:16:25 GMT 2002&lt;BR /&gt;! rescheduling at job Fri Nov 15 15:16:25 GMT 2002&lt;BR /&gt;! a queue max run limit reached Fri Nov 15 15:16:25 GMT 2002&lt;BR /&gt;! rescheduling at job Fri Nov 15 15:16:25 GMT 2002&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Nov 2002 13:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845733#M92154</guid>
      <dc:creator>Olebile</dc:creator>
      <dc:date>2002-11-15T13:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: at Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845734#M92155</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Did you check that your cron process is running ? Also a process could be in a wait state if the max concurrent number of jobs for at has been reached (man queuedefs), but you should see it in /var/adm/cron/logs. This could happen if you have launched jobs which never end. Try a :&lt;BR /&gt;&lt;BR /&gt;#UNIX95= ps -eHf&lt;BR /&gt;&lt;BR /&gt;to see cron's child&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Fri, 15 Nov 2002 13:18:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845734#M92155</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2002-11-15T13:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: at Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845735#M92156</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;haing a look at your logs, I confirm that you should have a look at your queuedefs file and perhaps kill old running jobs ...&lt;BR /&gt;&lt;BR /&gt;#UNIX95= ps -efH&lt;BR /&gt;&lt;BR /&gt;Just type this command with same spaces and look fro cron.&lt;BR /&gt;&lt;BR /&gt;Jean-Louis</description>
      <pubDate>Fri, 15 Nov 2002 13:19:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845735#M92156</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2002-11-15T13:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: at Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845736#M92157</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You may want to increase the limit for concurrent jobs in ' /var/adm/cron/queuedefs'.  See 'man 4 queuedefs' for more explanation.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 15 Nov 2002 13:24:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845736#M92157</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-11-15T13:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: at Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845737#M92158</link>
      <description>Oh, THAT at problem!!&lt;BR /&gt;&lt;BR /&gt;See this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1cb03a7b3682d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1cb03a7b3682d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In a nutshell: you probably have patch PHCO_24702 on your system.  You need PHCO_27141.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 15 Nov 2002 14:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845737#M92158</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-15T14:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: at Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845738#M92159</link>
      <description>Any luck?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 15 Nov 2002 15:41:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845738#M92159</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-15T15:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: at Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845739#M92160</link>
      <description>Update to current patch levels.  &lt;BR /&gt;&lt;BR /&gt;This is a problem with 11.X under certain circumstances this error pops up.  &lt;BR /&gt;&lt;BR /&gt;I dont remember the patch number now, but if you search the patch site for cron you will quicky find them, or load the latest QRM from HP.&lt;BR /&gt;&lt;BR /&gt;I always modify queuedefs, and though I made a type, played with different settings, etc..  nothing helped.  Bug!  ;)&lt;BR /&gt;&lt;BR /&gt;Good Luck!&lt;BR /&gt;Shannon</description>
      <pubDate>Fri, 15 Nov 2002 18:06:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845739#M92160</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-11-15T18:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: at Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845740#M92161</link>
      <description>Shannon,&lt;BR /&gt;&lt;BR /&gt;See above.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 15 Nov 2002 19:06:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845740#M92161</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-15T19:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: at Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845741#M92162</link>
      <description>LOL, sorry Pete! &lt;BR /&gt;&lt;BR /&gt;I hate that the new window's dont open new, so I avoid hitting links unless I have too!&lt;BR /&gt;&lt;BR /&gt;Did not mean to step on you toes!&lt;BR /&gt;Shannon</description>
      <pubDate>Fri, 15 Nov 2002 19:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845741#M92162</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-11-15T19:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: at Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845742#M92163</link>
      <description>No problem, I was just trying to save you looking.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 15 Nov 2002 19:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845742#M92163</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-15T19:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: at Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845743#M92164</link>
      <description>Gentlemen,&lt;BR /&gt;&lt;BR /&gt;I need to download the patch PHCO_22767 as per your recommendations. I found that there is a more recnt patch PHCO_27141, what is your recommendation.&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;&lt;BR /&gt;Olebile</description>
      <pubDate>Mon, 18 Nov 2002 06:59:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845743#M92164</guid>
      <dc:creator>Olebile</dc:creator>
      <dc:date>2002-11-18T06:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: at Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845744#M92165</link>
      <description>Sorry for the delay, PHCO_27141 IS the one I recommended.  To quote from the patch text:  &lt;BR /&gt;"PHCO_24702 introduced behavior whereby cron(1M) may no longer execute at(1) jobs."&lt;BR /&gt;&lt;BR /&gt;If you have PHCO_24702 on your system (and I'm betting you do), install PHCO_27141.&lt;BR /&gt;&lt;BR /&gt;And let us know.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 18 Nov 2002 11:14:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845744#M92165</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-18T11:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: at Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845745#M92166</link>
      <description>Hello?&lt;BR /&gt;&lt;BR /&gt;Any luck?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 19 Nov 2002 11:45:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845745#M92166</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-19T11:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: at Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845746#M92167</link>
      <description>The patch addressed the problem. You just saved me the stress. Believe me I tried a lot of things before the patch advice.&lt;BR /&gt;&lt;BR /&gt;Thank You!!!</description>
      <pubDate>Tue, 19 Nov 2002 12:06:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845746#M92167</guid>
      <dc:creator>Olebile</dc:creator>
      <dc:date>2002-11-19T12:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: at Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845747#M92168</link>
      <description>You're welcome.  Glad to help.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 19 Nov 2002 12:09:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/2845747#M92168</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-19T12:09:41Z</dc:date>
    </item>
  </channel>
</rss>

