HPlogo Using the Node Management Services (NMS) Utilities > Chapter 5 Using NMMGR in Maintenance Mode

COMPRESSCONF

MPE documents

Complete PDF
Table of Contents
Index

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.)




CARDCONF


CONTINUE