HP StorageWorks Storage Mirroring scripting guide (T2558-96074, February 2008)

13 - 12
Get Local
Help
Limit Bandwidth
Command GETLOCAL
Description Requests the value of a Storage Mirroring program setting from the local machine
Syntax
GETLOCAL <option>
Options option—See the table Storage Mirroring Server Settings on page 12-2 for a complete list of the
Storage Mirroring program settings
Examples
getlocal netport
getlocal VerifyLogName
getlocal DefaultAddress
Command HELP
Description Displays the Storage Mirroring DTCL commands and their syntax
Syntax
HELP
Notes Press any key to scroll through the list of commands.
Press q to exit the help function.
You can also type dtcl help from the directory where the Storage Mirroring program files are
installed to display the Storage Mirroring DTCL commands and their syntax.
Command LIMIT BANDWIDTH
Description Sets a fixed bandwidth limitation for transmitting data from the source to the target
Syntax
LIMIT BANDWIDTH <bytes>, <seconds> TO <target>
Options
bytes—Number of bytes to be transmitted
seconds—Maximum number of seconds to wait before transmitting again
target—Name of the target, an IP address on the target, or a virtual IP address. Depending on the
network route Storage Mirroring uses to access the target, you may need to specify the fully
qualified domain name.
Examples
limit bandwidth 19300 5 to beta
Notes This command transmits in bursts, not bytes per seconds. The time identifies how long to wait
before transmitting again. For example, if 5 seconds are specified and it only takes 2 seconds to
send the specified bytes, Storage Mirroring will wait an additional 3 seconds before transmitting
again.
Target names that contain non-alphanumeric characters must be enclosed in quotation marks.