File indexing completed on 2023-10-25 09:42:29
0001
0002
0003 machines="srv-c2d05-10 \
0004 srv-c2d05-11 srv-c2d05-12 srv-c2d05-13 srv-c2d05-14 \
0005 srv-c2d05-15 srv-c2d05-16 srv-c2d05-17 srv-c2d05-18 \
0006 srv-c2d05-19"
0007
0008 user=dqmdev
0009
0010 for c in $machines; do ssh $c -t mkdir /home/${USER}local/output ; done
0011 for c in $machines; do ssh $c -t mkdir /home/${USER}local/reference ; done
0012 for c in $machines; do ssh $c -t chmod a+rwx /home/${USER}local ; done
0013 for c in $machines; do ssh $c -t chmod a+rwx /home/${USER}local/output ; done
0014 for c in $machines; do ssh $c -t chmod a+rwx /home/${USER}local/reference ; done
0015
0016