#!/bin/ksh

. /opt/platform7/lbin/profile

for f in `/opt/platform7/lbin/list_processors -ws`  a7server
#for f in `/opt/platform7/lbin/list_processors -w` a7server
do
   print -n  "$f "

#rcp /home/bmetzger/patches/86581* $f:/tmp/wm
   remsh $f -n "/usr/sbin/swapinfo -mta |grep total"

#   remsh $f -n "/usr/sbin/swlist -l bundle |grep Online "
#   scp //.ssh/id_dsa.pub $f:/root/.ssh/authorized_keys2
done
