Knowledgebase: Troubleshooting > Linux Specific
Archive or backup from a DDP volume
Posted by Andre Kuehnemund on 02 December 2019 18:05
|
|
When archiving or backing up data from a Ardis DDP volume (https://ddpsan.com/), please make sure you're selecting the correct mount point. Do not select '/Volumes/ddpvolume/...'. Use '/Archiware/ddpvolume/...' instead. Here's what the mount command executed on a test DDP device showed: root@v4-archiware:~# mount /dev/mapper/fsmap_drive-1 on /Volumes/ddpvolume type xfs (rw,nosuid,noexec,relatime,attr2,inode64,noquota) /dev/mapper/map_ddpvolume on /Archiware/ddpvolume type avfs (rw,relatime,avfs_addr=127.0.0.1,initiator_name=iqn.aw_smb,target_name=ddpvolume) ...Notice the two different mount points, filesystems etc. Here's an example of an archive job using '/Archiware/ddpvolume/...': ... [02/Dec/2019:16:58:51][8095.70000acec000][-thread:70000acec000-] Notice: Job '10733' for 'admin' completed by '0' [02/Dec/2019:16:58:55][8095.70000acec000][-thread:70000acec000-] Notice: Archive Job OK: Job finished: 'Archive plan 'ddp_archive' archiving 'AW_test_folder'' (10733) Description : Archive plan 'ddp_archive' archiving 'AW_test_folder' Started At : Mon, 02. Dec 2019 16:57 Stopped At : Mon, 02. Dec 2019 16:58 Job Duration : 1 min 11 secs Job Result : finished ------------ Full save of /Archiware/ddpvolume/AW_test_folder to pool Disk-Archive. ... drive_4.2 342 4.71 GB Finished ... All good. Here's an example from an archive job using '/Volumes/ddpvolume/...' instead: ... [02/Dec/2019:17:07:42][8095.70000ad6f000][-thread:70000ad6f000-] Notice: Job '10734' for 'admin' completed by '0' [02/Dec/2019:17:07:45][8095.70000ad6f000][-thread:70000ad6f000-] Notice: Archive Job OK: Job finished: 'Archive plan 'ddp_archive' archiving 'AW_test_folder'' (10734) Description : Archive plan 'ddp_archive' archiving 'AW_test_folder' Started At : Mon, 02. Dec 2019 17:07 Stopped At : Mon, 02. Dec 2019 17:07 Job Duration : 11 secs Job Result : finished ------------ Full save of /Volumes/ddpvolume/AW_test_folder to pool Disk-Archive. ... drive_4.1 342 342.00 KB Finished ... Not good! | |
|
Comments (0)