Changes between Version 17 and Version 18 of GEC11VMSetup


Ignore:
Timestamp:
07/14/11 08:04:40 (13 years ago)
Author:
jeannie@cs.williams.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC11VMSetup

    v17 v18  
    128128}}}
    129129
    130 During the tutorial, I will have attendees start by logging into one of the guest accounts, and then copying the tarball to their home directory.  The following steps are run as the guest users in their home directories:
     130During the tutorial, attendees will start by logging into one of the guest accounts, and then copying the tarball to their home directory.  The following steps are run as the guest users in their home directories:
    131131{{{
    132132bash
     
    143143}}}
    144144
    145 Users will also have to create/modify directory.xml and omni_config, but I plan to cover that during my tutorial. 
     145Users will also have to create/modify directory.xml and omni_config.  Here are samples for guest31:
     146
     147directory.xml
     148{{{
     149<?xml version="1.0" encoding="UTF-8"?>
     150<gush>
     151    <resource_manager type="geni-plc">
     152      <port_map slice="gec11_slice31" port="61500"/>
     153    </resource_manager>
     154
     155    <resource_manager type="geni-pg" cf="plc">
     156      <port_map slice="guest31-pg" port="61600"/>
     157    </resource_manager>
     158</gush>
     159}}}
     160
     161omni_config:
     162{{{
     163[omni]
     164users = guest31
     165
     166[plc]
     167type=sfa
     168authority=plc.gec11
     169user=plc.gec11.guest31
     170cert=~/.sfi/plc.gec11.guest31.gid
     171key=~/.sfi/guest31.pkey
     172registry=http://www.planet-lab.org:12345
     173slicemgr=http://www.planet-lab.org:12347
     174
     175[guest31]
     176urn=urn:publicid:IDN+plc:gec11+user+guest31
     177keys=~/.ssh/id_rsa.pub
     178}}}
    146179
    147180= Installing !NetServ =