Changes between Version 13 and Version 14 of Tutorials/g0WmLTE/Tutorial0


Ignore:
Timestamp:
Jul 3, 2012, 4:07:52 PM (12 years ago)
Author:
jeffrabi
Comment:

Finishing Touches

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial0

    v13 v14  
    1010This tutorial requires only basic knowledge of Unix commands, SSH, WiMAX, and ORBIT.
    1111----
     12
     13= Experiment: Successfully Image and Ping Nodes =
    1214
    1315== Getting Started ==
     
    6365
    6466[[Image(pxe1.png)]]
     67
    6568[[Image(pxe2.png)]]
    6669
     
    7780
    7881If you receive an error message like the one below, it may mean that your node is off after the imaging process. If so, you should turn it on.
     82
    7983[[Image(failconnect.png)]]
    8084
     
    125129----
    126130
     131== Repeat for Other Nodes ==
     132
     133For the sake of brevity, we will not repeat the previous process at length for the other nodes. However, we will give sample instructions for node 4, and elaborate on some general rules.
     134
     135{{{
     136ssh root@node1-4 # will take to another screen
     137lsmod | grep i2400
     138modprobe i2400m_usb # only if needed
     139wimaxcu ron
     140wimaxcu connect network 51
     141ifconfig wmx0 10.41.14.4 netmask 255.255.0.0 up
     142}}}
     143
     144=== ''ifconfig'' Recommended Settings ===
     145
     146For most of the sandboxes on ORBIT, the rule of thumb for assigning IP addresses is:
     147{{{
     14810.41.1X.Y
     149}}}
     150Where 10.41 is the hostname, X is the sandbox number, and Y is the node number.
     151
     152----
     153
    127154== Testing Connection ==
    128155