|
google site
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#8
|
|||
|
|||
|
Regarding at command queuing up the job and not running the job , I have killed the cron daemon by using kill <process-id-cron-daemon (/usr/sbin/cron) > and jobs started running so that problem is solved.
But at jobs sometimes doesn't run , that problem still persist.Application user is running at jobs. It does't seem to be file permission problem as it runs the at jobs sometimes with the same userid and sometimes it doesnt run and throws an error 0481-103 Cannot open a file in the /var/spool/cron/atjobs directory. |
| Sponsored Links | ||
|
|
|
#9
|
|||
|
|||
|
So that leaves file system issues as possible causes. Have you checked the availability of free disk space and/or inodes? The directory in question will (by default) be served by LV "hd9var".
I hope this helps. bakunin |
|
#10
|
|||
|
|||
|
Hunch based on googling the error message. The error message is normally associated with issuing "crontab -l" when there is no crontab for that user.
Listing the queued "at" jobs is of course "at -l". Assuming that the error message did not come from issuing "crontab -l" instead of "at -l", and if there is definitely no crontab for the user of the "at" jobs, try creating a crontab for that user containing only comment lines. |
|
#11
|
|||
|
|||
|
Quote:
ok does that mean when we are out of disk space on hd9var , this issue may occur ? this sounds logical although.. ---------- Post updated at 09:12 AM ---------- Previous update was at 09:10 AM ---------- Quote:
---------- Post updated at 09:13 AM ---------- Previous update was at 09:12 AM ---------- I would like to thank you all....Although i didnt get to the exact issue yet...but each one of you helped me to get onto the next step...I hope i solve it soon and post it back .... |
| Sponsored Links | ||
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| can anyone help with shell script command about searching word with grep command? | aintour | Shell Programming and Scripting | 2 | 10-14-2009 04:51 PM |
| problem with output of find command being input to basename command... | new_learner | UNIX for Dummies Questions & Answers | 2 | 12-14-2008 01:56 AM |
| awk/sed Command : Parse parameter file / send the lines to the ksh export command | rajan_san | Shell Programming and Scripting | 4 | 11-06-2008 12:29 PM |
| assign a command line argument and a unix command to awk variables | sweta_doshi | Shell Programming and Scripting | 0 | 08-08-2008 06:54 AM |
| Help Required: Command to find IP address and command executed of a user | loggedout | Security | 2 | 08-06-2008 08:12 PM |