TMF Management Programming Manual (H06.05+)

Error and Warning Messages
HP NonStop TMF Management Programming Manual540140-002
7-31
Errors
332 ZTMF-ERR-TOOMANYATVOLS
This error is returned from ADD and ALTER AUDITTRAIL commands if the
command would result in more than 16 volumes being configured as a given
type, either active, overflow, or restore.
An error list is included in the response with ZTMF-TKN-VOLUMENAME
specifying the first offending volume and ZTMF-TKN-ATVOLUMETYPE
specifying the volume type for which too many volumes would be configured if
the command completed. This can have the values ZTMF-VAL-ACTIVEVOL,
-OVERFLOWVOL, or -RESTOREVOL.
333 ZTMF-ERR-ACTIVEATVOLISDATAVOL
This error is returned from an ALTER AUDITTRAIL command if one of the
volumes being added as an active volume is already configured as a data
volume.
An error list is included in the response with ZTMF-TKN-VOLUMENAME
specifying the offending volume name and ZTMF-TKN-ATVOLUMETYPE
specifying the volume type, which is ZTMF-VAL-ACTIVEVOL.
334 ZTMF-ERR-ATVOLNOTCONFIGASTYPE
This error is returned from an ALTER AUDITTRAIL command if one of the
volumes being specified for deletion is not configured as the specified type.
An error list is included in the response with ZTMF-TKN-VOLUMENAME
specifying the offending volume name and ZTMF-TKN-ATVOLUMETYPE
specifying the offending volume type. This can have the values ZTMF-VAL-
ACTIVEVOL, ZTMF-VAL-OVERFLOWVOL, or ZTMF-VAL-RESTOREVOL.
335 ZTMF-ERR-DATAVOLSVCNOTSTARTED
This error is returned from an ALTER AUDITTRAIL command containing a
ZTMF-TKN-ADDACTIVEVOLUME token if the TMF subsystem had not
yet started sufficiently be able to process the request.
An error list is included in the response with ZTMF-TKN-VOLUMENAME
specifying the supplied volume name and ZTMF-TKN-ATVOLUMETYPE
specifying the value ZTMF-VAL-ACTIVEVOL.