| 1 | = A brief Guide to Node Testing = |
| 2 | |
| 3 | The procedure is different for different generations of nodes. We'll break it up into two classes: |
| 4 | * [#OldrabbitBasedCM Old rabbit Based CM] |
| 5 | * [#NewLantronixBasedCM New Lantronix Based CM] |
| 6 | |
| 7 | == Old rabbit Based CM == #OldrabbitBasedCM |
| 8 | 1. First locate the node4-11 Node ID box, it looks like [[Image(node_id_4-11.jpg)]] |
| 9 | 1. Wire the control, CM, monitor, and keyboard to their respective ports |
| 10 | 1. Connect Power, the led on the top of the box should start flashing |
| 11 | 1. Connect via ssh to console.outdoor.orbit-lab.org |
| 12 | 1. Run |
| 13 | {{{ |
| 14 | ssugrim@console.outdoor:~$ omf-5.2 stat |
| 15 | INFO NodeHandler: init OMF Experiment Controller 5.2.408 |
| 16 | ----------------------------------------------- |
| 17 | INFO Topology: Loading topology 'system:topo:all'. |
| 18 | Testbed : outdoor.orbit-lab.org |
| 19 | . |
| 20 | . |
| 21 | . |
| 22 | Node n_4_10 - State: NODE NOT AVAILABLE |
| 23 | Node n_4_11 - State: POWEROFF |
| 24 | Node n_4_12 - State: NODE NOT AVAILABLE |
| 25 | ----------------------------------------------- |
| 26 | }}} |
| 27 | Note the status of node 4-11. |
| 28 | 1.Check the serial console by telneting to cons4-11 8023 |
| 29 | 1. |
| 30 | == New Lantronix Based CM == #NewLantronixBasedCM |