Veritas NetBackup™ Commands Reference Guide
- Introduction
- Appendix A. NetBackup Commands
Name
csconfig throttle — the throttle option for the csconfig command sets and fetches the throttling configuration details from the Cloud Connect server.
SYNOPSIS
[-availablebw available_bandwidth][-cshost server_name][-csport service_port][-force][-interval time][-maxconn max_connections][-offtime start_time,end_time,bandwidth_percentage][-providermaxconn max_connections][-readbw read_bandwidth_percentage][-setdefaults][-sserver storage_server_name][-stype storage_server_type][-weekend start_day,end_day,bandwidth_percentage][-worktime start_time,end_day,bandwidth_percentage][-writebw write bandwidth_percentage]
On UNIX systems, the directory path to this command is /usr/openv/netbackup/bin/admincmd/
On Windows systems, the directory path to this command is install_path\NetBackup\bin\admincmd\
DESCRIPTION
The csconfig command manages the Cloud Connect configuration settings from a remote or a local computer. The throttle option sets and fetches the throttling configuration details from the Cloud Connect server.
Note:
You cannot provide multi-byte or localized format values for any of the csconfig command's throttle options.
OPTIONS
- -availablebw available_bandwidth | -abw
Use this option to specify the amount of bandwidth NetBackup can use for cloud-related activities.
Valid values are positive integers followed by KB or MB (e.g., 200MB). If no units are specified, the value is in bytes.
- -cshost server_name | -n
Use this option to connect a remote machine to a Cloud Connect service.
- -csport service_port | -p
Use this option to specify the port to connect to, if the service runs on a port other than the default port.
- -force | -f
Use this option to force the default values for the throttle parameters.
- -interval time | -i
Use this option to specify the sampling throttle time interval in seconds. The valid value range is 0-86400.
- -maxconn max_connections |-mxc
This option is the default maximum number of connections for each cloud provider.
- -offtime start_time,end_time,bandwidth_percentage | -oft
Use this option to specify the time interval that is considered off time for the cloud connection.
Specify a start time and end time in 24-hour format. For example, 2:00 P.M. is 14:00.
You can indicate how much bandwidth the cloud connection can use in percentage.
The bandwidth percentage value range is 0-100. You can only specify whole numbers for the bandwidth percentage.
- -providermaxconn max_connections | -pmc
Use this option to specify the maximum number of connections for a specific provider.
- -readbw read_bandwidth_percentage | -rbw
Use this option to specify the percentage of total bandwidth that read operations can use. If there is insufficient bandwidth to transmit the specified amount of data within a few minutes, restore or replication failures may occur due to timeouts. Consider the total load of simultaneous jobs on multiple media servers when you calculate the required bandwidth.
The bandwidth percentage value range is 0-100. You can only specify whole numbers for the bandwidth percentage.
- -setdefaults | -def
Use this option to reset all throttling parameters to the default value.
- -sserver storage_server_name |-r
Use this option to specify the name of the storage server.
- -stype storage_server_type | -t
Use this option to specify the type of storage server.
- -weekend start_day,end_day,bandwidth_percentage | -wkd
Use this option to specify the start and stop time for the weekend.
The start day and end day range of values is Monday-Sunday or 1-7.
Note:
You can configure weekdays only in English and in the US calendar format (mmddyy).
You can indicate how much bandwidth the cloud connection can use in percentage.
The bandwidth percentage value range is 0-100. You can only specify whole numbers for the bandwidth percentage.
- -worktime start_time,end_time,bandwidth_percentage | -wkt
Use this option to specify the time interval that is considered work time for the cloud connection. Specify a start time and end time in 24-hour format.
The start time and end time range of values is 0-23.
You can indicate how much bandwidth the cloud connection can use in percentage or kilobytes per second. This value determines how much of the available bandwidth is used for cloud operations in this time window.
The bandwidth percentage value range is 0-100. You can only specify whole numbers for the bandwidth percentage.
- -writebw write bandwidth_percentage | -wbw
Use this option to specify the percentage of total bandwidth that write operations can use.
If there is insufficient bandwidth to transmit the specified amount of data within a few minutes, backup failures may occur due to timeouts.
Consider the total load of simultaneous jobs on multiple media servers when you calculate the required bandwidth.
The bandwidth percentage value range is 0-100. You can only specify whole numbers for the bandwidth percentage.
EXAMPLES
Example 1: Get the throttling configuration details.
csconfig throttle Throttling Configuration Details: Read Bandwidth Percent = 100 % Write Bandwidth Percent = 100 % Total Available Bandwidth = 102400 KB/s Default Maximum Connections = 10 Work Time: Start Time = 8 Hrs End Time = 18 Hrs Allocation Bandwidth = 100 % Off Time: Start Time = 18 Hrs End Time = 8 Hrs Allocation Bandwidth = 100 % Weekend: Start Day = 6 (Saturday) End Day = 7 (Sunday) Allocation Bandwidth = 100 % Sampling Interval = 0 Sec
Example 2: Set the read bandwidth to 30% and available bandwidth to 2147483648 Bytes = 2GB.
csconfig throttle -readbw 30 -availablebw 2147483648 -f