rmcg - Remove cartridge groups

Purpose

Remove CARTRIDGEGROUP objects from the TSLM database. If there are existing references to an object, TSLM prevents its deletion in order to maintain a consistent database. The remove operation is transactional which means that either all specified CARTRIDGEGROUP objects are removed or no objects if the removal encounters an error.

Syntax

rmcg cartridgegroup_name [...]

Parameters

cartridgegroup_name [...]
Specifies the cartridgegroup to be removed. Multiple names must be separated with a blank character between each name.

Results

Beyond the general error code, the following command-specific error codes are returned:

  • EMM1610E - if a cartridgegroup could not be deleted because of existing references.
  • EMM1604E - in case one or more cartridgegroup specified could not be found.

Examples

rmcg ScratchPool

Related commands