Specifications
© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
143
Command Reference
mode = 2 ping specified url
mode = 3 send specified report
Examples:
1. Configure a report to send PMID message #3, to remote server on UDP port 7002.
Set universal watchdog into mode 3, which will use report 1 to generate ping activity.
cmd repremip 1 209.121.68.211
cmd repremport 1 7002
cmd reptype 1 0 3
cmd repaddmes 3
cmd univwd 3 1
cmd save
A cmd save is required for this command to take effect.
See also: messages, repdelmes, repemail, replocport, repremip, repremport, repsms, reptype
return to list of commands
univwdtimer [n] [p]
Sets the timer value (in seconds) for the universal watchdog timer.
n = 1 to 65535 seconds watchdog timer interval
p = 1 to 60 seconds watchdog ping interval, valid for univwd modes = 2 and 3
A cmd save is required for this command to take effect.
return to list of commands
upgradefw imagefile.tar url username passwd
Remote upgrade of the CTM-15X firmware (kernel and root filesystem images).
The command requires 5 parameters when accessing an FTP server, 3 parameters when accessing an
HTTP server, or 3 parameters when accessing scripts locally.
imagefile.tar the name of the file containing the firmware image
url can be localhost, or the address of the FTP or HTTP server, can also be an IP address, prefixed by ftp://
or http:// respectively; if no prefix is specified (eg. cypress.bc.ca) then ftp:// is used.
username username to access FTP server (ignored when url is prefixed by http:// or url is localhost)
passwd password to access FTP server (ignored when url is prefixed by http:// or url is localhost)