sharing filesystems in Solaris 11
I am new to Solaris and just keeping the system functional, I have been requested to change the share permissions on an existing share.
I attempted to share an existing file system with a simple share command :
share -F nfs -o sec=sys,rw=@IPaddress:@IPaddress,root=@IPaddresss:@IPaddresss -d "name" /directory
Which was successfull, however when I ran showmount -e it showed that the share was for everybody not the specified hosts.
I also could not mount it from one of the specified hosts.
So I executed :
unshare /directory
Which generated an error:
unshare: protocol 'nfs' for persistent share "/directory" could not be removed: partial dataset unpublish.