Commit b0968920 authored by Vitaly Lipatov's avatar Vitaly Lipatov

glustertest: commit useful commands

parent 80343b16
...@@ -4,16 +4,7 @@ ...@@ -4,16 +4,7 @@
for i in $hosts; do for i in $hosts; do
echo $i echo $i
ssh $i $SUDO 'bash -s' <<< "epm --auto Install glusterfs3 && serv glusterd condrestart" #ssh $i $SUDO 'bash -s' <<< "epm --auto Install glusterfs3 && serv glusterd condrestart"
#ssh $i sudo 'bash -s' <<< "service glusterd status" ssh $i $SUDO 'bash -s' <<< "epm update ; epm update-kernel"
#ssh $i sudo 'bash -s' <<< "mount -a" #ssh $i $SUDO 'bash -s' <<< "killall glusterd && sleep 1 && service glusterd restart"
#ssh $i sudo 'bash -s' <<< "monit restart glusterd"
#ssh $i sudo 'bash -s' <<< "/root/gfs/glusterupdate.sh"
#ssh $i sudo 'bash -s' <<< "monit start glusterd"
#ssh $i sudo 'bash -s' <<< "ls /root/gfs"
#ssh $i sudo 'bash -s' <<< "/var/ftp/tmp/agapov/glusterdownload.sh"
#ssh $i sudo 'bash -s' <<< "apt-cache policy glusterfs3-server"
#ssh $i sudo 'bash -s' <<< "/root/gfs/glusterupdate.sh"
#ssh $i sudo 'bash -s' <<< "cp -f /var/ftp/tmp/agapov/glusterupdate.sh /root/gfs"
#pcConfig.sh
done done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment