- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem in at command
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-13-2001 11:49 PM
тАО05-13-2001 11:49 PM
Problem in at command
I'm having a problem when I shedule jobs with the at command.
sometimes works, sometimes not.
#
#at -f /tmp/jobs -q k 1200
(it says that the job is sheduled)
#at -l
# ( shows nothing !!! )
Well, i've check theres no filesystem getting full, the cron log, syslog.log..., the patch applied to 'at' is :
hpux41:/> what /usr/bin/at
/usr/bin/at:
PATCH_10_20 PHCO_10737 $Revision: 78.2.1.16 $
$Revision: 76.2.1.3 $
$Revision: 76.2.1.1.1.5 $
PATCH_10_20: hpux_rel.o at.o pdt.o ptime.o pdate.o funcs.o permit.o 99/02/18
Any idea ????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2001 12:05 AM
тАО05-14-2001 12:05 AM
Re: Problem in at command
I'm thinking the system may schedule the jobs as soon
the load in the system is low. So if the load on the system is low, the job will be scheduled immediately and 'at -l' will only list the jobs that are pending to be scheduled in the queue. So if the jobs is scheduled immediately, it will not be seen with'at -l'
check with a ps -ef ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2001 02:53 AM
тАО05-14-2001 02:53 AM
Re: Problem in at command
#jobs -l
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2001 03:08 AM
тАО05-14-2001 03:08 AM
Re: Problem in at command
I think Alex may be correct.
Another idea is to redirect the output to some log file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2001 03:23 AM
тАО05-14-2001 03:23 AM
Re: Problem in at command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2001 03:24 AM
тАО05-14-2001 03:24 AM
Re: Problem in at command
check it.