User Guide

5-10 Preliminary Draft Ampex 1308904-X4
Model No.
Running Head
acl_audit_library ACL Application Programmer’s Guide
$RETRY_ON_RESET
Specifies that the ACL management utilities perform one retry automatically when a failure is
caused by a SCSI Bus Device Reset of the ACL. When $RETRY_ON_RESET is not set, an
ACL management utility will perform a retry automatically only if the -retry_on_reset option
is specified on the command line.
EXIT STATUS
The ACL management utilities use the following exit status codes:
0 Operation successful.
nonzero Operation failed.
EXAMPLES
1. Print the contents of all the drives in the ACL.
acl_audit_library -stdout "%locname %barcode" | grep DR
For an 8XX ACL, the above example might produce output like this:
DR0 000025
DR1 000403
DR2 000027
DR3 000318
2. Print a one-line list of every location name and barcode ID.
acl_audit_library -stdout "%locname:%barcode " -n ; echo ""
For a 2XX or 4XX ACL, the above example might produce output like this:
CHS:- DR01:+ A01:+ A02:- A03:+ A04:001234 A05:010235 A06:+ A07:+
SEE ALSO
acl_intro(1), acl_audit_element(1), aclAuditLibrary(3)
DST/DIS Automated Cartridge Library Application Programming Interface (libacl)
Programmers Guide