= GIMI & GEMINI on one InstaGENI slice = == Creation: == Start 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]] [[Image(GnGInstTopology.png, 50%)]] [[BR]][[BR]] == GEMINI: == There are two ways to initialize and instrumentize slices: through the GENI Desktop or using the gdesktop scripts. [[BR]][[BR]] === GENI Desktop: === Access the GENI Desktop at the following link: [http://genidesktop.netlab.uky.edu/]. Login 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]] [[Image(GENIDesktopLogin.png, 20%)]] [[Image(GENIDesktopLogin2.png, 30%)]] [[Image(GENIDesktopLoginSSHPass.png, 24%)]] [[BR]][[BR]] From 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]] [[Image(GENIDesktopPickSlice.png, 60%)]] [[BR]] [[BR]] [[Image(GENIDesktopInitialize.png, 40%)]] [[BR]][[BR]] Once your slice has been instrumentized, click on the instrument to instrumentize your slice.[[BR]] [[Image(GENIDesktopClickInstrument.png, 30%)]] [[BR]] Instrumentation 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. [[BR]][[Image(GENIDesktopInstrumentized.png, 70%)]] [[BR]] === Gdesktop Scripts: === On 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. {{{ cd ~/GEC17Tutorials/GEMINI/UW/geminiv2/ }}} To 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. {{{ ./gdesktop-opstatus-new.py -n GEMINIandGIMI -f ~/Downloads/geni-keleigh.pem }}} Initialize your slice using the following command, replacing my slice name and ssh key location with yours. {{{ ./gdesktop-init.py -n GEMINIandGIMI -f ~/Downloads/geni-keleigh.pem }}} Instrumentize your slice by using the following command, replacing my slice name and sshkey location with yours. {{{ ./gdesktop-instrumentize.py -n GEMINIandGIMI -f ~/Downloads/geni-keleigh.pem }}} [[BR]] When your slice finishes instrumentizing, login to the GENI Desktop and click on your slice there. [[BR]][[BR]] === GENI Desktop features === '''SSH:''' [[BR]]From the GENI Desktop you can SSH into your nodes. Click on the launch icon(which looks like a rocket ship) and select “SSH”. Then click on the node you want to SSH into and select “Open SSH”.[[BR]] [[Image(GENIDeskopSSH.png, 50%)]] [[BR]] You may get a window saying that the site is untrusted. Continue and accept the security certificate. [[BR]] [[Image(GENIDesktopUntrustedSSH.png, 50%)]] [[BR]][[Image(GENIDesktopSSHWindow.png, 80%)]] [[BR]][[BR]] '''Graphs''': [[BR]]To see graphs of the GENI Desktop, click on the launch icon(which looks like a rocket ship) and select “GEMINI Graphs”. You can then select the graphs you would like to appear and the nodes for which you would like to see graphs. [[BR]][[Image(GENIDesktopLaunchGraphs.png, 20%)]] [[BR]][[BR]][[Image(GENIDesktopGraph.png, 80%)]] [[BR]] [[Image(GnGSliceOnGENIDesktop.png, 70%)]][[BR]][[BR]][[BR]][[BR]] == GIMI: == In Labwiki I ran the four experiment template scripts on the slices. I was even able to see changes on the graphs shown by the GENI Desktop while Labwiki was running experiments.[[BR]] [[BR]] [[Image(LabwikiAndGENIDesktop.png, 70%)]][[BR]] = GIMI & GEMINI on one ExoGENI slice = == Creation: == I used 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]] [[Image(GnGExoTopology.png, 50%)]] [[BR]] == GEMINI: == Since 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. == GIMI: == In Labwiki I was able to run the four experiment template scripts on the slices.