The following output is displayed:
Encrypted volume "/dev/evfs/vg01/ldp_backup" has been successfully created
Step 4 To enable the source and target
$ evfsvol enable /dev/evfs/vg01/ldp_test
The system prompts for the user passphrase. Enter the user passphrase.
Enter user passphrase:
The following output is displayed:
Encrypted volume "/dev/evfs/vg01/ldp_test" has been successfully enabled
$ evfsvol enable /dev/evfs/vg01/ldp_backup
The system prompts for the user passphrase. Enter the user passphrase.
Enter user passphrase:
The following output is displayed:
Encrypted volume "/dev/evfs/vg01/ldp_backup" has been successfully enabled
Step 5 To create a file system on the
1.To create a temporary directory as a mount point for the
$ mkdir /dp_test
$ mkdir /dp_backup
2.To create a file system on the
newfs
The following output is displayed:
version 6 layout613880 sectors, 613880 blocks of size 1024, log size 16384 blocks
largefiles supported
$ newfs
The following output is displayed:
version 6 layout 613880 sectors, 613880 blocks of size 1024, log size 16384 blocks
largefiles supported
3.To mount the temporary directory on the source and target
33