Robert Bailey wrote:

> First off, you guys rock!

Thanks!

>
> I have NFS sharing off to the systems desired.  There's one last 
> question though.. in case you couldn't guess ;)
> I'm trying to share off the mount with root defined instead of 
> nobody.  Mostly because these will be temporary install mounts to 
> upgraded the clients to TX.
>
> TX# cat /zone/ZONENAME/etc/dfs/dfstab
> share -F nfs -o sec=sys,rw=192.168.15.78,root=192.168.15.78  
> /export/install
>
> SOL10# mount -o sec=sys 
> nfs://192.168.15.78/zone/ZONENAME/root/export/install /mnt2
> SOL10# ls -l /mnt2
> -rw--------     1 nobody nobody   0  Apr  23 2007 testfoo
>
>
> I can mount fine now from X.78 but it keeps showing up as user 
> nobody.  Is this a TX restriction?


I think your problem may be that the client and server aren't in the 
same domain. For NFSv4 you need to set the default domain. See:
http://opensolaris.org/os/community/documentation/files/nfsmapid.html

and

http://blogs.sun.com/nfsv4/

--Glenn

--

Reply via email to