CLI Guide

Syntax
rda --setpassword
For example, to set the rda password, run the command: rda ––setpassword
NOTE: The password has to be between 8 and 12 characters and cannot contain quotes.
Result
Enter new password for backup_user:Dell1234
Re-type new password:Dell1234
Rapid Data Access (RDA) password updated successfully.
rda --delete_client --name <RDA Client Hostname>
Description
The command deletes the Rapid Data Access (RDA) client and any edits that were made to its default values. The next
time a connection is established between the client and the DR Series system, the default RDA connection settings will
be used. Deleting an RDA client using this CLI command does not affect data already written to the DR Series system.
Syntax
rda --delete_client --name <RDA Client Hostname>
--name Host name
For example, to delete the client TEST-W2K8–02, run the command: rda --delete_client --name TEST-
W2K8-02
Result
Rapid Data Access (RDA) client TEST-W2K8-02 deleted successfully.
rda --update_client --name <RDA Client Hostname> --mode <auto| passthrough| dedupe>
Description
The command updates the attributes of a Rapid Data Access (RDA) client. The RDA client modes are auto, passthrough,
and dedupe. If a RDA client has four or more CPU cores, it is considered to be dedupe-capable. However, the RDA client
operating mode depends upon how it is configured in the DR Series system. For details, see ost --update_client --name
<OST Client Hostname> --mode <auto|passthrough|dedupe>.
Syntax
rda --update_client --name <RDA Client Hostname> --mode <auto|passthrough|
dedupe>
--name Hostname of client
--mode RDA modes (auto, dedupe, passthrough)
For example, to update the client mode as passthrough for the BabuK-W2K8-02 client, run the command: rda --
update_client --name BabuK-W2K8-02 --mode passthrough
Result
Rapid Data Access (RDA) client BabuK-W2K8-02 with mode Pass-through added
successfully.
62