Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
32b5bf6a
Commit
32b5bf6a
authored
Jan 18, 2002
by
Leigh B. Stoller
Browse files
Add instructions create tbadmin group.
parent
935fc8bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/setup-ops.txt
View file @
32b5bf6a
...
...
@@ -8,6 +8,13 @@
First of all, the machine should be configured correctly for the network it is
on, have the root password set, etc.
It is best to add the following group before creating the following
directories. Basically, testbed software should be in the tbadmin
group. Run this command as root.
pw groupadd tbadmin -g 99
The following directories will need to exist on partitions that have enough
space to hold them:
...
...
doc/setup.txt
View file @
32b5bf6a
...
...
@@ -51,8 +51,14 @@ http://www.algorithmic-solutions.com/as_html/products/products.html
##### Step 3 - Testbed tree configuration/installation
Configure the testbed tree. For example, I have the testbed source in ~/testbed,
and use the ~/tbobj directory to do my builds in.
It is best to add the following group before creating the following
directories. Basically, testbed software should be in the tbadmin
group. Run this command as root.
pw groupadd tbadmin -g 99
Configure the testbed tree. For example, I have the testbed source in
~/testbed, and use the ~/tbobj directory to do my builds in.
cd ~/tbobj
~/testbed/configure
...
...
@@ -193,7 +199,7 @@ in /etc/rc.conf. Check out the ntpd man page for configuration information.
You may want a program to allow administrator-types to run stuff easily as root.
Here at Utah, we have two: su1 (developed locally) and sudo (installed from
FreeBSD ports) - don't forget to get it set up! Our strategy on boss was to
give everyone in the weel group unrestricted sudo access with:
give everyone in the w
h
eel group unrestricted sudo access with:
%wheel ALL=(ALL) NOPASSWD: ALL
checkpass - in the testbed software:
...
...
Write
Preview
Supports
Markdown
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