Changes between Version 6 and Version 7 of GIR3.2_GushProto


Ignore:
Timestamp:
10/14/11 09:36:58 (13 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_GushProto

    v6 v7  
    5151}}}
    5252
    53 Attempts to start the GUSH server failed with Planet Lab resources results in the gush process crashing. Waiting on response from Jeannie Albrecht.
     53First evaluated !PlanetLab features.  Using the following configuration files:
     54
     55''directory.xml:''
     56{{{
     57<?xml version="1.0" encoding="UTF-8"?>
     58<gush>
     59    <resource_manager type="geni-plc">
     60      <port_map slice="bbn_gusheval" port="61414"/>
     61    </resource_manager>
     62</gush>
     63}}}
     64
     65''omni_config:''
     66{{{
     67[omni]
     68users = lnevers
     69
     70[plc]
     71type=sfa
     72authority=plc.bbn
     73user=plc.bbn.lnevers
     74cert=~/.gcf/plc.bbn.lnevers.gid
     75key=~/.gcf/lnevers.pkey
     76registry=http://www.planet-lab.org:12345
     77slicemgr=http://www.planet-lab.org:12347
     78
     79[lnevers]
     80urn = urn:publicid:IDN+emulab.net+user+lnevers
     81keys=~/.ssh/id_rsa.pub
     82}}}
     83Started the gush tool:
    5484{{{
    5585 $ ./gush -P 15555
    56  Segmentation fault
     86 gush> Gush has learned about the slice bbn_gusheval.
     87
    5788}}}
    5889
    59 Attempts to start the GUSH server with Protogeni resources fails. Waiting on response from Jeannie. Albrecht:
    60 {{{
    61 $  ./gush -P 15555
    62 gush> Gush has learned about the slice lnevers.
    63 An error occurred when updating information on the slice/user lnevers.
    64 }}}
     90PG attempt here...
    6591
    6692Attempts to start the Nebula client failed with a java exception. Waiting on Response from Jeannie Albrecht.