Comment 28 for bug 1272083

Revision history for this message
Matt Bruzek (mbruzek) wrote :

Xiaoming,

The last tar file included the file listing from /proc/sys/net/core/ for each system including cluster1/2 which was not in error state.

Here is cluster1/0 output:
$ ls /proc/sys/net/core/
somaxconn xfrm_acq_expires xfrm_aevent_etime xfrm_aevent_rseqth xfrm_larval_drop

I have attached a new tar file that has the logs from the /var/log/HPCCSystems/myroxie on each system.

It is important that the scripts end on the first error (set -e) so that the script does not continue in an error state. The error of one command could cause problems for following commands. For instance if the script was unable to write the LOCAL_IP_FILE and did not halt execution, a different hook could fail to read that file later and cause different problems.