Using the Node Management Services (NMS) Utilities (32022-90053)
Chapter 5 91
Using NMMGR in Maintenance Mode
COMPRESSCONF
COMPRESSCONF
Compresses or expands the current configuration file.
Syntax
COMPRESSCONF numrecs
Parameters
numrecs The number of additional records to be added to or
subtracted from the configuration file. A positive value
causes records to be added and a negative value causes
records to be subtracted. The value must be from
-32768 to 32767. A zero will remove unused records
(compress them down to 0 bytes).
Description
COMPRESSCONF increases or decreases the capacity of the currently
opened configuration file and regains unused but not “free” records.
(You can also compress a configuration file and alter the file’s capacity
using the NMMGR Compress screen in screen mode.)
Example
NMMGR> COMPRESSCONF 500
(Increases the current configuration file by 500 records.)
NMMGR> COMPRESSCONF -500
(Decreases the current configuration file by 500 records.)
NMMGR> COMPRESSCONF 0
(Compresses the current configuration without affecting its size.)