Go Back   The UNIX and Linux Forums > Operating Systems > AIX
google site



AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace.

Closed Thread
English Japanese Spanish French German Portuguese Italian Powered by Powered by Google
 
Thread Tools Search this Thread Display Modes
  #8  
Old 12-09-2009
Registered User
 

Join Date: Dec 2009
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
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  
Old 12-10-2009
bakunin bakunin is offline Forum Staff  
Bughunter Extraordinaire
 

Join Date: May 2005
Location: In the leftmost byte of /dev/kmem
Posts: 1,887
Thanks: 4
Thanked 17 Times in 16 Posts
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  
Old 12-11-2009
Registered User
 

Join Date: Mar 2008
Posts: 2,394
Thanks: 10
Thanked 77 Times in 76 Posts
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  
Old 12-11-2009
Registered User
 

Join Date: Dec 2009
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by bakunin View Post
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

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:
Originally Posted by methyl View Post
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.
I already have some crontab entries...this is not an empty file...

---------- 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
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


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



All times are GMT -4. The time now is 02:47 AM.