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
Package Registry
Model registry
Operate
Terraform modules
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
Emmanuel Cecchet
emulab-devel
Commits
62d784f1
Commit
62d784f1
authored
19 years ago
by
Leigh B. Stoller
Browse files
Options
Downloads
Patches
Plain Diff
A few more minor changes. Also add a section on WINSUPPORT to the
defs-example file.
parent
eb7f50a1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
defs-example
+13
-1
13 additions, 1 deletion
defs-example
doc/setup-ops.txt
+7
-5
7 additions, 5 deletions
doc/setup-ops.txt
doc/setup.txt
+3
-1
3 additions, 1 deletion
doc/setup.txt
with
23 additions
and
7 deletions
defs-example
+
13
−
1
View file @
62d784f1
...
@@ -160,6 +160,19 @@ DHCPD_DYNRANGE="155.98.36.200 155.98.36.249"
...
@@ -160,6 +160,19 @@ DHCPD_DYNRANGE="155.98.36.200 155.98.36.249"
#
#
NAMED_FORWARDERS="1.1.1.1 1.1.2.1"
NAMED_FORWARDERS="1.1.1.1 1.1.2.1"
#
# Windows support. Turn this on if you think you might want to use windows
# XP images on your experimental nodes. Note though, that Utah cannot
# provide those images to you (because of obvious licensing issues), so it
# will be up to you to generate an XP image yourself and install the
# Emulab client side that enables XP to work inside your testbed. Turning
# Windows support will install and enable Samba on your ops node, so there
# are firewall issues to be aware of (you want to block the appropriate ports
# so that your ops samba server can be accessed from *only* your control
# subnet!).
#
WINSUPPORT=0
#
#
# You shouldn't have to change anything below this point
# You shouldn't have to change anything below this point
#
#
...
@@ -172,7 +185,6 @@ SFSSUPPORT=0
...
@@ -172,7 +185,6 @@ SFSSUPPORT=0
DISABLE_NSE=1
DISABLE_NSE=1
FRISEBEEMCASTADDR="234.5.6"
FRISEBEEMCASTADDR="234.5.6"
FRISEBEEMCASTPORT=3564
FRISEBEEMCASTPORT=3564
WINSUPPORT=0
# Sometimes the main page is down in a directory on WWWHOST
# Sometimes the main page is down in a directory on WWWHOST
# No trailing '/'!
# No trailing '/'!
...
...
This diff is collapsed.
Click to expand it.
doc/setup-ops.txt
+
7
−
5
View file @
62d784f1
...
@@ -92,13 +92,15 @@ install any packages yourself.
...
@@ -92,13 +92,15 @@ install any packages yourself.
##### Step 2 - Unpacking and running configure
##### Step 2 - Unpacking and running configure
At this point, you'll need to make a 'defs' file - see setup.txt for
At this point, you'll need to make a 'defs' file - You will use the same
instructions for doing so. You'll use the same defs file on boss and ops.
defs file on boss and ops. See defs-example in the top level directory
You will use the --with-TBDEFS option to configure to give it the path to
as a starting point. You want to make sure each of the variables has a
your defs file.
definition that makes sense in your environment. Feel free to ask Utah if
something is not clear.
Unpack the testbed source, and run it's configure script. A good place to
Unpack the testbed source, and run it's configure script. A good place to
unpack the source code is /usr/testbed/src/testbed:
unpack the source code is /usr/testbed/src/testbed. You will use the
--with-TBDEFS option to configure to give it the path to your defs file:
mkdir -p /usr/testbed/src/testbed
mkdir -p /usr/testbed/src/testbed
mkdir -p /usr/testbed/obj/testbed
mkdir -p /usr/testbed/obj/testbed
...
...
This diff is collapsed.
Click to expand it.
doc/setup.txt
+
3
−
1
View file @
62d784f1
...
@@ -116,7 +116,9 @@ template. It contains comments explaining the important variables to set.
...
@@ -116,7 +116,9 @@ template. It contains comments explaining the important variables to set.
##### Step 3 - Configuring an object tree
##### Step 3 - Configuring an object tree
This works the same as it did on ops:
This works the same as it did on ops. Remember, you have to use the same
defs file on boss that you used on ops!
cd /usr/testbed/obj/testbed
cd /usr/testbed/obj/testbed
/usr/testbed/src/testbed/configure \
/usr/testbed/src/testbed/configure \
...
...
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