TMF Management Programming Manual (H06.05+)

Error and Warning Messages
HP NonStop TMF Management Programming Manual540140-002
7-32
Errors
336 ZTMF-ERR-ATCANTDELETECURRVOL
This error is returned from an ALTER AUDITTRAIL command if one of the
ZTMF-TKN-DELACTIVEVOLUME tokens specifies the volume which holds
the current audit-trail file.
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. In order to
delete the volume, the trail must have more than one active volume configured
and a NEXT AUDITTRAIL command will need to be issued to move the current
file to the next volume.
337 ZTMF-ERR-ATCANTDELETENEXTVOL
This error is returned from an ALTER AUDITTRAIL command if one of the
ZTMF-TKN-DELACTIVEVOLUME tokens specifies the volume which holds
the “next” audit-trail file.
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. This could
occur if the current file is almost full and the TMF subsystem has prepared the
next audit-trail file on the offending volume. In order to delete the volume, the
trail must have more than one active volume configured and two NEXT
AUDITTRAIL commands will need to be issued so that the volume no longer
holds the current or next file.
338 ZTMF-ERR-ATVOLHASINVALIDFILES
This error is returned by the ADD and ALTER AUDITTRAIL command if one
of the volumes specified as an active, overflow, or restore volume contains files
in its ZTMFAT subvolume which are not audit-trail files. The ZTMFAT
subvolume must be clear of all files except audit-trail files.
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. It will have a value of ZTMF-VAL-
ACTIVEVOL, ZTMF-VAL-OVERFLOWVOL, or ZTMF-VAL-RESTOREVOL.
339 ZTMF-ERR-ATDOESNOTEXIST
This error is returned for any of the AUDITTRAIL commands if one of the
values for ZTMF-TKN-AUDITTRAILID does not exist in the configuration.
No error list is included in the response.