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-15-2003 08:52 PM
12-15-2003 08:52 PM
We have programmed with user
rcaprod
$ echo "revisio_s_n.shl > revisio_s_n.out 2>&1" | at -t 12150700
I have in the OLDlog file:
" root 14386 c Mon Dec 15 07:00:00 MET 2003
! se ha alcanzado el lÃmite de ejecución máxima de la cola a Mon Dec 15 07:00:00 MET 2003
! fijando la hora en un trabajo at Mon Dec 15 07:00:00 MET 2003"
Is it one error???, what is the meaning??
The job has not been executed.
Thanks!
C
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 08:55 PM
12-15-2003 08:55 PM
Re: at
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 09:02 PM
12-15-2003 09:02 PM
Re: at
"!Limit of maxim execution of the tail has been reached to Mon DEC 15 07:00:00 MET 2003
!fixing the hour to a work AT Mon DEC 15 07:00:00 MET 2003"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 09:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 09:17 PM
12-15-2003 09:17 PM
Re: at
at the time when the job was to be executed you had reached the maximum limit for the number of simultaneous at jobs.
Please consult the man page for queuedefs and check your configuration of the number of simultaneous at jobs in /var/adm/cron/queuedefs
The standard number of simultaneous at jobs is 4 on most of the systems I have seen. Perhaps you should increase this number.
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 10:15 PM
12-15-2003 10:15 PM
Re: at
Check /var/adm/cron/log to see if the job has run. You should see a sequence of 3 entries describing the command, indicating its start, and indicating its completion:
> CMD: /apps/hols/bin/wb/checkweb.ksh
> informix 10559 c Tue Dec 16 06:13:00 EST 2003
< informix 10559 c Tue Dec 16 06:13:00 EST 2003
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 10:18 PM
12-15-2003 10:18 PM
Re: at
You might also want to check this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=13482
I was in a similar situation where at jobs wouldn't run and it wasn't a question of queuedefs.
Pete
Pete