Dell DR6300 DR Series System Command Line Reference Guide - Page 147

Seed Command Usage

Page 147 highlights

For command-specific help, please type replication --help For example: replication --help show Seed The DR Series system 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 DR Series CLI commands support the following operations: • Create a job to perform seeding export or import. • Delete an existing seeding export or import job. • Specify containers for seeding export. • Add a device to be used for seeding. • Remove a device which is already added for seeding. • Start seeding process(export/import). • Stop running seeding process(export/import). • Start cleaner to process seed ZL logs on target. 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: • Import AND export from one share/device cannot occur at the same time. • Import from one share/device cannot be completed from multiple locations at the same time. • Export to a mount point can be completed only from one seed job. Multiple seed export jobs cannot send data to a single mount point. Seed Command Usage This topic introduces the seed command usage: • seed --create --op [--enc_type ] • seed --delete • seed --add_container --name • seed --remove_container --name • seed --add_device --server --volume --username --domain • seed --remove_device • seed --start • seed --stop • seed --show • seed --cleanup 147

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161

For command-specific help, please type replication --help <command>
For example:
replication --help show
Seed
The DR Series system 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 DR
Series CLI commands support the following operations:
Create a job to perform seeding export or import.
Delete an existing seeding export or import job.
Specify containers for seeding export.
Add a device to be used for seeding.
Remove a device which is already added for seeding.
Start seeding process(export/import).
Stop running seeding process(export/import).
Start cleaner to process seed ZL logs on target.
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:
Import AND export from one share/device cannot occur at the same time.
Import from one share/device cannot be completed from multiple locations at the same time.
Export to a mount point can be completed only from one seed job. Multiple seed export jobs cannot send data
to a single mount point.
Seed Command Usage
This topic introduces the seed command usage:
seed --create --op <options> [--enc_type <options>]
seed --delete
seed --add_container --name <container name>
seed --remove_container --name <container name>
seed --add_device --server <server name> --volume <volume> --username <user name> --domain <domain name>
seed --remove_device
seed --start
seed --stop
seed --show
seed --cleanup
147