Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
02f6a090
Commit
02f6a090
authored
Aug 11, 2006
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make resilient to plab failures
parent
3cbd4707
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
pelab/magent/auto-magent.sh
pelab/magent/auto-magent.sh
+8
-2
No files found.
pelab/magent/auto-magent.sh
View file @
02f6a090
...
...
@@ -23,13 +23,19 @@ sleep 1
# Wait for all of the agents to start
#
echo
"Waiting for measurement agents to become ready"
;
barrier_wait
"stub"
;
barrier_wait
"stub"
;
_rval
=
$?
if
[
$_rval
-ne
0
]
;
then
echo
"*** WARNING: not all stubs started (
$_rval
)"
fi
#
# Wait for all the monitors to come up
#
echo
"Waiting for monitors to become ready"
;
barrier_wait
"monitor"
;
barrier_wait
"monitor"
;
_rval
=
$?
if
[
$_rval
-ne
0
]
;
then
echo
"*** WARNING: not all monitors started (
$_rval
)"
fi
echo
"Running!"
;
...
...
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