nmGuiImport
Use this script to import customized GUI data from a previous version of Network Manager.
Running the script
To run the script, go to the location on the target server where you extracted the ExportPackageGUI.tar file, change to the scripts directory at that location, and use a command line similar to the following:nmGuiImport -u smadmin -p password [ -f path_to_zip_file ] [ -d $JazzSM_Home ]
[ –n $NMGUI_HOME ]Command-line options
The following table describes the command-line options for the nmGuiImport script.
| Command-line option | Description |
|---|---|
| -u | The Jazz for Service Management administrative user name (smadmin by default). If no value is provided, then the script prompts for a value. |
| -p password | Password for the Jazz for Service Management administrator user. If no value is provided, then the script prompts for a value. |
| -f path_to_zip_file | The path to the data.zip export file that contains the GUI data. If this option is not specified, the value in the $NMGUI_HOME/integration/plugins/ITNM_42.properties file is used. |
| -d $JazzSM_Home | $JazzSM_HOME is the location of the Jazz for Service Management installation to be migrated. For example: /opt/IBM/JazzSM. If no value is provided, the script uses the location set by the environment variable. If the environment variable is not set, the script prompts for a value. |
| -n $NMGUI_HOME | The location of the Network Manager GUI components. By default, this location is /opt/IBM/netcool/gui/precision_gui. If no value is provided, the script prompts for a value. |