To restore Veritas config files within an encapsulated volume, when you can see some of the filesystems but upon entering them you find no data.(example /var is there with no data and /opt is not showing at all after running a #df -k) In single user mode: (To check the status of the filesystems to see if they are active and enabled) #vxprint -ht (To reconfigure /var filesystem and to force it to an active and enable state) #vxvol -f start var #vxprint -ht (To check to see if reconfig worked) (cleanup filesystem) #fsck /dev/vx/rdsk/var #mount /var #vxvol -f start opt (To reconfig /opt) (Go to filesystem and check for data) #df -k (Check to see if /opt shows up) #fsck /dev/vx/rdsk/opt #mount /opt (Go to file system and check for data)