wiki:GENIExperimenter/Tutorials/ClickExample/DesignSetup

Version 10 (modified by nriga@bbn.com, 11 years ago) (diff)

--

Click Example

Hello GENI index Hello GENI index Hello GENI index

1. Obtain Resources

In this step, we are going to setup the experiment. In this tutorial we assume that you are sufficiently comfortable with omni to verify that a listresources command works and to know when your slice is ready using sliverstatus.

  1. Create a slice, where <slicename> is click<initials>:
    omni.py createslice <slicename>
    
  2. Create a sliver :
    omni.py createsliver -a pg-utah <slicename> <rspec_url>
    
  3. Check the status of your sliver
    omni.py sliverstatus -a pg-utah <slicename>
    

Next: Execute