CM5000 User Manual
UM-CM5000-FW3.5.2.0-REV0.0
2019-07-08
www.ateme.com
Page 106
wget --post-file=$FILE \
--header 'Content-Disposition: attachment; filename=license.lic' \
http://$HOST/simple-rpc/system/setLicense
B.2.1.3. License download
Download the license file:
wget --content-disposition http://$HOST/simple-rpc/system/getLicense
B.2.1.4. Export system settings
Export the system settings to the archive $FILE:
#Export all settings:
wget -O $FILE http://$HOST/simple-rpc/system/export
#Export specific settings (e.g. channel and remuxer and assets):
wget -O $FILE http://$HOST/simple-rpc/system/export?settings=channel,remuxer,assets
Table B.1. Export settings keywords
Keyword
Description
channel
Channels current configurations and all slots
remuxer
Remuxer current configuration and all slots
name
System name
time
System time configuration
network
Network configuration
vlan
VLAN configuration
route
route configuration
vpn
VPN configuration
automation
Automation configuration
assets
Assets files
alarms
Alarms configuration
snmp
SNMP configuration
statmux
Statmux configuration
redundancy
Redundancy configuration
modulator
Modulator configuration
Note
The archive exported either with the web GUI or with simple-rpc are compatible.