Previous Topic: (MIC) DUMP ICMF Command-Create Dump of ICMFNext Topic: (MIC) GCMINIT Statement-Set GCMF Initialization Statements


(MIC) FREECONS Command-Deallocate Target Consoles

The FREECONS command allows you to deallocate target consoles allocated to the current CA MIC address space. Consoles can be allocated to the CA MIC target console pool dynamically (using SETOPT MAXCONS), directly (using GCMINIT CONSLIST), or exclusively (using LINK TGTCONS). The MINCONS value establishes the minimum number of consoles CA MIC retains should you issue a FREECONS MINCONS command.

Scope: Local

This command has the following format:

FREECONS {ALL | MINCONS | CONSLIST | console}
ALL

Deallocates all consoles from the pool, regardless of the allocation method used.

MINCONS

Deallocates consoles allocated to the pool dynamically, except for the minimum number set by the SETOPTION MINCONS command.

CONSLIST

Deallocates all consoles allocated to the pool directly using the GCMINIT CONSLIST statement.

console

Specifies the name of a console that you want to deallocate from the pool, regardless of the allocation method that was used to assign it.

Usage Notes: FREECONS Command

Examples: FREECONS Command