Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
SA Bandwidth Configuration Management tool
SA BCM is not supported SA Cores/Satellites running Solaris or Red Hat Enterprise Linux 3 x86.
The BCM tool requires that your firewall allows SA network traffic on ports 3001 and 8086. If you plan to use the BCM tool administrative interface, port 8089 must also be open.
This section describes using the BCM tool to create bandwidth management configurations. These configuration can then be automatically synchronized across peer gateways.
Only administrative users who have root access to the gateway host can perform Gateway configuration push operation with the BCM tool.
Although the BCM tool is installed with a default configuration file:/etc/opt/opsware/gateway_name/BWT.conf
You should not modify that file directly. Make a copy of the file and edit it to suit your configuration. You can then push the modified configuration file to all the gateway(s) in the realm using the gwctl –f
command. See Invoking the Bandwidth Management Configuration tool.
Specified bandwidth configurations are saved to a configuration file. The following is an example of a typical Gateway configuration file:
enabled
# Branch offices have only 3M bytes per sec connections, SA should never use
# more than 512K bytes per sec.
queue branch_office bandwidth 512KB
# Branch offices A and B (non standard addresses)
class 192.168.1.[1-5,10-15,20,30] for branch_office
# Other branch offices
class 192.168.2.0/24 for branch_office
- Invoking the Bandwidth Management Configuration tool
- Enabling or disabling remote connection bandwidth management
- Bandwidth configuration grammar
Invoking the Bandwidth Management Configuration tool
You invoke the BCM tool as a command line tool.
On the Satellite whose SA Agent configuration you want to manage, use the following commands:
gwctl: [OPTIONS] ...
Option |
Description |
---|---|
|
Display usage. |
|
When specified with -l. lists the agent gateway proxy port (default 3001). When specified with other options (such |
|
List all the gateways in this realm. |
|
Configuration file. |
|
Verify configuration file and exit; Do not push it to the gateways. Note This option is used only with the |
|
Display the checksum of the configuration file. Note This option is used only with the |
|
Enable bandwidth throttling for this realm. |
|
Disable bandwidth throttling for this realm. |
|
Request the configuration from the given gateway. |
|
Request the configuration signatures from the given gateway. |
|
Display all messages. |
The following are example commands.
To list the gateways in the realm:
gwctl -l
To specify a different agent gateway port:
gwctl --port 2003 -l
To verify the configuration file only:
gwctl -f myconf.conf -v
To push the configuration file to all Agent Gateways in the realm (including localhost):
gwctl -f mytconf.conf
Enabling or disabling remote connection bandwidth management
You must enable or disable remote connection bandwidth management in one of two ways:
- By pushing a bandwidth configuration file containing the
enabled
ordisabled
keyword as the first entry in the file. Each configuration file must containenabled
ordisabled
as first line in the file, indicating the status of bandwidth throttling. - From the command line using
gwctl –e
to enable bandwidth management orgwctl –d
to disable bandwidth management. The bandwidth management state of enabled or disabled persists in the bandwidth management configuration file with no version upgrade.
Bandwidth configuration grammar
The Context Free Grammar (CFG) of Bandwidth Configuration in EBNF format:
config : ((queue | class | version | config_source | config_user | disabled |
comment)? '\n')\*
queue : 'queue' queue_name 'bandwidth' d_number bandwidth_spec
('rtt' d_number)? ('parent' queue_name 'borrow')?
queue_name : "[a-zA-Z0-9_]+"
class : 'class' pattern (',' pattern)* 'for' queue_name
pattern : ipv4 | ipv4_cidr
ipv4 : ipv4_address_pattern_element ('.' ipv4_address_pattern_element)@1:3
ipv4_cidr : d_number ('.' d_number)@1:3 '/' d_number
ipv4_address_pattern_element : single_number | range | range_class | wildcard range_class : '[' (number ('-' number)? ',')+ ']'
wildcard : '*'
range : '[' number '-' number ']'
single_number : d_number
number : d_number
d_number : "[0-9]+"
x_number : "[a-fA-F0-9]+"
bandwidth_spec : "[GMK]?[bB]"
config_source : 'config-source' ':' "[a-zA-Z0-9.:\-]+"
config_user : 'config-user' ':' "[a-zA-Z0-9_!@#$%^&*();.`~\-\\]+"
disabled : 'disabled'
comment : '#' "[^\n]*"
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to hpe_sa_docs@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: