Backing Up and Restoring Data on HP-UX EVFS Volumes Using HP OpenView Storage Data Protector 6.0
evfs6# evfsvol enable /dev/evfs/vg01/ldp_raw
The following output is displayed:
Successfully closed raw access to EVFS volume "/dev/evfs/vg01/ldp_raw"
The system prompts for the user passphrase. Enter the user passphrase and confirm it.
Enter passphrase:
Re-enter passphrase:
The following output is displayed:
encrypted volume "/dev/evfs/vg01/ldp_raw" has been successfully enabled
evfs6# mount -F vxfs /dev/evfs/vg01/ldp_raw /dp_verify
Verifying the Full Backup and Recovery of the Encrypted Data
To verify if the backup and restore operations in Test Scenario 1A and Test Scenario 1B are
successful, complete the following steps:
Step 1 To view the directory listings on the source client system before the backup operation, enter
the following command:
$ ll /dp_raw
The following output is displayed:
total 10447988
drwxr-xr-x 2 root root 96 Dec 18 11:19 lost+found
-rw-rw-rw- 1 root sys 5349361664 Dec 18 15:52 temp.tar
Step 2 To view the directory listings on the target client system before the restore operation, enter the
following command:
evfs6# ll /dp_verify
The following output is displayed:
total 0
drwxr-xr-x 2 root root 96 Dec 18 20:40 lost+found
Step 3 To view the directory listings after the subsequent recovery of encrypted data to the target
client system, enter the following command:
evfs6# ll /dp_verify
The following output is displayed:
total 10447988
drwxr-xr-x 2 root root 96 Dec 18 11:19 lost+found
-rw-rw-rw- 1 root sys 5349361664 Dec 18 15:52 temp.tar
Verify the data size of the directory listings before and after the backup and restore operation
on the HP-UX EVFS volumes. If the data sizes are the same, the backup and restore
operations are successful.
30