Changes between Version 9 and Version 10 of GEC21Agenda/ChoiceNet/terminalsetup


Ignore:
Timestamp:
10/20/14 14:25:54 (10 years ago)
Author:
xinming@umass.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ChoiceNet/terminalsetup

    v9 v10  
    33= Interacting with your slice =
    44
    5 In the next two sections you will be running !ChoiceNet applications in your slice.  In order to do that, you will need to be logged into the two end systems (i.e., non-router) nodes in your topology, namely '''H1''' and '''H2'''.  Please follow the instructions below to open up two terminal windows, one to H1 and one to H2.
     5In the next two sections you will be running !ChoiceNet applications in your slice.  In order to do that, you will need to be logged into the two host (i.e., non-router) nodes in your topology, namely '''H1''' and '''H2'''.  Please follow the instructions below to open up two terminal windows, one to H1 and one to H2.
    66
    77==== Finding the name of the H1 and H2 machines ====
    8 In the terminal window on your global node, use the command
    9 {{{
    10 #!sh
    11 getool -list | grep H1
    12 }}}
    138
    14 ==== Opening a Terminal to H1 ====
    15 Open a terminal to H1 just like you opened a terminal to the global node.  The only difference will be the name of the destination.  In particular, you will use the name you found for H1 above. 
     9Log in to https://portal.geni.net and click Projects -> GEC21-ChoiceNet.
     10
     11In the "Project Slices" section, you will see your slice. Click on the "Details" button, if there is a warning page, click on "Yes".
     12
     13[[Image(screenshot_SDN_05.jpg)]]
     14
     15Scroll through the information until you find the H1 and H2 information, you will find the hostname as noted in the following figure. In this particular example , H1's hostname is '' pcvm3-7.instageni.sox.net '' and H2's hostname is '' pcvm3-8.instageni.sox.net '' (''' this is only an example, your node name will be different ''')
     16
     17[[Image(screenshot_SDN_04.jpg)]]
     18
     19Then we can continue to the next step to open terminals to H1 and H2.
     20
     21==== Opening a Terminal to H1 or H2====
     22Open a terminal to H1 or H2 just like you opened a terminal to the global node.  The only difference will be the name of the destination.  In particular, you will use the name you found for H1 or H2 above. 
    1623 - Make sure you use your GENI username when logging in to the H1 Node.
    1724 - Use the H1 name you found above.
    18  - For ssh users the command will be something like ''ssh -i ~/.ssh/id_geni_ssh_rsa pcvm4-1.instageni.clemson.edu'' ('''this is only an example, your H1 node name will be different''')
    19  - For !BitVise, FireSSH, Git !Bash/Putty, see [wiki:/HowTo/LoginToNodes#Loggingin this page] for instructions.
    20 
    21 ==== Opening a Terminal to H2 ====
    22 Open a terminal to H2 just like you opened a terminal to H1 except use the name you found for H2.
     25 - For ssh users the command will be something like ''' ssh -i ~/.ssh/id_geni_ssh_rsa your_username@pcvm3-7.instageni.sox.net '''
     26 - For !BitVise, FireSSH, Git !Bash, Putty, see [wiki:/HowTo/LoginToNodes#Loggingin this page] for instructions.
    2327
    2428= Logging in to the GENI Desktop (Optional, but Highly Recommended) =