rmdg - Remove drive groups

Purpose

Remove DRIVEGROUP 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 DRIVEGROUP objects are removed or no objects if the removal encounters an error.

Syntax

rmdg drivegroup_name [...]

Parameters

drivegroup_name [...]
Specifies the drivegroup to be removed. Multiple name must be separated with a blank character between each ID.

Results

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

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

Examples

rmdg LTODrives

Related commands