|
Copying the Digi CM config via scp. Copying the Digi CM config via scp. Copy the whole config from the CM to the host you are on:
- scp -p -r root@CM_IP:/tmp/cnf/* .
This will copy the whole CM config to the directory you are currently in (.).
Copy the whole config to the CM from the host you are on:
- scp –p –r . root@CM_IP:/tmp/cnf
This will copy the whole config from the directory you are in (.) to the CM.
- From the Digi CM command line run 'saveconf' and 'applyconf'.
NOTE: If relavent, make the following changes before running saveconf & applyconf. Copying the whole configuration will copy over the existing IP. If you wish to change
the IP (or any other basic network info), you can do so by editing the 'system.cnf' and
'interfaces' files. If you have a DNS server, you also need to edit 'resolv.conf'. If the firmware version does not match the unit you are copying from, edit the 'version' file. These files all reside in /tmp/cnf.
|