Changes between Version 16 and Version 17 of Hardware/jCM/dCM3/dUsage


Ignore:
Timestamp:
Oct 18, 2011, 5:17:17 PM (13 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Hardware/jCM/dCM3/dUsage

    v16 v17  
    2121UDP is the primary way to control the node, and is always running in the software. UDP is used to communicate between the CMC and the CM, each command from the CMC has a ACK (in software) to signify that the command was received and processed. UDP allows for the powering on, off, and reset of the node, as well as a reset command to the CM and enabling and disabling the update feature.
    2222
     23=== Command line access ===
     24
     25Base on telnet to port 8023 (also used for Lantronix access). You can find more about implemented commands with "?" e.g.:
     26{{{
     27telnet 10.1.224.1 8023
     28Trying 10.1.224.1...
     29Connected to cons1-1.outdoor.orbit-lab.org.
     30Escape character is '^]'.
     31>ena
     32(enable)#cm
     33(cm)#?
     34clrscrn                                 exit
     35power off <hard | soft>                 power on
     36reset cm                                reset node
     37show cm                                 show history
     38show node                               write
     39}}}
     40
     41==== Command line commands ====
     42
     43 || '''''Node related commands''''' ||
     44 || power on || Power the node on ||
     45 || power off hard || Power the node off ||
     46 || power off soft || Issue shutdown through the console interface ||
     47 || reset node || Reset the node ||
     48 || show node || ||
     49 || '''''CM related commands''''' ||
     50 || reset cm || ||
     51 || show cm || ||
     52 || show history || ||
     53 || write || ||
     54 || clrscrn  || Clears the screen ||
     55 || exit || Exit the CM command line mode ||
     56
     57{{{
     58(cm)#show cm
     59Code Version: 3.1.0
     60MAC address:  00:20:4a:94:e3:64
     61IP address:   10.1.224.1
     62}}}
     63
     64{{{
     65(cm)#show node
     66Node state:         On
     67Registered:       TRUE
     68System Temperature: 22
     6912V Reading:        12.000
     705V Reading:         4.992
     713V Reading:         3.302
     72Node Type:          Outdoor node
     73Coordinates:        [0,1]
     74(cm)#
     75}}}
     76
    2377=== Serial to Telnet tunnel ===
    2478 
     79Telnet to IP address of CM and you will get access to serial console of the node.