Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
emulab-devel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
emulab
emulab-devel
Commits
9f921c35
Commit
9f921c35
authored
23 years ago
by
Robert Ricci
Browse files
Options
Downloads
Patches
Plain Diff
Added an 'Are there testbed-specific daemons that could interfere with my
experiment?' entry, after getting some questions about this.
parent
ff6018a3
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
www/faq.html
+27
-0
27 additions, 0 deletions
www/faq.html
with
27 additions
and
0 deletions
www/faq.html
+
27
−
0
View file @
9f921c35
...
...
@@ -62,6 +62,8 @@
nodes in my experiment are ready?
</a>
<li>
<a
href=
"#SWS-7"
>
Can I run my own Operating System?
</a>
<li>
<a
href=
"#SWS-8"
>
What if I need more disk space on my nodes?
</a>
<li>
<a
href=
"#SWS-9"
>
Are there testbed-specific daemons that could
interfere with my experiment?
</a>
</ul>
<li>
<a
href=
"#SEC"
>
Security Issues
</a>
...
...
@@ -674,6 +676,31 @@ tb-set-ip-routing ospf
</p>
</ul>
<li><a
NAME=
"SWS-9"
></a>
<h3>
Are there testbed-specific daemons that could interfere with my
experiment?
</h3>
<p>
The only daemon that the testbed adds to the OS's standard set is
<code>
healthd
</code>
. This daemon periodically polls things such as
motherboard/CPU temperature and fan speed, and reports them back to
our
<code>
boss
</code>
node. We have picked a large polling interval
(five minutes) to minimize the impact on nodes. If you are worried
about side effects, however, you can safely kill it off.
<code>
healthd
</code>
is stared by
<code>
/etc/testbed/rc.healthd
</code>
.
</p>
<p>
If you have requested automatic routing on your nodes with the
<code>
tb-set-ip-routing
</code>
command in your NS file, this will
start
<code>
gated
</code>
on all of your nodes.
</p>
<p>
We have left all daemons started by the operating systems' default
configurations (such as
<code>
cron
</code>
) enabled, so you should also
look at them if you are concered about running processes affecting
your experiment.
</p>
</ul>
<hr>
<a
NAME=
"SEC"
></a>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment