I have found a bug with AIX ML07 (not with the Hobbit code) on the operating system side. In the code hobbitclient-aix.sh, the line: netstat -an | grep "^tcp" gets caught in an infinite loop grep'ing a MAC. The program continues until the file system fills or until I am alerted for a purple condition and I correct the condition. I modified the line to this: netstat -an | grep "^tcp" | tail -5000 and it seems to fix it. I haven't heard anyone complain of this condition. It appears to happen only on AIX 5.1 ML07.
Regards, Jim
This message, and any attachments to it, may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are notified that any use, dissemination, distribution, copying, or communication of this message is strictly prohibited. If you have received this message in error, please notify the sender immediately by return e-mail and delete the message and any attachments. Thank you.