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]] |
| 9 | There 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/]. |
| 11 | 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]] |
| 12 | [[Image(GENIDesktopLogin.png, 20%)]] [[Image(GENIDesktopLogin2.png, 30%)]] [[Image(GENIDesktopLoginSSHPass.png, 24%)]] [[BR]][[BR]] |
| 13 | 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]] |
| 14 | [[Image(GENIDesktopPickSlice.png, 60%)]] [[BR]] [[BR]] [[Image(GENIDesktopInitialize.png, 40%)]] |
| 15 | [[BR]][[BR]] |
| 16 | Once your slice has been instrumentized, click on the instrument to instrumentize your slice.[[BR]] |
| 17 | [[Image(GENIDesktopClickInstrument.png, 30%)]] [[BR]] |
| 18 | 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. |
| 19 | [[BR]][[Image(GENIDesktopInstrumentized.png, 70%)]] [[BR]] |
12 | | [[Image(GnGSliceOnGENIDesktop.png, 70%)]][[BR]] |
| 21 | '''Gdesktop Scripts:''' |
| 22 | 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. |
| 23 | {{{ |
| 24 | cd ~/GEC17Tutorials/GEMINI/UW/geminiv2/ |
| 25 | }}} |
| 26 | 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. |
| 27 | {{{ |
| 28 | ./gdesktop-opstatus-new.py -n GEMINIandGIMI -f ~/Downloads/geni-keleigh.pem |
| 29 | }}} |
| 30 | Initialize 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 | |
| 35 | Instrumentize 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]] |