Managing NerveCenter - Managing the NerveCenter Server - Reconfiguring a NerveCenter Server from the Command Line -
NerveCenter Rules for Managing Serial Numbers      Troubleshooting: Managing the NerveCenter Server

Reconfiguring a NerveCenter Server from the Command Line

An alternative to using the NerveCenter Administrator to configure a NerveCenter Server is to use the utility ImportUtil. Using this utility allows you to reconfigure a setting on more than one NerveCenter Server at a time by changing one file and importing it to all the relevant servers.

 
  To reconfigure a NerveCenter Server from the command line:

  1. Find the file imputil.ini.
  2. Before making any changes, create a backup copy of the file imputil.ini.
  3. Delete all but the relevant sections to be changed.

    All sections in the file are optional. If you remove a section, including the section header and keys, ImportUtil does not change or delete any values in the NerveCenter configuration settings for that key.

    For example, if you are changing a value found only in the section [CONFIG_SERVER], you delete all sections except the section header and the values in the [CONFIG_SERVER] section. ImportUtil will only change the values pertaining to that section.

  4. Within the remaining sections, delete everything but the section headers and the relevant keys.

    Any new values left in imputil.ini will overwrite the old values. To avoid having placeholders overwrite legitimate values, delete any unnecessary keys before running ImportUtil.

    For example, if within the [CONFIG_SERVER] section you only want to change the value of the key InformNCListenPort, delete all but the following:

    [CONFIG_SERVER]

    InformNCListenPort = port

  5. Change the values by replacing the placeholders after the equal sign (=) with valid values.

    Unless otherwise noted, you may not leave the value after a key blank.

    For example, if you want to change the value of the key InformNCListenPort to 6024, change the file to read:

    [CONFIG_SERVER]

    InformNCListenPort = 6024

  6. Save the changed file.
  7. While the NerveCenter Server is running, run the utility ImportUtil from a UNIX shell or a Windows command prompt by typing:

    importutil imputil.ini

NerveCenter notifies you upon successful completion of the reconfiguration.

For more information about each section in imputil.ini, refer to Information About imputil.ini Sections.

Information About imputil.ini Sections

For Information About... Refer to This Book...

CONFIG_PLATFORM

Integrating NerveCenter with a Network Management Platform


CONFIG_PLATFORM_MAPSUBNETS

Integrating NerveCenter with a Network Management Platform


CONFIG_PLATFORM_NETNODENOTIFY

Integrating NerveCenter with a Network Management Platform


CONFIG_SERVER

Managing NerveCenter


CONFIG_SERVER_PATH

Managing NerveCenter


CONFIG_SERVER_PAGER

Managing NerveCenter


CONFIG_SERVER_SNMP

Managing NerveCenter


CONFIG_SERVER_SNMPV3

Managing NerveCenter


CONFIG_SERVER_LOGS

Managing NerveCenter


CONFIG_SERVER_MSMAIL

Managing NerveCenter


CONFIG_SERVER_SMTPMAIL

Managing NerveCenter


IMPORT_MODEL

Designing and Managing Behavior Models


IMPORT_NODE

Designing and Managing Behavior Models



NerveCenter Rules for Managing Serial Numbers Troubleshooting: Managing the NerveCenter Server
29 July 2003