Changes between Version 17 and Version 18 of IMInteroperability/SliceWithGIMIAndGEMINI


Ignore:
Timestamp:
08/02/13 11:47:04 (11 years ago)
Author:
koneil@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IMInteroperability/SliceWithGIMIAndGEMINI

    v17 v18  
    8989== Creation ==
    9090Use this [http://groups.geni.net/geni/attachment/wiki/IMInteroperability/SliceWithGIMIAndGEMINI/GIMI_GEC17wGN.xml rspec] to create ExoGENI slices in Flack that had both GIMI and GEMINI. Below is the topology created.[[BR]][[BR]]
    91 
    9291[[Image(GnGExoTopology.png, 50%)]]
     92[[BR]][[BR]]
     93'''If you are creating your own topology here are some things to keep in mind:''' [[BR]]
     94For GEMINI, the nodes must be named in a specific way. All global nodes must start with the prefix “GN-” and all other nodes must start with the prefix “MP-”. You will want to use an image from a GEMINI ExoGENI rspec for your global node rather than a GIMI image. On your MP nodes include the following section of code to add a postboot script that deals with host name issues:
     95{{{
     96<services>
     97    <install url="http://emmy9.casa.umass.edu/InstaGENI_Images/install-script-gimi-exo.tar.gz" install_path="/tmp" />
     98    <execute shell="/bin/bash" command="/tmp/postboot_script_exo.sh $sliceName $self.Name()"/>
     99</services>
     100}}}
    93101[[BR]]
    94102
     103
     104
    95105== GEMINI ==
    96 The stable version of the GENI Desktop does not currently handle ExoGENI slices. I used the development version of the GENI Desktop and the gdesktop scripts to initialize & instrumentize the slices. Within the GENI Desktop I could not see graphs or tables. I was able to SSH into the nodes via the GENI Desktop.
     106The stable version of the GENI Desktop does not currently handle ExoGENI slices. I used the development version of the GENI Desktop and the development version of the gdesktop scripts to initialize & instrumentize the slices. Within the GENI Desktop I could not see graphs or tables. I was able to SSH into the nodes via the GENI Desktop.
     107
    97108
    98109== GIMI ==