Best practices creating oracle file systems on Solaris 11 non-global zone and zfs
I'm looking for recommendations for creating oracle file systems ie... u01 u02... etc. on a solaris 11 non-global zone. Initially I created the zpool and zfs file systems in the global zone and then assigned them to the non-global zone as a dataset and filesystem. But then I began thinking about the inability to modify the zfs file systems from within the non-global zone and wondered whether it would be better practice to present the raw devices to the non-global zone and do all zfs creation within the non-global zone. (if thats even possible)
Any suggestions?
0