Changes between Version 9 and Version 10 of GIR3.2_MeasuramentSystems


Ignore:
Timestamp:
11/03/11 11:03:14 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_MeasuramentSystems

    v9 v10  
    2525= Measurement System How-to =
    2626 
    27 Using the GIMS [http://gims.wail.wisc.edu/docs/Setup_For_GIMS.txt steps] defined for setting up a user account and workstation.  Executed the following:
     27Using an existing slice that includes slice resources based on the following v2.0 rspec:
    2828{{{
    29  $ sudo apt-get install python-m2crypto
     29<?xml version="1.0" encoding="UTF-8"?>
     30<rspec type="request" xmlns="http://www.protogeni.net/resources/rspec/2" xmlns:emulab="http://www.protogeni.net/resources/rspec/e
     31xt/emulab/1"
     32xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.protogeni.net/resources/rspec/2 http://www.p
     33rotogeni.net/
     34resources/rspec/2/request.xsd http://www.protogeni.net/resources/rspec/ext/emulab/1 http://www.protogeni.net/resources/rspec/ext/
     35emulab/1/ptop
     36_extension.xsd">
     37  <node virtual_id="geni1"
     38   component_manager_uuid="urn:publicid:IDN+gims.wail.wisc.edu+authority+cm"
     39   component_uuid="urn:publicid:IDN+gims.wail.wisc.edu+node+pc1"
     40        virtualization_type="emulab-vnode">
     41    <config_name value="GENIWithSSH"> </config_name>
     42    <location_name value="msn"> </location_name>
     43    <device_name value="gims-sensor-01"> </device_name>
     44  </node>
     45  <node virtual_id="geni2"
     46   component_manager_uuid="urn:publicid:IDN+gims.wail.wisc.edu+authority+cm"
     47   component_uuid="urn:publicid:IDN+gims.wail.wisc.edu+node+pc2"
     48        virtualization_type="emulab-vnode">
     49    <config_name value="GENIWithSSH"> </config_name>
     50    <location_name value="msn"> </location_name>
     51    <device_name value="gims-sensor-02"> </device_name>
     52  </node>
     53</rspec>
    3054}}}
    3155
    32 Downloaded and unpackedthe ProtoGeni Test Scripts:
    33 {{{
    34 $ wget http://www.emulab.net/downloads/protogeni-tests.tar.gz
    35 $ tar xvzf protogeni-tests.tar.gz
    36 }}}