In this release, the pdsh command prints out the return status of the remote
command if it is non-zero. In previous releases it did not. Some existing
XC utilities (for example, sys_check) rely on the
previous pdsh behavior.
Therefore, you might see pdsh return status failure messages during the execution of some XC utilities.
These messages can be safely ignored. For example,
# sys_check -debug -nohtml nfs syslogng -output=/tmp/n3.txt
1 uname Mon Sep 26 15:49:58 EDT 2005
2 nfs Mon Sep 26 15:49:58 EDT 2005
pdsh@n3: n3: ssh exited with exit code 1
3 syslogng Mon Sep 26 15:49:58 EDT 2005
pdsh@n3: n1: ssh exited with exit code 3
pdsh@n3: n2: ssh exited with exit code 3
0 headerinfo Mon Sep 26 15:49:59 EDT 2005
|