Tivoli Storage Manager for HP-UX Administrator's Guide
The format of the Volume Query Request is:
QUERY libraryname volume
where:
- libraryname
- Specifies the name of the EXTERNAL library as defined to TSM.
- volume
- Specifies the volume name to be queried.
Format of the external program response:
QUERY libraryname volume COMPLETE, STATUS=statusValue, RESULT=resultCode
where:
- libraryname
- Specifies the name of the EXTERNAL library as defined to TSM.
- volume
- Specifies the volume name queried.
- resultCode
- One of the following:
- SUCCESS
- LIBRARY_ERROR
- VOLUME_UNKNOWN
- VOLUME_UNAVAILABLE
- CANCELLED
- TIMED_OUT
- INTERNAL_ERROR
If resultCode is not SUCCESS, the exit must return
statusValue set to UNDEFINED. If resultCode is
SUCCESS, STATUS must be one of the following values:
- IN_LIBRARY
- NOT_IN_LIBRARY
IN_LIBRARY means that the volume is currently in the library and
available to be mounted.
NOT_IN_LIBRARY means that the volume is not currently in the
library.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]