- 13 Aug, 2002 1 commit
-
-
Leigh B. Stoller authored
-
- 01 Aug, 2002 1 commit
-
-
Mac Newbold authored
Fix state/op_mode fields in nodes table to be varchar(20) like the rest, and add next_mode. Also add isup as an osfeature. Soon it will get set to true for each OS that sends its own isup notifications.
-
- 31 Jul, 2002 1 commit
-
-
Mac Newbold authored
-
- 26 Jul, 2002 1 commit
-
-
Leigh B. Stoller authored
solution to account management problem on remote nodes. num_pcplab int(11) default '0', num_ron int(11) default '0', pcremote_ok set('pcplab','pcron') default NULL,
-
- 25 Jul, 2002 1 commit
-
-
Mac Newbold authored
Add mode_transitions table, and add data that gets filled into state_transitions and mode_transitions.
-
- 12 Jul, 2002 1 commit
-
-
Mac Newbold authored
-
- 11 Jul, 2002 1 commit
-
-
Leigh B. Stoller authored
Add logfile_open flag to be used with spewlogfile to determine when a logfile is active.
-
- 01 Jul, 2002 3 commits
-
-
Robert Ricci authored
REPLACE statements will work correctly. Also, remove the few INSERT statements, which will shortly be in a new file.
-
Robert Ricci authored
commands to fill a few tables that should be common across most sites, so that this data can be distributed to them. The simple single-column table exported_tables controls which tables are output.
-
Robert Ricci authored
information about which inter-switch links VLANs use, so that snmpit does not have to re-calculate these paths.
-
- 19 Jun, 2002 1 commit
-
-
Robert Ricci authored
indicating when the image was last updated. This gets updated by create_image . The hope is that it will give us some idea of which revision of our standard images custom images are based off of.
-
- 18 Jun, 2002 4 commits
-
-
Mac Newbold authored
Add idle_ignore column to db. Makes idlecheck completely ignore it when looking for idle expts. Unswappable expts still get checked and possibly harassed if they go idle.
-
Robert Ricci authored
defaults for other fields.
-
Robert Ricci authored
want to report switch activity since a certain time (say, experiment swapin.)
-
Mac Newbold authored
and last_swap_req) track the count and last time a request was sent. The counters all get reset by idlecheck every time it runs unless it detects you as inactive. Then when you go to send a swap request, it will show you the info about how many have been sent and when the last one was, and will let you know if the swap request will also go to the proj leader if you send it. When you send the request, the email mentions how many reminders you've been sent already, and only gets cc'd to proj head on the third message (or more). Then it updates the count and the timestamp of the last request sent.
-
- 17 Jun, 2002 1 commit
-
-
Leigh B. Stoller authored
create images from/for each node type. I'm gonna use this in the newimage forms to control the list of node types.
-
- 14 Jun, 2002 1 commit
-
-
Leigh B. Stoller authored
a temp measure. See tmcd.c and node_update for usage of this variable.
-
- 13 Jun, 2002 1 commit
-
-
Leigh B. Stoller authored
user changes his personal info. This is intended to act as a serial number when nodes ask for account info, but is also useful for auditing.
-
- 12 Jun, 2002 1 commit
-
-
Leigh B. Stoller authored
node status.
-
- 07 Jun, 2002 1 commit
-
-
Leigh B. Stoller authored
-
- 05 Jun, 2002 2 commits
-
-
Robert Ricci authored
-
Leigh B. Stoller authored
-
- 04 Jun, 2002 1 commit
-
-
Leigh B. Stoller authored
-
- 31 May, 2002 2 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
with tb-set-wasolver-weights.
-
- 30 May, 2002 2 commits
-
-
Mac Newbold authored
Add indexes by mac to interfaces and iface_counters, and node_id index to the latter as well. Speeds up idlecheck from 10-15 seconds to 1-2 seconds.
-
Robert Ricci authored
period over which the data was collected.
-
- 24 May, 2002 1 commit
-
-
Leigh B. Stoller authored
detects that at least one of the nodes in the lan includes a remote node. Of course, on links can include remote nodes, but thats okay.
-
- 22 May, 2002 1 commit
-
-
Leigh B. Stoller authored
size. Works nicely!
-
- 20 May, 2002 1 commit
-
-
Robert Ricci authored
longer used.
-
- 17 May, 2002 2 commits
-
-
Robert Ricci authored
-
Robert Ricci authored
from Dave.
-
- 16 May, 2002 4 commits
-
-
Leigh B. Stoller authored
that subnets are actually unique!
-
Leigh B. Stoller authored
Controls whether we user recent or hysterical widearea_delays data. Defaults to 0.
-
Leigh B. Stoller authored
remote nodes so that we do not overlap between experiments.
-
Robert Ricci authored
version of the data in widearea_delays . Schema for the two are identical. Also cleaned up the schema for both tables, so that they have proper primary keys, etc.
-
- 08 May, 2002 1 commit
-
-
Robert Ricci authored
in the NS file in one of two ways: $ns cost $nodeA $nodeB 2 or $link0 cost 3 (The latter form can also be used for LANs) This information is stored in the database in the cost column of the virt_lans table. It's important to note that cost data is _not_ divided between the two sides of the link, as things like delay and rdelay are. Since there are no physical devices (ie. delay nodes) node that this configuration needs to be split up between, doing so would just be unnecessary work.
-
- 07 May, 2002 2 commits
-
-
Leigh B. Stoller authored
-
Robert Ricci authored
rough estimate of the bandwidth between each pair of nodes, and is in kilobits per second.
-
- 06 May, 2002 1 commit
-
-
Leigh B. Stoller authored
-