Changes between Version 23 and Version 24 of GENIExperimenter/Tutorials/SystematicExprCaseStudy/InstallSoftware


Ignore:
Timestamp:
05/06/16 16:50:32 (8 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/SystematicExprCaseStudy/InstallSoftware

    v23 v24  
    204204[[Image(GENIExperimenter/Tutorials/SystematicExprCaseStudy/InstallSoftware:ImageURN.jpg, 60%)]]
    205205
    206  * Scroll down to the bottom of the Add Resources panel and click on ''' '' Reserve Resources'' '''.
     206 * Scroll down to the bottom of the Add Resources panel and click on the ''' '' Reserve Resources'' ''' button.
     207 * Go back to the Slice panel to moniror polling of the resource, which will take place every 5 seconds until the resource is ready.
    207208 
    208209Once the VM is ready to login, we can verify the XORP installation.
    209210
    210211{{{
    211 xuanliu@xen:$ cd /usr/local/xorp/sbin
    212 xuanliu@xen:/usr/local/xorp/sbin$ ls
     212lnevers@node-0:~$ cd /usr/local/xorp/sbin/
     213lnevers@node-0:/usr/local/xorp/sbin$ ls
    213214bgp_xrl_shell_funcs.sh  fea_xrl_shell_funcs.sh  xorp_profiler  xorpsh
    214215call_xrl                rib_xrl_shell_funcs.sh  xorp_rtrmgr
     216lnevers@node-0:/usr/local/xorp/sbin$
    215217}}}
    216218
    217219= 5. Cleanup the Slice =
    218220
    219 After verify the `XORP` installation, we can cleanup the slice for next step.
    220 
    221  * Use Omni
    222 {{{
    223 $ omni.py -a <aggregate name> deletesliver <slicename>
    224 }}}
    225 
    226  * Use Flack
    227   * Press the ''' ''Delete'' ''' button in the bottom of your canvas.
    228   * Select ''' ''Delete at used manager'' ''' and ''' ''confirm'' ''' your selection.
    229 
     221After verifying the `XORP` installation, you can release the Xen VM resource in the ''' ''Slices'' ''' panel:
     222
     223[[Image(GENIExperimenter/Tutorials/SystematicExprCaseStudy/InstallSoftware:DeleteSliver.jpg,60%)]]
     224
     225If you are using Omni:
     226{{{
     227 $ omni.py -a <aggregate name> deletesliver <slicename>
     228}}}
     229 
    230230
    231231