To update the properties of a Specific Media Agent Usage: qoperation execscript -sn setMediaAgentProperty -si -si -si -si option_num Meaning --------------------------------------------------------------------------------------------------------------------------- 1 Set "Maximum number of parallel data transfer operations" 2 Enable/Disable "Auto Update SCSI ID during live operation" and set "SCSI/SAN device scan interval" 3 Enable/Disable "Mark Drive Inaccessible on error" 4 Enable/Disable "Use of Native Device Driver for data transfer" 5 Enable/Disable "Optimize for concurrent LAN backups" option_num option_value scan_interval_duration(hours) Meaning --------------------------------------------------------------------------------------------------------------------- 1 No of Parallel data N/A Set the transfer operations 2 1 Scan Duration Enable Auto Update SCSI and set 2 0 N/A Disable Auto Update SCSI 3 1 N/A Enable Drive Inaccessible 3 0 N/A Disable Drive Inaccessible 4 1 N/A Enable Use of Native Driver 4 0 N/A Disable Use of Native Driver 5 1 N/A Evable Optimize for concurrent LAN backups 5 0 N/A Disable Optimize for concurrent LAN backups Note: Maximum Number of Parallel data transfer operations for a specified windows/unix/linux Media agent can't exceed 200 and that of Netware can't exceed 75. example: -------- 1) To set the Maximum number of parallel data transfer operations qoperation execscript -sn setMediaAgentProperty -si sample_ma -si 1 -si 100 2) To disable the Auto Update SCSI during live operation qoperation execscript -sn setMediaAgentProperty -si sample_ma -si 2 -si 0 3) To enable the Auto Update SCSI during live operation and set the scan interval period (in hours) qoperation execscript -sn setMediaAgentProperty -si sample_ma -si 2 -si 1 -si 24 4) To enable the drive as inaccessible on error qoperation execscript -sn setMediaAgentProperty -si sample_ma -si 3 -si 1 5) To disable the drive as inaccessible on error qoperation execscript -sn setMediaAgentProperty -si sample_ma -si 3 -si 0 6) To enable Native device Driver for data transfer qoperation execscript -sn setMediaAgentProperty -si sample_ma -si 4 -si 1 7) To disable use of Native device Driver for data transfer qoperation execscript -sn setMediaAgentProperty -si sample_ma -si 4 -si 0 8) To enable Optimize for concurrent LAN backups qoperation execscript -sn setMediaAgentProperty -si sample_ma -si 5 -si 1 9) To disable Optimize for concurrent LAN backups qoperation execscript -sn setMediaAgentProperty -si sample_ma -si 5 -si 0