Displays the list of all replication-related options that can be used as a reference when using the QoreStor CLI.
replication --help
Usage: replication --show [--name <name>] [--role <source | target>] [--verbose] [--limits] replication --add --name <name> --role <source | target> --peer <ip address | hostname> [--peer_name <name>] [--peer_group_name <name>] [--replication_traffic <ip address | hostname>] [--encryption <none | aes128 | aes256>] [--username <user name>] replication --update --name <name> --role <source | target> [--peer <ip address | hostname>] [--replication_traffic <ip address | hostname>] [--encryption <none | aes128 | aes256>] [--username <user name>] replication --delete --name <name> --role <source | target> [--force] replication --start --name <name> --role <source | target> replication --stop --name <name> --role <source | target> replication --limit --speed <<num><KBps|MBps|GBps> | default> --target <ip address | hostname> replication --resync --name <name> --role <source | target> replication --troubleshoot --peer <ip address | hostname> replication --help replication <command> <command-arguments> <command> can be one of: --show Displays command specific information. --add Adds a replication link to a container. --update Updates a replication link to a container. --delete Deletes a replication link from a container. --start Starts replication. --stop Stops replication. --limit Delete existing bandwidth rules for all ports and set new throttling limits. --resync Initiates a replication re-sync. --troubleshoot Troubleshoots replication connection. For command-specific help, please type replication --help <command> eg: replication --help show
The QoreStor seed operations allow for exporting data on the source to a portable seed device to then import the seed data to a primary target, and, if required, a secondary target as well. Replication seeding is an alternative to using network bandwidth for the initial re-synchronization of the source and target(s). After the target(s) are seeded, continuous replication can be started, which will keep the target(s) up to date by sending only unique data.
The QoreStor CLI seed commands support the following operations:
|
NOTE: The seeding device must be a CIFS share: a USB device connected to a Windows or Linux system and shared for import as a CIFS-mounted folder. |
|
NOTE: The following scenarios are not supported for seeding:
|
Creates a seed export job of type import or export on the source QoreStor or DR. The command will prompt for a password, and this password will be requested on the target to import the data. The command allows you to specify the type of encryption that will be used to encrypt the data on the seed device. The default value is aes256. The default value for storage group name is DefaultGroup.
seed --create --op <import|export> [--enc_type <aes128 | aes256>] [--storage_group_name <name>]
Where
--op Seeding operation export/import. --enc_type Encryption type. Default value is aes256. --storage_group_name Storage group name. Default value is DefaultGroup
Enter password for seed export: Re-enter password for seed export: Successfully created seed job details.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center