| 1 | = Description = |
| 2 | = Operation = |
| 3 | disable:: |
| 4 | /usr/testbed/sbin/wap /usr/testbed/sbin/ctlsep_setup uninstall |
| 5 | enable:: |
| 6 | /usr/testbed/sbin/wap /usr/testbed/sbin/ctlsep_setup preinstall |
| 7 | |
| 8 | /usr/testbed/sbin/wap /usr/testbed/sbin/ctlsep_setup install |
| 9 | |
| 10 | comments:: |
| 11 | When running uninstall the first thing it does is to move all control interfaces |
| 12 | in all swapped in experiments to the common CONTROL vlan which takes under 20 seconds. |
| 13 | Experimenters should be able to ssh to their nodes, which should have normal NFS |
| 14 | connectivity to the server users.isi.deterlab.net |
| 15 | |
| 16 | It then performs some mop up operations which disable the traffic interfaces for |
| 17 | both the ISI and Berkeley taggers, and removes all the other per-experiment control |
| 18 | vlans. The act of untagging the output traffic interface for each tagger is a snmpit |
| 19 | corner case which will produce some diagnostics, but it actually does the correct thing |
| 20 | and by that point should be irrelevant to the historic operation of the testbed. |
| 21 | |
| 22 | The entire cleanup operation should take less than 3 minutes. |
| 23 | |
| 24 | To enable control net separation, both commands are required. |
| 25 | The separation process requires about 12 seconds for a normal swapped in experiment |
| 26 | (independent of the number of the nodes in the experiment!) and will take about 30 seconds for a firewalled experiment. |
| 27 | The site variable swap/lockout is set, and must be reset manually after the operator |
| 28 | verifies that it seems safe for users to be able to swap in/out experiments. |