A "nested" filesystem isn't the correct way to handle this (or more accurately, it's a funny term for the correct way to handle this).
A separate filesystem is what your Oracle admins are asking you to do:
- Create a filesystem on
hdisk6
mounted at /u02/app/oradata/hisdb
- Create a filesystem on
hdisk7
mounted at /u02/app/oradata/hisdb/rmirror
As HampusLi pointed out this means you must mount /u02/app/oradata/hisdb
before you mount /u02/app/oradata/hisdb/rmirror
, and unmount in the reverse order (which will be handled for you if you create the filesystems using smit
or smitty
)
What they're not saying explicitly is that hisdb
and the hisdb/rmirror
space should be on separate disk spindles - mostly for performance reasons - but it's implicit in the fact that the filesystems exist on two different disk devices.