Configuration of the Update Server 195
KIRK Wireless Server 600v3 Installation and Configuration Guide
determines whether the DECT radio code PCS04fd was already installed. If this is not the
case, the current DECT radio code is downloaded from the address 192.168.0.10/firm/
ccfp1200.bin, the UPDATE/BMC internal variable is overwritten with PCS04fd and,
finally, the device is reset as soon at it is not being actively used.
13.5.6 SCFG Command
mod cmd UP0 scfg <url> [<final-command> <save-serial> [ /force <hours> ]]
This will cause the device to upload its current configuration to <url>. This will be done
using an HTTP PUT command. <url> must be writable thus. Within <url>, some meta
character strings are replaced as follows:
Sequence Replaces Example
#F kernel build number 08-12345
#B boot code build number 401
#H hardware build 102
#h Device hardware number P1200-03-0d-f0
#m MAC address of the device 00-90-33-03-0d-f0
#d Current date and time 20051010-170130
#bn rolling backup index 3
#i (one of) the local ip-address(es) 192.168.0.1
The rolling backup index loops over 0 .. n-1 for each backup.
Beginning with V7.00 the optional Parameters <final-command>, <save-serial> and /
force <hours> will be recognized.
<final-command> defines the command to be executed after successful completion of
scfg (typically no-op is used).
<save-serial> is compared to the UPDATE/SCFG variable. If it is not equal, the
command is started. If it is equal and /force is not specified the command is skipped,
otherwise /force is evaluated.
/force <hours> specifies the number of hours after which scfg is executed again even if
<save-serial> has not changed.
mod cmd UP0 scfg http://192.168.0.10/configs/saved/#h#b5.txt no-op WEEKLY /force 168
will save the device configuration once per week with a backlog of 5 weeks.