Changes between Version 2 and Version 3 of Internal/EmulabInEmulab


Ignore:
Timestamp:
Jul 2, 2015 12:47:20 AM (9 years ago)
Author:
sklower
Comment:

One bug got fixed (nodes now get autoloaded with the default OS on build); and the bug with power cycling nodes is moot

Legend:

Unmodified
Added
Removed
Modified
  • Internal/EmulabInEmulab

    v2 v3  
    6565You 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
    6666
    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 inside
    6867
    69 The partition table starts out empty, so you need to do a sched_reload of all the nodes from the inside boss.
     68There is still a bug that ought to be fixed - eventually - that used to cause some nodes in an e-in-e to not
     69get properly os-loaded.
    7070
    71 I agree that I should fix the build scripts to do this, and it probably needs to be the outside boss elabinelab script.
     71If a node is sufficiently dicombobulated that the inside boss can't ssh to it, nor send it a ping-of-death,
     72as would happen if it started by being powered off for energy savings by the outside boss,
     73the 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.
    7274
    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.
     75The 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}}}.
    7476
    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}}}]
     77However, Keith says that all of the pc's that used to use serial power controllers are either unracked
     78or in hwdead (pc114, pc133) so that this is not currently an issue.  It might be if they get revived for an
     79education cluster.
    7680
    7781== How It Works, and Exercising a New Version ==