- 06 May, 2002 2 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
that the caller can establish his virtual identity on the phys node. Eventually need per-vnodeid keys, but not necessary now since only trusted people get to use vrons.
-
- 05 May, 2002 3 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
since we firewall that off, but it clutters the hell out of the exports file and it was bugging me.
-
Leigh B. Stoller authored
-
- 04 May, 2002 1 commit
-
-
Leigh B. Stoller authored
-
- 03 May, 2002 1 commit
-
-
Jay Lepreau authored
by me, and and earlier one from Kristin (td.tex).
-
- 02 May, 2002 14 commits
-
-
Jay Lepreau authored
-
Kirk Webb authored
-
Kirk Webb authored
-
Kirk Webb authored
-
Kirk Webb authored
Also included here is my defs.
-
Mike Hibler authored
-
Leigh B. Stoller authored
-
Mac Newbold authored
-
Kirk Webb authored
-
Kirk Webb authored
-
Mac Newbold authored
-
Leigh B. Stoller authored
-
Mac Newbold authored
-
Robert Ricci authored
-
- 01 May, 2002 4 commits
-
-
Leigh B. Stoller authored
-
Mac Newbold authored
Add idle expts view to experiment list page. Filters based on days idle (default is 2), and adds a column with a button that takes you directly to the confirmation page for sending a swap/terminate request. Very cool, and handy dandy for the Idle Daemon to use. Still doesn't do sorting by last login, because that would require either a monster 15-line SQL query or saving everything into an array, sorting, and then printing, instead of our current 'print in the order you get it from the db' method. Maybe later. Changed TBExpUidLastLogins to return a daysidle value as well.
-
Leigh B. Stoller authored
interface should be configured to. Another possibility (and one we may switch to) is to add the IP to the interfaces table so it gets returned in the normal ifconfig, but thats going to require a number of cascading changes that I do not want to deal with yet.
-
Leigh B. Stoller authored
tunnels need to be created on each node; will be returned as a new tmcd command. Add nodeipportnum table, which is a hacky way to allocate non overlapping port numbers on physical nodes (when multiple virtual nodes are mapped to them). Used in assign_wrapper as a post pass over the trafgens table and the tunnels table. Add target_vname to virt_trafgens table as an aid in post passing.
-
- 30 Apr, 2002 4 commits
-
-
Robert Ricci authored
reported.
-
Robert Ricci authored
the vlans table to determine how much of the trunk bandwidth is currently 'reserved', and subtracts that from the trunk bandwidth reported in the output. This feature is disabled by default. However, you can enable it by putting the line TRACK_INTERSWITCH_BANDWIDTH=1 in your defs file.
-
Leigh B. Stoller authored
the hostnames. Eventually purge the backwards compat code when the virt_trafgens tables has been cleared of older entries (no ip addrs). The perl code on the client side should have no problem with getting IP addrs instead of hostnames (so he says).
-
Leigh B. Stoller authored
to let users set the link, but for now this will cause the table to be populated correctly for tmcd.
-
- 29 Apr, 2002 4 commits
-
-
Leigh B. Stoller authored
allow us to (eventually) use trafgens on nodes with more than one link, but more importantly, solves an immediate problem for ron nodes; a lack of hostname translation.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
on fatal errors, and error codes >= 1 for assign errors. The batch system depends on these error codes to determine if a batch needs to be punted from the system.
-
Leigh B. Stoller authored
active at a time. This avoids the situation where a person enters many batches, and they get scheduled all at once, sucking up every node in the testbed.
-
- 26 Apr, 2002 2 commits
-
-
Leigh B. Stoller authored
trying to start a new one (as in replay).
-
Leigh B. Stoller authored
-
- 25 Apr, 2002 5 commits
-
-
Mike Hibler authored
MODIFY command.
-
Leigh B. Stoller authored
-
Robert Ricci authored
this was the only script still using the old log location.
-
Robert Ricci authored
removed mention of them from the boss setup documentation. Note that this means we no longer tell people to /var/log/testbed to /usr/testbed/log, since the former is deprecated.
-
Robert Ricci authored
-