Changes between Version 17 and Version 18 of GENIRacksInteroperability


Ignore:
Timestamp:
07/03/12 15:59:22 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksInteroperability

    v17 v18  
    146146Determine which ExoGENI VMs have been assigned to you:
    147147{{{
    148  $ omny.py listrsources interop -a exobbn interop-2vm-shared-vlan-exo-bbn.rspec
    149  $ omny.py createsliver interop -a exorci interop-2vm-shared-vlan-exo-rci.rspec
     148 $ omny.py listrsources interop -a exobbn -o
     149 $ omny.py listresources interop -a exorci -o
    150150}}}
    151151Determine which InstaGENI Utah rack VMs have been assigned to you:
    152152{{{
    153  $ omny.py createsliver interop -a ig interop-2vm-shared-vlan-insta-utah.rspec
     153 $ omny.py sliverstatus interop -a ig -o
    154154
    155155}}}
    156156Determine which PG Utah site VM was associated with VLAN 1750:
    157157{{{
    158  $ omny.py createsliver interop -a pg interop-1vm-shared-vlan-pg.rspec
     158 $ omny.py sliverstatus interop -a pg -o
    159159}}}
    160 Determine which hosts have been assigned to you for each of sites:
     160Determine which hosts have been assigned to you for each of the meso-scale sites:
    161161{{{
    162  $ omny.py createsliver interop -a pg2 --api-version 2 -T GENI 3 interop-wapg-rutgers.rspec
    163  $ omny.py createsliver interop -a plc-bbn interop-myplc-bbn.rspec
    164  $ omny.py createsliver interop -a plc-clemson interop-myplc-clemson.rspec
     162 $ omny.py sliverstatus interop -a pg2 --api-version 2 -T GENI 3 -o
     163 $ omny.py sliverstatus interop -a plc-bbn -o
     164 $ omny.py sliverstatus interop -a plc-clemson -o
     165}}}
     166
     167The output files created by the listresources and sliverstatus commands in this section include a "hostname" for each allocated compute resource. Additionally for the PG and InstaGENI VMs there is a port number required to connect.
     168
     169Using information determined from  the listresources and sliverstatus commands was able to login into each compute resource and exchange traffic between all Meso-scale, InstaGENI and ExoGENI compute resources, including the campus resources which were pass through the racks OF Switch.
     170
     171
     172