NFS fails to export additional filesystems
inemes <[email protected]> Fri, 06 Sep 2013 22:16:44 +1000
| Newsgroups | gmane.os.solaris.managers |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have a Solaris 10 10/09 s10s_u8wos_08a SPARC server which currently shares five filesystems (to a Linux box). I am trying to add two more filesystems to be exported (to another Linux server which has the backup agent installed): share -F nfs -o rw -d "rend3" /u09/oradata/obj7serverp/volume2/rend share -F nfs -o rw -d "doc3" /u09/oradata/obj7serverp/volume2/doc The nfs and autofs services are running: bash-3.00# svcs -a | grep /network/nfs online Aug_11 svc:/network/nfs/mapid:default online Aug_11 svc:/network/nfs/cbd:default online Aug_11 svc:/network/nfs/status:default online Aug_11 svc:/network/nfs/nlockmgr:default online Aug_11 svc:/network/nfs/client:default online Aug_11 svc:/network/nfs/rquota:default online 23:56:46 svc:/network/nfs/server:default bash-3.00# svcs -a | grep autofs online Aug_11 svc:/system/filesystem/autofs:default However, when I list the shares, the two new filesystems are not shared: bash-3.00# share - /u03/oradata/coll rw "coll" - /u02/oradata/obj7serverp/volume1/doc rw "doc1" - /u04/oradata/obj7serverp/volume2/doc rw "doc2" - /u04/oradata/obj7serverp/volume2/rend rw "rend2" - /u02/oradata/obj7serverp/volume1/rend rw "rend1" What I am doing wrong? Regards, Ioan