ITNMDataExport.pl
This script exports Network Manager configuration data. You can then import this data into a new Network Manager system when migrating to that new system.
Running the script
Ensure the NCHOME environment variable is set on the system.
To run the script, use a command line similar to the following:
perl $NCHOME/precision/scripts/upgrade/ITNMDataExport.pl -export -from 4.1.1
Command-line options
The following table describes the command-line options for the script.
| Command-line option | Description |
|---|---|
| -export | Mandatory. Exports configuration data. |
| -from |
Mandatory. Specifies which version of Network Manager the data is being exported from. Allowable values are version numbers in the format v.r.m (version.release.modification), separated by dots and without a leading letter V. For example:
|
| -help | Optional. Displays usage information. |