Originally posted by: loani
Hi,
We have realy strange phenomenon on our aix 5.3.12 box.
We have a ksh script containing simple commands like 'ls', 'mv' etc. realy nothing complicated.
When this script is runing in the background, sometimes (not always) some command are mysteriously getting killed, what we get in the log file is a message like:
test.sh
20: 123456 Killed (where line 20 is: 'ls abc.txt')
When in the foreground it's never happend.
We cannont figure out why the command is killed nor who is sending the signal.
We suspected that a lack of resorces is the cause, but the machine has to much of everything (cpu,memory,paging etc).
This box is one of 5 LPARS on a machine but it has dedicated resources.
We tried the same thing on a separeted machine (no LPARS) and it always run ok.
As a measure of despair, we changed the user stack limit of stack_hard from unlimited (-1) to the default value, and the frequency of the killing is much less (still happening from time to time)
Does anyone have a clue ?
#AIX-Forum