Changes between Version 2 and Version 3 of Internal/EmulabInEmulab
- Timestamp:
- Jul 2, 2015 12:47:20 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/EmulabInEmulab
v2 v3 65 65 You can use firefox with the foxyproxy extension to interact with the web server on the inside as described in: https://trac.deterlab.net/wiki/ElabElabSshProxy 66 66 67 Even if this all works, there's some stuff that need to be done manually before you can swap an experiment in on the inside68 67 69 The partition table starts out empty, so you need to do a sched_reload of all the nodes from the inside boss. 68 There is still a bug that ought to be fixed - eventually - that used to cause some nodes in an e-in-e to not 69 get properly os-loaded. 70 70 71 I agree that I should fix the build scripts to do this, and it probably needs to be the outside boss elabinelab script. 71 If a node is sufficiently dicombobulated that the inside boss can't ssh to it, nor send it a ping-of-death, 72 as would happen if it started by being powered off for energy savings by the outside boss, 73 the inside boss requests the outside boss to power cycle them, which, in the case of nodes using the older serial-controlled RPC power controllers failed because the power cycle command won't work if it is already off. 72 74 73 Another bug that needs to be fixed is that in order to get the nodes on the inside to reload, the inside boss request the outside boss to power cycle them, which, in the case of nodes using the older serial-controlled RPC power controllers fails because the power cycle command won't work if it is already off.75 The bug is that power cycle on this controllers should always work, and this needs to be fixed in {{{boss.isi:/usr/testbed/lib/power_rpc27}}}. 74 76 75 [the bug is that power cycle on this controllers should always work and this needs to be fixed in {{{boss.isi:/usr/testbed/lib/power_rpc27}}}] 77 However, Keith says that all of the pc's that used to use serial power controllers are either unracked 78 or in hwdead (pc114, pc133) so that this is not currently an issue. It might be if they get revived for an 79 education cluster. 76 80 77 81 == How It Works, and Exercising a New Version ==