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
15cf3b87
Commit
15cf3b87
authored
May 12, 2004
by
Mike Hibler
Browse files
Update example of adding a new node_type
parent
c6da2132
Changes
1
Show whitespace changes
Inline
Side-by-side
doc/adding_nodes.txt
View file @
15cf3b87
This file documents the process of adding a new node to the testbed.
A. Information about the node
...
...
@@ -35,9 +34,9 @@ B. If the node is of a new type
Example:
insert into node_types
(class,type,proc,speed,RAM,HD,max_
cards,max_port
s,osid,control_net,imageid,imageable,delay_capacity,control_iface,disktype,delay_osid,pxe_boot_path)
(class,type,proc,speed,RAM,HD,max_
interface
s,osid,control_net,imageid,imageable,delay_capacity,
virtnode_capacity,
control_iface,disktype,delay_osid,
jail_osid,
pxe_boot_path)
values
("pc","pc2000","P4",2000,512,20.0,5,
1,
"RHL-STD",0,"
UTAHPC-FBSD47+LINUX71
",1,2,"eth0","ad","FBSD-STD","boss.emulab.net:/tftpboot/pxeboot");
("pc","pc2000","P4",2000,512,20.0,5,"RHL-STD",0,"
emulab-ops-FBSD47+RHL73-STD
",1,2,
10,
"eth0","ad","FBSD-STD","
FBSD-STD","
boss.emulab.net:/tftpboot/pxeboot");
2. There are several scripts that limit searches to certain classes.
If the new type you have added does not have class "pc", you may need
...
...
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