Changes between Version 34 and Version 35 of GIMIv1.1Tutorial/Slice


Ignore:
Timestamp:
10/16/12 14:43:21 (12 years ago)
Author:
Cong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIMIv1.1Tutorial/Slice

    v34 v35  
    179179}}}
    180180
    181 
    182 
     181=== B.2.3 Register slice and node names (create Pubsub nodes) ===
     182
     183In order to enable the communication between testbed nodes and XMPP server, pubsub nodes must be created before experiments can be run.
     184
     185Run following command on your local machine:
     186{{{
     187#!html
     188<span style="color:red">Don't forget to replace gimiXX with your current userID.
     189</span>
     190}}}
     191
     192{{{
     193omf_create_psnode-5.4 emmy9.casa.umass.edu mkslice gimiXX nodeA nodeB nodeC nodeD nodeE
     194}}}
     195
     196You only need to create pubsub node once for each new slice name.
    183197
    184198----