
TARGET=s008ds01

echo "targets"
grep -v \# /etc/opt/p7install/dsp.conf

ssh-agent $SHELL; ssh-add
echo "runs"
/opt/platform7/install/rpms/installLinuxDSPs -p 5
echo "enables"
/opt/platform7/install/rpms/installLinuxDSPs -e -p 5
echo "patch runs"
#/opt/platform7/install/rpms/patchLinuxDSPs -p 5
#echo "patch enables"
#/opt/platform7/install/rpms/patchLinuxDSPs -e -p 5

#echo "rf02"
#scp /h/bmetzger/linux/rf02_devices   $TARGET:/etc/opt/a7trblshoot_04.20/dstore/rf02_devices
#ssh $TARGET "chown a7run a7grp /etc/opt/a7trblshoot_04.20/dstore/rf02_devices"

#ssh $TARGET ". /opt/platform7/lbin/profile; p7stop -s; /opt/a7trblshoot/bin/formatdstore -l /dev/dstore/data"

#ssh $TARGET ". /opt/platform7/lbin/profile; /opt/platform7/bin/p7ntpconfig"

