Primary Site Procedures for Linux Remote Seeding
Last updated
Last updated
From your master server, perform a base Image backup of the appropriate nodes or volumes at the primary location.
Note. Before running a base backup, verify that the latest updates for the full installation of Catalogic DPX are operational.
To create a base Image backup of the Linux primary node:
Disable the change journal:
Log into the primary node.
Open the DPX command prompt and move to the product-directory/opt/DPX/bin
folder.
Type ./syncui
to run the syncui utility.
Type c s <ip address/resolvable hostname> sssnap
to connect to the primary node.
Type snap disablecj <volname>
to disable the change journal.
Type quit
to exit the syncui utility.
Open the management console, select the Backup tab, then click Image.
Note. For this example, perform a base Image backup of volume /lvm under Linux Primary linux.client.
From the management console, create an Image backup job with the appropriate source and destination selections.
On the task pane, click Set Source Options.
In the NDMP File History Handling drop-down, click Disable File History.
In the Additional NDMP Environment field, type: NIB_BACKUP_SEEDING=Y
.
Click Save Backup Job, save the job with a unique job name, then run the job.
Note. For this example, imagebaktest is the name of the backup job.
Select the Catalog tab, then click Job Functions. Note the job ID issued for this Image backup job.
Note. For this example, 1312649563 is the job ID.
Prepare the primary node for incremental backups by recording all important primary node information, then naming the Block incremental backup job, then running the seedcj
command.
Create a name for the backup job.
Note. For this example, SNAPBAKTEST is the name of the job.
Obtain the volume serial number for each volume defined in the backup of the primary node:
Log into the primary node.
Open the DPX command prompt and move to the product-directory/opt/DPX/bin
folder.
Type ./syncui
to run the syncui utility.
Type c s <ip address/resolvable hostname> sssnap
to connect to the primary node.
Type snap discoverdisks
to list detailed information for each volume of the primary node, including all volume serial numbers.
Scroll to the volume, and note its serial number.
Note. For this example, 6EED25D5 is the serial number for the
/lvm
volume.
Run the seedcj command, substituting all appropriate values where any parameters appear:
snap seedcj <Primary’sVolume> <SnapVaultJobName> <ImageBackupJob ID>
Type quit to exit the syncui utility.
Transport the physical media that contains the Image backup to its designated destination, that is, the location of the NetApp storage system.
Because the destination site requires this information when running the next part of the remote seeding process, document the full set of parameter and value combinations, as shown in the following table:
Parameter | (Example) Value |
---|---|
primary node logical name
linux.client
primary node backed up volume
/lvm
Image backup job name
imagebaktest
Image backup job ID
1312649563
primary node volume serial number
6EED25D5
Block backup job name
SNAPBAKTEST