Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
NFS mounting an NFS ZFS filesystem to another server

Hi we have a ZFS Appliance which is serving out file-systems via NFS to some Kernel zones. We would like to automount one of these filesystem r/w to another server. Network is not a problem but doesn't seem to like be sharing it out:
XXX.XXX.XXX.XX:/export/standby_backup_files 2% /ora_backup
# share -F nfs /ora_backup
share: /ora_backup: invalid file system type
Is this even possible?
thanks,
Dave
Best Answer
-
Hi.
I am sorry, but is not clear what exactly You try do.
What OS used on servers ?
You can not share NFS-mounted FS.
You can mount on second server same share from ZFS Appliance again, so both servers will have access to same data.
Regards,
Nik
Answers
-
Hi.
I am sorry, but is not clear what exactly You try do.
What OS used on servers ?
You can not share NFS-mounted FS.
You can mount on second server same share from ZFS Appliance again, so both servers will have access to same data.
Regards,
Nik
-
Hi Nik,
it Solaris 11.3 kernel zones on Solaris 11.4 global. Thanks for confirming.
Dave