Managing NerveCenter
-
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:
imputil.ini
.Sms
, in the NerveCenter
folder.
/opt/OSInc
.
The file imputil.ini
is made of a number of sections that include a section header and keys.
imputil.ini
after making changes to the file, unless you first make a backup copy.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.
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_PLATFORM_NETNODENOTIFY]
or [CONFIG_PLATFORM_MAPSUBNETS]
, you need to include all values, including old values. ImportUtil deletes values from the NerveCenter configuration settings that are not included in these sections. Please read the comments before each section in this file for more information.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:
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... |
---|---|
NerveCenter Rules for Managing Serial Numbers | Troubleshooting: Managing the NerveCenter Server |
29 July 2003 |