Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-admin-essentials
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etersoft-admin-essentials
Commits
bdbe1dd3
Commit
bdbe1dd3
authored
Jun 23, 2015
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit initial gluster update script
parent
944e687c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
config.sh
gluster/update/config.sh
+4
-0
glustertest.sh
gluster/update/glustertest.sh
+19
-0
No files found.
gluster/update/config.sh
0 → 100755
View file @
bdbe1dd3
#!/bin/bash
hosts
=
"snail lin-test cellar windsor nun lav vbox asu multi space1"
# builder builder64"
gluster/update/glustertest.sh
0 → 100755
View file @
bdbe1dd3
#!/bin/bash
.
config.sh
for
i
in
$hosts
;
do
echo
$i
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' <<< "mount -a"
#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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment