In the Global Zone (Host OS)

(Where weblogic-zone is installed at /export/home/zones/weblogic-zone/)

Give the weblogic-zone an /export/home using the loopback FileSystem.

bash# mkdir /export/home/zone-filesystems/weblogic-zone-export-home/
bash# mount -F lofs /export/home/zone-filesystems/weblogic-zone-export-home/ /export/home/zones/weblogic-zone/root/export/home/

The mount should be immediately available in the capped container

You can add it to the /etc/vfstab of the capped container in order to make persist after reboot.

Advertisement