- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- some at jobs stuck, not running
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 02:58 PM
12-03-2003 02:58 PM
I remember there is a limit on the number of at jobs you can run, but it could be tuned. I can't remember the detail.
thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 03:05 PM
12-03-2003 03:05 PM
Re: some at jobs stuck, not running
If you are out of memory jobs will not run.
Also check the kernel parameters nfiles and nproc
If you cant open a process the job won't run.
shmmax
If the job requires shared memory and there is not enough, same possible symptom.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 03:16 PM
12-03-2003 03:16 PM
Re: some at jobs stuck, not running
I believe this is not parameters (you listed here) related, since I used to able to run a lot of other jobs same time, and won't have any problem.
This server is not heavily loaded, these at jobs are only jobs I'm running on this server. So I think it is at command specific problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 06:05 PM
12-03-2003 06:05 PM
Re: some at jobs stuck, not running
In Tru64 Unix the crond has a limit of running parallel processes and this is configured in a config file. I wonder, if HP-UX has the same feature? Will look it up, as soon as in the office.
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 06:12 PM
12-03-2003 06:12 PM
Re: some at jobs stuck, not running
have a look at /usr/lib/cron/log and /usr/lib/cron/queuedefs.
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 06:37 PM
12-03-2003 06:37 PM
Re: some at jobs stuck, not running
You could also check out the mail file of the user for messages concerning the jobs that don't run (correctly).
The jobs that don't run, do they appear in the run queue? (at -l)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 10:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2003 03:16 AM
12-04-2003 03:16 AM
Re: some at jobs stuck, not running
Are you sure that the jobs terminate in a proper way? If this is not the case, you will see that cron jobs will fail after a certain time. Queudefs indeed.
Regards,
Dieter Degrendele