AIX - 'at' command


 
Thread Tools Search this Thread
Operating Systems AIX AIX - 'at' command
# 8  
Old 12-09-2009
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.
# 9  
Old 12-10-2009
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
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
Quote:
Originally Posted by bakunin
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
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 ....
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Maxdepth command not working in AIX.Need alternative solution for this command

Hi All, I am trying to select 30 days older files under current directory ,but not from subdirectory using below command. find <Dir> -type f -mtime + 30 This command selecting all the files from current directory and also from sub directory . I read some documention through internet ,... (1 Reply)
Discussion started by: kommineni
1 Replies

2. AIX

I need help on AIX command

I'm new for aix...I need a command or script to check the high usage of cpu process and the physical cpu utilization... TIA Sumanth (9 Replies)
Discussion started by: sumanthupar
9 Replies

3. AIX

at command in aix

Hi I use this "at" command to unmount 12 filesystems in my aix server echo "ksh /usr/local/bin/umount.sh" | at now i want to schedule it on a daily basis. I know that it can be done via crontab. But Im just curious to know if daily wise scheduling can also be done via the "at" command ?... (1 Reply)
Discussion started by: samsungsamsung
1 Replies

4. AIX

help ma aix command

I don't know to aix command to check number of cpu, speed of cpu memory, size, memory type (ex. memory type chipkill) internal harddisk, size how many to seial I/O ? fibre network interface raid controller, raid type DVD-rom, speed DVD-rom aix version... (1 Reply)
Discussion started by: lovenid
1 Replies

5. AIX

Need AIX command

1.What is the equivalent of the command "ls -ltr -h" in AIX..Which will list all file name with their size in GB 2. What comand can be used to display the output of df -k in GB in AIX. In in solaris we do df -h. Thanks in advance (6 Replies)
Discussion started by: e263041
6 Replies

6. UNIX for Dummies Questions & Answers

Need AIX command

1.What is the equivalent of the command "ls -ltr -h" in AIX..Which will list all file name with their size in GB 2. What comand can be used to display the output of df -k in GB in AIX. In in solaris we do df -h. Thanks in advance (0 Replies)
Discussion started by: e263041
0 Replies

7. AIX

Which command in AIX 5L is replace updatelv in AIX 4.3?

When I import VG, it shows: 0516-622 synclvodm: Warning, cannot write lv control block data. I found AIX V4.3 have updatelv command can recovery LVB from VG, however, updatelv is not existed on AIX 5L, which command to replace it? (2 Replies)
Discussion started by: rainbow_bean
2 Replies

8. AIX

AIX:Command to get netaddress/subnet address command in IPv4/IP6

AIX:Command to get netaddress/subnet address command in IPv4/IP6 Can anybody help us with a command to retrieve netaddress/subnet address command in IPv4/IP6 on aix machine. net/subnet address is in the format 172.16.212.0(signifies all 255 machines in an IPv4 network) (2 Replies)
Discussion started by: rookie8278
2 Replies

9. UNIX for Advanced & Expert Users

AIX command help

I have this command in my script and it's working fine with AIX: ls init?*.ora 2>/dev/null | egrep -i -e "" the same command is failing in Solaris 10. does anyone have better idea how to make it work for both ? Thanks (2 Replies)
Discussion started by: talashil
2 Replies

10. Programming

command for hp-ux and aix

is there is any command for obtaining System manfuture detail lke Dell, IBM etc from HP-UX and AIX command. (0 Replies)
Discussion started by: janki0111
0 Replies
Login or Register to Ask a Question