June 30, 2006
Confidential
Document Number BDTM10001-A05 Standard
BelAir100 User Guide
System Settings
These commands save and restore the country of operation, the alarm type
mask and the alarm severity mask to persistent storage. The parameters are
automatically activated the next time the system reboots.
Note: To restore the node parameters, you must be logged in as
root
.
Example 1
/#cd system
/system# save node_config
Example 2
/#cd system
/system# restore node_config
Remote Back Up and
Restore of the
Configuration Database
To provide support for business continuity after a catastrophic event, the
configuration data of a BelAir100 unit can be:
• backed up and saved to a remote server
• restored from a previously backed up copy
You can use either TFTP or FTP to communicate with the remote server. By
default, TFTP is used.
Remote Backup of Configuration Data
To save your configuration data to external storage, you must:
1 Save your current configuration:
config-save
2 Upload the backup copy to a remote server:
config-save backup remoteip <ipaddr> remotefile <name>
[{tftp|ftp [user <usrname> password <pword>]}]]
Both of the previous steps are combined by using the following command:
config-save active remoteip <ipaddr> remotefile <name>
[{tftp|ftp [user <usrname> password <pword>]}]]
For example:
config-save active remoteip 10.1.1.1 remotefile Node100.backup.2.0.0.20_2004_04_12
If you specify FTP, you can also specify the user name and password. The default
FTP user name is
anonymous
and the default FTP password is
root@<nodeip>
,
where <nodeip> is the IP address of node making the request. If you do not
use the default FTP username, the FTP server must be configured to accept
your username and password. Refer to the
BelAir100 System Command Line
Interface Guide
for a complete description of the
config-save
command.