<html><body>
<p><img src="cid:1__=0ABBFDCADFFDB0078f9e8a9@mcccf.gouv.qc.ca" width="156" height="66"><br>
- Avis: Ce message est confidentiel et ne s'adresse qu'aux destinataires. Si vous le recevez par erreur, veuillez le supprimer et nous en aviser.<br>
-<br>
I'm using the latest version of the external/ibmrsa stonith resource. When I start or monitor the ressource, the log file is filled with error messages :<br>
<br>
Jul  6 14:04:56 server03 external/ibmrsa[1667]: [1678]: ERROR: <br>
Jul  6 14:04:59 server03 external/ibmrsa[1680]: [2109]: ERROR: <br>
Jul  6 14:05:00 server03 external/ibmrsa[2296]: [2307]: ERROR: <br>
Jul  6 14:05:00 server03 stonith-ng: [6509]: info: log_operation: Operation 'monitor' [1665] for device 'stonith-server02' returned: 0<br>
<br>
At the begenning of the script, a check for a temp file is done and if found, the output is sent to the log file. I think the output to the ha_log file should be removed :<br>
<br>
replace : trap 'if [ -n "$outf" ]; then ha_log.sh err "`cat $outf`"; rm -f "$outf"; fi' 0<br>
by : trap 'if [ -n "$outf" ]; then rm -f "$outf"; fi' 0<br>
</body></html>