- 08 Dec, 2003 2 commits
-
-
Leigh B. Stoller authored
with. Currently 'emulab' or 'plab', defaults to emulab. This will replace the current plab_user bit that Rob added, but I will remove that later.
-
Leigh B. Stoller authored
should start with. Currently 'emulab' or 'plab', defaults to emulab.
-
- 05 Dec, 2003 2 commits
-
-
Robert Ricci authored
to get a list of what types a project is allowed to use.
-
Leigh B. Stoller authored
physical plab nodes.
-
- 03 Dec, 2003 1 commit
-
-
Leigh B. Stoller authored
-
- 02 Dec, 2003 1 commit
-
-
Leigh B. Stoller authored
for various table/columns pairs. Used by php/perl libraries to check data values to make sure they are valid. Note that the intent is not to check whats valid to stick in the DB, but what our conventions regard as valid (exampe: a uid is 2-8 chars, alphanumeric, starts with an alpha).
-
- 25 Nov, 2003 1 commit
-
-
Robert Ricci authored
devel tree, gives the user a special view of the web pages.
-
- 17 Nov, 2003 1 commit
-
-
Leigh B. Stoller authored
for tracking login attacks.
-
- 11 Nov, 2003 2 commits
-
-
Robert Ricci authored
version of the schema.
-
Robert Ricci authored
-
- 30 Oct, 2003 1 commit
-
-
Leigh B. Stoller authored
-
- 29 Oct, 2003 1 commit
-
-
Leigh B. Stoller authored
-
- 28 Oct, 2003 1 commit
-
-
Leigh B. Stoller authored
work; do not run it yet since the rest of the support is not in place.
-
- 26 Oct, 2003 1 commit
-
-
Leigh B. Stoller authored
this directory called initkey.pl to generate them for existing experiments. I will run this script when the rest of the work is done.
-
- 23 Oct, 2003 1 commit
-
-
Mac Newbold authored
-
- 22 Oct, 2003 1 commit
-
-
Robert Ricci authored
information. Rather than pass it all in, which was getting very cumbersome, and inconsistent between Cisco and Intel switches, the modules query the database themselves (via a new function in snmpit_lib.pm). Also in this commit are two new options for switch stacks - the ability to specify minimum and maximum VLAN number to use.
-
- 13 Oct, 2003 1 commit
-
-
Leigh B. Stoller authored
but its nice to have it in the DB too so that we do not have to read that file!
-
- 09 Oct, 2003 1 commit
-
-
Leigh B. Stoller authored
-
- 02 Oct, 2003 2 commits
-
-
Robert Ricci authored
-
Mac Newbold authored
-
- 26 Sep, 2003 3 commits
-
-
Robert Ricci authored
multiple desires for each vnode.
-
Robert Ricci authored
into assign.
-
Leigh B. Stoller authored
-
- 23 Sep, 2003 1 commit
-
-
Leigh B. Stoller authored
server.
-
- 18 Sep, 2003 1 commit
-
-
Robert Ricci authored
entry to database-migrate.sql that I forgot with my last commit.
-
- 15 Sep, 2003 1 commit
-
-
Leigh B. Stoller authored
-
- 12 Sep, 2003 1 commit
-
-
Leigh B. Stoller authored
-
- 11 Sep, 2003 1 commit
-
-
Robert Ricci authored
but it's per node, not per type. Will initially be used to store inforomation about planetlab nodes.
-
- 10 Sep, 2003 1 commit
-
-
Leigh B. Stoller authored
node_types table. This should make it easier to assign last mile types to widearea nodes since a given type can now have as many subtypes as you like. Also add cpu_usage and mem_usage to the experiments table. The user will be able to specify these in the NS file. Currently a tinyint, where the default is zero, which means ignore.
-
- 09 Sep, 2003 2 commits
-
-
Robert Ricci authored
that should be associated with a node when it is put into the ptop file.
-
Leigh B. Stoller authored
as an admin if you go to a users moduserinfo page. I'll be using this to flag accounts frozen due to email problems.
-
- 02 Sep, 2003 1 commit
-
-
Leigh B. Stoller authored
have to change to an int format to save space. I'll probably make some changes to the migrate code later, but I want to get the DB changes checked in.
-
- 25 Aug, 2003 1 commit
-
-
Leigh B. Stoller authored
control_iface join with node_types, since new nodes have more than just expt and ctrl interfaces (ixps). The control_net slot is bogus anyway. Note that 'jail' is a placeholder for later. A 'fake' interface is not to be confused with veth interfaces; it is a psuedo interface like that found between an ixp and the host. alter table interfaces add \ role enum('ctrl', 'expt', 'jail', 'fake', 'other') \ NOT NULL default 'other' after iface;
-
- 22 Aug, 2003 1 commit
-
-
Mac Newbold authored
-
- 07 Aug, 2003 1 commit
-
-
Leigh B. Stoller authored
-
- 04 Aug, 2003 1 commit
-
-
Leigh B. Stoller authored
(soon to be working) sync server. When non-null (set by parser) that node will start a sync server and other nodes will know to use it. Returned by tmcd of course.
-
- 30 Jul, 2003 1 commit
-
-
Leigh B. Stoller authored
not have to wait 3 minutes for it to finish before he can watch his experiment swapin fail for some other reason. I adopted the same pid mechanism as in eventsys_control.in, which uses a slot in the experiments table. Running "prerender" puts the render into the background and stores the pid. Running "prerender -r" kills a running prerender and removes the existing info from the DB. Fixed the problem with swapmod not restoring the old vis; swapmod now kills any running prerender, and restarts one if the swapmod fails (the prerun of the new NS file starts up another prerender in the background). Add setpriority() call in prerender to nice it and children to 15.
-
- 29 Jul, 2003 1 commit
-
-
Robert Ricci authored
doing the boss-install, to remove confusion about a possible circular dependancy.
-
- 28 Jul, 2003 1 commit
-
-
Leigh B. Stoller authored
being used in an experiment (node, virthost, delaynode, simnode). This is for helping to simplify the swapmod code support in assign, and to eventually fix the delaynode problem.
-
- 27 Jul, 2003 1 commit
-
-
Leigh B. Stoller authored
final time, so that we can see how long things take. As per Jay's request.
-