Changes between Version 5 and Version 6 of SfaInstallGEC9Demos


Ignore:
Timestamp:
10/15/10 09:47:27 (14 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SfaInstallGEC9Demos

    v5 v6  
    3131
    3232Enter command (u for usual changes, w to save, ? for help) q
     33}}}
     34
     35= Step 0: make necessary modifications to the state of your myplc =
     36
     37This page assumes you are already running a myplc and have nodes attached to it.  However, there are myplc customizations which are needed for SFA beyond what is needed for basic myplc operation.
     38
     39== Step 0A: ensure that the planetlab site containing your nodes is public ==
     40
     41Your planetlab nodes and users are part of one or more local sites on your myplc.  If your nodes belong to a site which is not public, SFA won't share those nodes.  By default, the initial site generated on myplc creation is private, so you will need to make your site public now if you have never done so before.  (Even if you have done it before, this step is harmless.)
     42
     43Use the PLC shell to modify the configuration
     44{{{
     45$ sudo plcsh
     46>>> UpdateSite('<plc_slice_prefix>', {'is_public': True})
     47>>> exit
    3348}}}
    3449