Changes between Version 27 and Version 28 of Old/Robot/robothandbook


Ignore:
Timestamp:
Aug 30, 2007, 5:40:21 PM (17 years ago)
Author:
vamsi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Robot/robothandbook

    v27 v28  
    157157
    158158
    159 
    160 
    161 
    162 
    163 
    164 
    165 
     159= Using the Grid =
     160
     161 * Making a reservation: Go to orbit-lab.org and click scheduler.  Login using your orbit account and click on any          desired empty timeblocks. Follow the instructions and the approval email will be sent if no conficts arise.
     162
     163 * At the reserved time, SSH in to the grid:
     164
     165{{{
     166$ ssh username@console.grid.obit-lab.org
     167[login]
     168}}}
     169
     170 * Imaging Nodes (as of 9/30/07)
     171Note: This step takes a time (10-20 mins)
     172{{{
     173$ imageNodes4 [''x'',''y''] baseline-2.3.ndz
     174[for more detailed instructions refere orbit lab FAQ]
     175}}}
     176
     177 * Turn them on
     178{{{
     179$ tellnode on [''x'',''y'']
     180[for more detailed instructions refere orbit lab FAQ]
     181}}}
     182
     183 * Setting a node to be an Access Point
     184{{{
     185$ ssh root@node''x'',''y''
     186[ssh into node]
     187$ wlanconfig ath0 destroy
     188$ wlanconfig ath0 create wlandev wifi0 wlanmode ap
     189$ iwconfig ath0 essid ''desired essid''
     190$ iwconfig ath0 up
     191}}}
     192
     193
     194
     195
     196
     197
     198
     199
     200
     201