SetMountPathProperties

Description

Set mount path allocation policy.

Usage

Command to set one mountpath property of a library: qoperation execscript -sn SetMountPathProperties -si library_name -si device_name -si option -si optionvalue

Command to set all mountpath properties of a library: qoperation execscript -sn SetMountPathProperties -si library_name -si -si option -si optionvalue

Command to Enable/Disable one mountpath of a library: qoperation execscript -sn SetMountPathProperties -si library_name -si device_name -si enableMountPath -si ( 1 - To Enable, 0 - To Disable)

Command to Enable/Disable all mountpaths of a library: qoperation execscript -sn SetMountPathProperties -si library_name -si -si enableMountPath -si (1 - To Enable, 0 - To Disable)

Command to set writers for one mountpath of a library: qoperation execscript -sn SetMountPathProperties -si library_name -si device_name -si writers -si num_writers

Command to set writers for all mountpath of a library: qoperation execscript -sn SetMountPathProperties -si library_name -si -si writers -si num_writers

Command to set use unbufferedIO for one mountpath of a library: qoperation execscript -sn SetMountPathProperties -si library_name -si device_name -si useunbuffio -si ( 1 - To Enable, 0 - To Disable)

Command to set use unbufferedIO for all mountpaths of a library: qoperation execscript -sn SetMountPathProperties -si library_name -si -si useunbuffio -si (1 - To Enable, 0 - To Disable)

Command to set mountPath permanently offline for one mountpath of a library: qoperation execscript -sn SetMountPathProperties -si library_name -si device_name -si setOfflineReason -si 'MountPathPermanentlyLost'

Command to set mountPath permanently offline for all mountpaths of a library: qoperation execscript -sn SetMountPathProperties -si library_name -si -si setOfflineReason -si 'MountPathPermanentlyLost'

Command to set "reserve space" for one mountpath of a library: qoperation execscript -sn SetMountPathProperties -si library_name -si device_name -si reservespace -si reserve_space_in_MB

Command to set "reserve space" for all mountpath of a library: qoperation execscript -sn SetMountPathProperties -si library_name -si -si reservespace -si reserve_space_in_MB

Command to set "Do not Consume more than ##GB" space for one mountpath of a library: qoperation execscript -sn SetMountPathProperties -si library_name -si device_name -si doNotConsumeMoreThanGB -si space_in_GB

Command to set "Do not Consume more than ##GB" space for all mountpath of a library: qoperation execscript -sn SetMountPathProperties -si library_name -si -si doNotConsumeMoreThanGB -si space_in_GB

num_writers = 0: Disable Mount Path for Write

num_writers = 1000: Maximum Allowed Writer

num_writers = 1 to 999: Number of writers to set

reserve_space_in_MB = 2147483647: Maximum allowed reserve space in MB

reserve_space_in_MB = 2048: Minumun allowed reserve space in MB

doNotConsumeMoreThanGB = 2097151: Maximum allowed Do not Consume more than space in GB

doNotConsumeMoreThanGB = 2: Minumun allowed Do not Consume more than space in GB

Details

  • Scope: All
  • Platform: CommServe (Database: CommServ)
  • Release: 11.0.0

Disclaimer of Warranties

CommVault provides software tools and utilities on an "as is" basis, as a courtesy and convenience to its users, and they may be changed from time to time without notice. These tools and utilities are provided without express, implied, or statutory warranties of any kind. You assume full risk and responsibility for the selection, possession, performance and proper installation and use of the software tools and utilities, and for verifying the results obtained there from. Your use of CommVault software tools and utilities indicates your unconditional acceptance of the above disclaimer.

Loading...