Changes between Version 5 and Version 6 of IMInteroperability/SliceWithGIMIAndGEMINI


Ignore:
Timestamp:
07/31/13 17:33:47 (11 years ago)
Author:
koneil@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IMInteroperability/SliceWithGIMIAndGEMINI

    v5 v6  
    22== InstaGENI: ==
    33=== Creation: ===
    4 I started with this [http://groups.geni.net/geni/attachment/wiki/IMInteroperability/SliceWithGIMIAndGEMINI/GIMI5nodeInstaGENInoAM.xml rspec] which was created to use GIMI on InstaGENI. I created a couple slices & used that rspec in Flack with an InstaGENI aggregate. I then added GEMINI extensions through Flack. [http://groups.geni.net/geni/attachment/wiki/IMInteroperability/SliceWithGIMIAndGEMINI/GnGInstaRspec.xml Here] is an example of the final rspec at Utah InstaGENI. Below is the topology created.[[BR]][[BR]]
    5 
     4Start with this [http://groups.geni.net/geni/attachment/wiki/IMInteroperability/SliceWithGIMIAndGEMINI/GIMI5nodeInstaGENInoAM.xml rspec] which was created to use GIMI on InstaGENI. Creat a couple slices & use that rspec in Flack with an InstaGENI aggregate. Then add GEMINI extensions through Flack. [http://groups.geni.net/geni/attachment/wiki/IMInteroperability/SliceWithGIMIAndGEMINI/GnGInstaRspec.xml Here] is an example of the final rspec at Utah InstaGENI. Below is the topology created.[[BR]][[BR]]
    65[[Image(GnGInstTopology.png, 50%)]]
    76[[BR]][[BR]]
    87
    98=== GEMINI: ===
    10 I was able to initialize and instrumentize slices via the GENI Desktop and gdesktop scripts. These slices were able to use all the GENI Desktop features.[[BR]][[BR]]
     9There are two ways to initialize and instrumentize slices: through the GENI Desktop or using the gdesktop scripts. [[BR]][[BR]]
     10'''GENI Desktop:'''  Access the GENI Desktop at the following link: [http://genidesktop.netlab.uky.edu/].
     11Login to the GENI Desktop using a supported clearinghouse. The GENI Desktop will direct you to your login page. Once you return to the GENI Desktop you will need to give your passphrase that you set when created your SSH key pair. [[BR]]
     12[[Image(GENIDesktopLogin.png, 20%)]]  [[Image(GENIDesktopLogin2.png, 30%)]]  [[Image(GENIDesktopLoginSSHPass.png, 24%)]] [[BR]][[BR]]
     13From the GENI Desktop you will be able to see your slices and their status. Click on the slice it want to initialize and the process will begin. [[BR]]
     14[[Image(GENIDesktopPickSlice.png, 60%)]] [[BR]] [[BR]] [[Image(GENIDesktopInitialize.png, 40%)]]
     15[[BR]][[BR]]
     16Once your slice has been instrumentized, click on the instrument to instrumentize your slice.[[BR]]
     17[[Image(GENIDesktopClickInstrument.png, 30%)]] [[BR]]
     18Instrumentation will take some time. When it is complete a blue bar will appear at the top of your screen that you must click to reload your slice.
     19[[BR]][[Image(GENIDesktopInstrumentized.png, 70%)]] [[BR]]
    1120
    12 [[Image(GnGSliceOnGENIDesktop.png, 70%)]][[BR]]
     21'''Gdesktop Scripts:'''
     22On the GEC 17 tutorial VM, the gdesktop scripts are located at the following directory: ~/GEC17Tutorials/GEMINI/UW/geminiv2/. To run these scripts switch to this directory using the following command in the VM.
     23{{{
     24cd ~/GEC17Tutorials/GEMINI/UW/geminiv2/
     25}}}
     26To check the status of your slice, use the following command. In this example “GEMINIandGIMI” is the name of the slice and “~/Download/geni-keleigh.pem” is the location of my ssh key.
     27{{{
     28./gdesktop-opstatus-new.py -n GEMINIandGIMI -f ~/Downloads/geni-keleigh.pem
     29}}}
     30Initialize your slice using the following command, replacing my slice name and ssh key location with yours.
     31{{{
     32./gdesktop-init.py -n GEMINIandGIMI -f ~/Downloads/geni-keleigh.pem
     33}}}
     34
     35Instrumentize your slice by using the following command, replacing my slice name and sshkey location with yours.
     36{{{
     37./gdesktop-instrumentize.py -n GEMINIandGIMI -f ~/Downloads/geni-keleigh.pem
     38}}}
     39[[BR]]
     40'''GENI Desktop features''' [[BR]]
     41[[Image(GnGSliceOnGENIDesktop.png, 70%)]][[BR]][[BR]][[BR]][[BR]]
    1342
    1443=== GIMI: ===