Changes between Version 26 and Version 27 of GIR3.2_GushProto


Ignore:
Timestamp:
10/17/11 16:24:38 (13 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_GushProto

    v26 v27  
    140140}}}
    141141
     142== How-to handle-geni.py command ==
     143The  helper-scripts/handle-geni.py command can be useful in debugging gush, and in determining how to connect to a host.  For example in the above PG Gush example, one can connect to each of the hosts in the slice lnevers02. The ''connect'' command argument was based on the results for the following:
     144{{{
     145$ helper-scripts/handle-geni.py -f pg -a https://www.emulab.net/protogeni/xmlrpc/am sliverstatus lnevers02
     146INFO:omni:Loading config file omni_config
     147INFO:omni:Using control framework pg
     148INFO:omni:Sliver at https://www.emulab.net/protogeni/xmlrpc/am:
     149<?xml version="1.0"?>
     150<gush>
     151        <slice name="lnevers02">
     152                <expires>2011-10-17 18:24:37</expires>
     153                <node name="lnevers@pc151.emulab.net"/>
     154                <node name="lnevers@pc96.emulab.net"/>
     155        </slice>
     156</gush>
     157}}}
     158The quoted value of "node name" is used to connect to a host when running GUSH.
     159
    142160== Nebula How-to with PlanetLab ==
    143161The GUSH tools includes a GUI named Nebula with is part of the gush repository, but must be compiled separately at this time.  Once compiled, attempts to start the Nebula client initially failed with a java exception, which was due to missing files,  an updated to revision 160 resolved this issue. The Nebula client is invoked as follows: