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.

Table 1. ITNMDataExport.pl command-line options
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:

  • 4.2.0
  • 4.1.1
  • 4.1.0
  • 3.9.0
-help Optional. Displays usage information.