If you see devices timing out (in MediaManager.log file) and jobs failing as a result, you may want to adjust the timeout value for SCSI commands to these devices.
The SCSI timeout values may only apply to the SCSI commands associated to the library. The following are the SCSI timeout registry values that are available on Windows:
HKEY_LOCAL_MACHINE\SOFTWARE\CommVault Systems\Galaxy\Instance<xxx>\ScsiTimeouts
INITIALIZE_ELEMENT_STATUS *600*
INITIALIZE_ELEMENT_STATUS_WITH_RANGE *600*
INQUIRY *30*
MOVE_MEDIUM *1500*
READ_ELEMENT_STATUS *600*
Tape drives by default are accessed using native drivers on AIX, Solaris, HP-UX, Linux and Tru64. Native drivers do not offer a way to customize SCSI timeouts. However, it is possible to enable pass-through mechanism from the CommCell Console by disabling the Use Native device driver for data transfer for tape media option in the MediaAgent Properties.
Once this is done pass through SCSI timeouts can be customized by modifying the following registry values:
/etc/CommVaultRegistry/Galaxy/Instance<xxx>/ScsiTimeouts
.internal.unique_id 1124467005_16773_40966_392845154
DEFAULT *120*
ERASE *18000*
INITIALIZE_ELEMENT_STATUS *600*
INITIALIZE_ELEMENT_STATUS_WITH_RANGE *600*
LOAD *900*
MOVE_MEDIUM *1500*
READ *900*
READ_ELEMENT_STATUS *600*
RESERVE *1200*
REWIND *1800*
SEEK_BLOCK *900*
SPACE *900*
WRITE *900*
WRITE_FILEMARKS *900*
These are the rules that should be observed while making the changes: