Encrypted Volume and File System v2.2 Administrator Guide (777846-001, April 2014)

Solution
If you are reusing an EVFS volume and do not want to recover the existing data, re-enter the
evfsvol create command with the -f option. The evfsvol create command generates a
new volume encryption key and new EMD. Any existing data is irrecoverable.
If you want to retrieve data from an existing EVFS volume and have problems with the existing
EMD, use the procedure described in “Recovering from EMD corruption” (page 71).
evfsvol disable fails, EVFS volume is busy
Symptom
The evfsvol disable command returns the following error:
evfsvol: disable error: cannot disable encrypted volume
evfs_volume_path, evol is busy
Description
EVFS does not disable an EVFS volume if the volume is in use.
Solution
Terminate any processes that are accessing the volume. You can use the fuser -cu command
to determine the processes accessing files, and the fuser -cku command to terminate the
processes. For more information, see fuser(1M).
If the data is used by system processes, you might need to terminate the processes by changing
the system runlevel to single-user level with the shutdown utility. For more information, see
shutdown(1M).
If the volume has a file system mounted, unmount the file system. For more information, see
umount(1M).
evfsadm map fails, invalid device
Symptom
The evfsadm map command returns the following error:
evfsadm: map error: invalid volume block device filename
For example:
evfsadm: map error: invalid volume block device /dev/vg01/rlvol5
Description
The command evfsadm map requires the name of a volume block device file as input. The
evfsadm utility maps the volume block device file to EVFS and automatically maps the
corresponding volume character (raw) device file to EVFS.
Solution
Specify a valid volume block device file. In the previous example, the user must replace /dev/
vg00/rlvol5 with /dev/vg00/lvol5.
EMD Is dirty
Symptom
The evfsvol enable or evfsvol check command fails. The output from the evfsvol
enable command includes the text EMD is dirty and is similar to the following:
evfsvol: enable error: cannot enable encrypted volume "/dev/evfs/vg01/lvol5", EMD is dirty
evfsvol: enable error: failed to enable encrypted volume /dev/evfs/vg01/lvol5
Problem scenarios 155