./configure --with-ssh --without-rsh make make install $ pdsh -v export PDSH_RCMD_TYPE=ssh $ pdsh -w 192.168.1.250 ls -s $ pdsh -w 192.168.1.250 uname -r $ pdsh -w ssh:laytonjb@192.168.1.250 uname -r $ mkdir PDSH $ cd PDSH $ vi hosts $ more hosts export WCOLL=/home/laytonjb/PDSH/hosts $ pdsh -w 192.168.1.4,192.168.1.250 uname -r pdsh -w host[1-11] pdsh -w host[1-4,8-11] $ pdsh -w ^/tmp/hosts uptime $ more /tmp/hosts $ more /tmp/hosts $ more /tmp/hosts2 $ pdsh -w ^/tmp/hosts,^/tmp/hosts2 uname -r $ pdsh -w -192.168.1.250 uname -r $ pdsh -w -^/tmp/hosts2 uname -r $ pdsh -x 192.168.1.4 uname -r $ pdsh -x ^/tmp/hosts uname -r $ more /tmp/hosts $ pdsh 'cat /proc/cpuinfo | grep bogomips' $ pdsh 'cat /proc/cpuinfo' | grep bogomips $ pdsh vmstat 1 2