Re: [zfs-discuss] NFS issue with ZFS

2010-08-26 Thread Phillip Bruce (Mindsource)
: RE: [zfs-discuss] NFS issue with ZFS Peter, Thanks for the suggestions, I'm getting closer to solving the problem. it definitely works when using anon setting. I can read / write to the filesystem all day long. But as you mentioned using anon is a bad idea and a security risk. Something I get my

Re: [zfs-discuss] NFS issue with ZFS

2010-08-26 Thread Phillip Bruce (Mindsource)
: [zfs-discuss] NFS issue with ZFS On 8/14/10 11:49 , Phillip Bruce (Mindsource) wrote: Peter, what would you expect for root? That is the user I am at. root is default mapped to annon, if you don't specifically export it with the option to allow root on one or more clients to be mapped

Re: [zfs-discuss] NFS issue with ZFS

2010-08-26 Thread Phillip Bruce (Mindsource)
[peter.k.karls...@oracle.com] Sent: Friday, August 13, 2010 7:23 PM To: zfs-discuss@opensolaris.org; Phillip Bruce (Mindsource) Subject: Re: [zfs-discuss] NFS issue with ZFS Hi Phillip, What's the permissions on the directory where you try to write to, and what user are you using on the client

Re: [zfs-discuss] NFS issue with ZFS

2010-08-26 Thread Miles Nordin
pb( == Phillip Bruce (Mindsource) v-phb...@microsoft.com writes: pb( Problem solved.. Try using FQDN on the server end and that pb( work. The client did not have to use FQDN. 1. your syntax is wrong. You must use netgroup syntax to specify an IP, otherwise it will think you mean the

Re: [zfs-discuss] NFS issue with ZFS

2010-08-16 Thread Phillip Bruce (Mindsource)
: Friday, August 13, 2010 12:59 PM To: Phillip Bruce (Mindsource) Cc: zfs-discuss@opensolaris.org Subject: Re: [zfs-discuss] NFS issue with ZFS Hi Phillip, What's the error message? How did you share the ZFS file system? # zfs create tank/cindys # zfs sharenfs=on tank/cindys # share

Re: [zfs-discuss] NFS issue with ZFS

2010-08-16 Thread Phillip Bruce (Mindsource)
but since this is a ZFS filesystem being NFS over. Who knows!!! Phillip -Original Message- From: Cindy Swearingen [mailto:cindy.swearin...@oracle.com] Sent: Friday, August 13, 2010 12:59 PM To: Phillip Bruce (Mindsource) Cc: zfs-discuss@opensolaris.org Subject: Re: [zfs-discuss] NFS

Re: [zfs-discuss] NFS issue with ZFS

2010-08-16 Thread Phillip Bruce (Mindsource)
1.55T20K /nfs # -Original Message- From: Cindy Swearingen [mailto:cindy.swearin...@oracle.com] Sent: Friday, August 13, 2010 12:59 PM To: Phillip Bruce (Mindsource) Cc: zfs-discuss@opensolaris.org Subject: Re: [zfs-discuss] NFS issue with ZFS Hi Phillip, What's the error message

Re: [zfs-discuss] NFS issue with ZFS

2010-08-16 Thread Phillip Bruce (Mindsource)
Brought it up. I'll look and see. Phillip -Original Message- From: Cindy Swearingen [mailto:cindy.swearin...@oracle.com] Sent: Friday, August 13, 2010 2:17 PM To: Phillip Bruce (Mindsource) Cc: zfs-discuss@opensolaris.org Subject: Re: [zfs-discuss] NFS issue with ZFS NFS doesn't care

Re: [zfs-discuss] NFS issue with ZFS

2010-08-16 Thread Peter Karlsson
Hi Phillip, What's the permissions on the directory where you try to write to, and what user are you using on the client system, it's most likely a UID mapping issue between the client and the server. /peter On 8/14/10 3:19 , Phillip Bruce wrote: I have Solaris 10 U7 that is exporting ZFS

Re: [zfs-discuss] NFS issue with ZFS

2010-08-16 Thread Peter Karlsson
...@oracle.com] Sent: Friday, August 13, 2010 7:23 PM To: zfs-discuss@opensolaris.org; Phillip Bruce (Mindsource) Subject: Re: [zfs-discuss] NFS issue with ZFS Hi Phillip, What's the permissions on the directory where you try to write to, and what user are you using on the client system, it's most

Re: [zfs-discuss] NFS issue with ZFS

2010-08-16 Thread Phillip Bruce (Mindsource)
-discuss@opensolaris.org; Phillip Bruce (Mindsource) Subject: Re: [zfs-discuss] NFS issue with ZFS Hi Phillip, What's the permissions on the directory where you try to write to, and what user are you using on the client system, it's most likely a UID mapping issue between the client and the server

Re: [zfs-discuss] NFS issue with ZFS

2010-08-16 Thread Phillip Bruce (Mindsource)
-discuss@opensolaris.org Subject: Re: [zfs-discuss] NFS issue with ZFS On 8/14/10 11:49 , Phillip Bruce (Mindsource) wrote: Peter, what would you expect for root? That is the user I am at. root is default mapped to annon, if you don't specifically export it with the option to allow root on one

Re: [zfs-discuss] NFS issue with ZFS

2010-08-16 Thread Phillip Bruce (Mindsource)
Karlsson [peter.k.karls...@oracle.com] Sent: Friday, August 13, 2010 9:21 PM To: Phillip Bruce (Mindsource) Cc: zfs-discuss@opensolaris.org Subject: Re: [zfs-discuss] NFS issue with ZFS On 8/14/10 11:49 , Phillip Bruce (Mindsource) wrote: Peter, what would you expect for root? That is the user

[zfs-discuss] NFS issue with ZFS

2010-08-13 Thread Phillip Bruce
I have Solaris 10 U7 that is exporting ZFS filesytem. The client is Solaris 9 U7. I can mount the filesytem just fine but I am unable to write to it. showmount -e shows my mount is set for everyone. the dfstab file has option rw set. So what gives? Phillip -- This message posted from

Re: [zfs-discuss] NFS issue with ZFS

2010-08-13 Thread Cindy Swearingen
Hi Phillip, What's the error message? How did you share the ZFS file system? # zfs create tank/cindys # zfs sharenfs=on tank/cindys # share - /tank/cindys rw # cp /usr/dict/words /tank/cindys/file.1 # cd /tank/cindys # chmod 666 file.1 # ls -l file.1 -rw-rw-rw- 1 root

Re: [zfs-discuss] NFS issue with ZFS

2010-08-13 Thread Cindy Swearingen
but since this is a ZFS filesystem being NFS over. Who knows!!! Phillip -Original Message- From: Cindy Swearingen [mailto:cindy.swearin...@oracle.com] Sent: Friday, August 13, 2010 12:59 PM To: Phillip Bruce (Mindsource) Cc: zfs-discuss@opensolaris.org Subject: Re: [zfs-discuss] NFS