Description
Displays the list of OpenStorage Technology (OST) ost-related options that can be used as a reference when using the DR Series system CLI.
Result
Usage:
ost --show [--config]
[--file_history] [--name <name>]
[--active_files] [--name <name>]
[--clients]
[--limits]
ost --update --opdup_encryption <none | aes128 | aes256>
ost --delete_client --name <OST Client Hostname>
ost --update_client --name <OST Client Hostname>
--mode <auto|passthrough|dedupe>
ost --limit --speed <<num> <KBps|MBps|GBps> | default>
--target <ip address | hostname>
ost --partial_images --containerid <Container id>
[--delete <Partial image path>]
[--timeout <> 0>]
ost --help
ost <command> <command-arguments>
<command> can be one of:
--show Displays command specific information.
--update Updates the OST settings.
--delete_client Deletes the OST client.
--update_client Updates attributes of the OST client.
--limit Limits bandwidth consumed by OST when replicating over a WAN link.
--partial_images List or cleanup partial images.
The set of
RDA commands have the following functions:
- Displays command specific information.
- Deletes the Rapid Data Access (RDA) client.
- Updates attributes of a Rapid Data Access (RDA) client.
- Limits bandwidth consumed by Rapid Data Access (RDA) when replicating over a WAN link.
- Lists or cleans up partial images.
The following commands are run for RDA:
- rda --show
- rda --update
- rda --delete_clientrda --update_client
- rda --limit
- rda --partial_images --containerid [options]
Description
The command displays the RDA-specific configurations.
Syntax
rda --show [--config]
[--file_history] [--name <name>]
[--active_files] [--name <name>]
[--clients]
[--limits]
--config Displays RDA configuration.
--file_history Display(s) history of last 10 RDA optimized
deduplication image file(s).
--name RDA container name.
--active_files Display(s) current active RDA image files being
replicated.
--name RDA container name.
--clients Displays RDA clients.
--limits Replication speed limits.
For example, to show the RDA clients, run the command: rda --show --clients
Results
RDA Client(s) |
Type |
Plugin |
OS |
Backup Software |
Last Access |
Connection(s) |
Mode |
BabuK-W2K8-02 |
RDS |
2.1.177 |
Windows Server 2008 R2 |
NetVault Backup |
Jul 18 05:42:53 |
1 |
Passthrough |
|
NOTE: The displayed output when using the rda --show --clients command indicates a fourth type of mode value. Depending upon the client, this value equals Auto, Dedupe, Passthrough, or Mixed. Mixed indicates that you changed the mode while the client is still connected. |
|
NOTE: The mode for clients that are connected to the RDA media server before configuration changes might be different than what is displayed when using the rda --show --clients command. The configuration changes are updated to reflect any future connections. |
To verify the current state of an RDA client, you can check the two sources:
- DR Series system CLI, using the
rda --show --clients
command
- DR Series system GUI, displaying the Clients page
These sources display information about the connected and configured clients. When a system is connected multiple times, these sources show the number of connections to that client and the mode. You can also change the mode from dedupe to the other supported modes. When this is done the displayed mode changes, but any active connections remains. There are essentially two possible modes: Dedupe and Passthrough. To verify the current mode of an RDA client, you can check the two sources of client statistics:
- DR Series system CLI, using the
stats --container --name
command
- DR Series system GUI, displaying the Container Statistics page
In the Container Statistics page, click the Client Statistics tab (under Connection Type: RDS) to display the Client Statistics table. If the Network Savings level in this table displays some savings and the displayed Bytes Ingested value is different from the displayed Bytes Transferred, it indicates that the RDA clients are working in the Dedupe mode. If not, it indicates that the RDA containers are working in the Passthrough mode.