How to enforce all_squash for NFSv3 on NetApp?
Hi there, I'm having some hard time setting up NFSv3 with anonymous access on NetApp. I'm unable to squash anonymous users. I’ve read the NetApp’s man page for “exports”. The below is the list of...
View ArticleRe: How to enforce all_squash for NFSv3 on NetApp?
All_squash is default if you do not explicitly give root= option.
View ArticleRe: How to enforce all_squash for NFSv3 on NetApp?
I wasn't aware of that, thanks. However, that still doesn't work for me. This is what I have on NetApp now: FAS> exportfs -v /vol/NFS_WEB -sec=sys,rw=10.10.0.149:10.10.0.147,nosuidOn the client, if...
View ArticleRe: How to enforce all_squash for NFSv3 on NetApp?
I apologize - I misunderstood your question. Try sec=none option; then all connections are treated as anonymous.
View ArticleRe: How to enforce all_squash for NFSv3 on NetApp?
I just tried with sec=none, still get permission denied when trying to write with my regular user. FAS> exportfs -r FAS> exportfs -v /vol/NFS_WEB -sec=none,rw=10.10.0.149:10.10.0.147,nosuidI...
View ArticleRe: How to enforce all_squash for NFSv3 on NetApp?
Apologies, I just realised that the share hasn't even been mounted - I tried to write to the folder that resides on a local system, hence root permissions. I run the following on the client: # mount -v...
View ArticleRe: How to enforce all_squash for NFSv3 on NetApp?
You need to export with sec=none on NetApp side.
View ArticleRe: How to enforce all_squash for NFSv3 on NetApp?
It's been done, see my previous reply. FAS> exportfs -v /vol/NFS_WEB -sec=none,rw=10.10.0.149:10.10.0.147,nosuid
View ArticleRe: How to enforce all_squash for NFSv3 on NetApp?
Looks like feature is broken in 8.x 7-Mode. I got the same result on 8.2. Testing with "exportfs -c" succeeds, as well as mount request from client, but then client got error response when actually...
View ArticleRe: How to enforce all_squash for NFSv3 on NetApp?
Our ONTAP version is 8.2.2P2. I do have a case open with NetApp support for over a week now, and so far they had zero luck fixing the issue (that's basically the point where I turned for help to...
View ArticleRe: CIFS :: determine process that access a file
I believe a shell command "lsof" can show you the list of open files along with the PIDs of the processes that access those files in Linux. Not sure about windows.
View ArticleRe: How to enforce all_squash for NFSv3 on NetApp?
I tested with 7.3.7 and now I can confirm that this is broken in 8.x: filer1-1-co> exportfs -io sec=none,rw /vol/tcn1:~ # mount filer1-1-co:/vol/t /mntcn1:~ # touch /mnt/foocn1:~ # su -...
View ArticleRe: [NFS] hangs while llisting share
Hi, Can you let us know the Data ONTAP version installed? Thanks
View ArticleFAS2520 join a samba4.2.10 domain
HelloI try tojoin a domain that is managed by aSamba4.2.10server (inADmode).I created adedicatedSVMformytestand I usethewizardavailableinOnCommandeManager.After enteringthedomain...
View ArticleRe: FAS2520 join a samba4.2.10 domain
Hi, This error is due to the domain policy requiring LDAP sealing and signing. This functionality was added in Clustered Data ONTAP 8.3.2You can disable requirement of LDAP sealing and signing in the...
View ArticleRe: FAS2520 join a samba4.2.10 domain
Hello, Thanks for links but after search i'm use a parameter in smb.conf ldap server require strong auth = no
View ArticleHow to check if an export policy rule set has changed
Is there a way with the NetApp PowerShell Toolkit, Unified Manager, or any other method to alert if there was a change made to an export policy's rules? It would be even better if we could report on...
View ArticleRe: How to enforce all_squash for NFSv3 on NetApp?
Finally got all squashing working with NFSv4 (still no luck with NFSv3 though). On the filer, security context needs to be sec=none, but the client must mount the share with sec=sys.
View ArticleRe: How to enforce all_squash for NFSv3 on NetApp?
On the filer, security context needs to be sec=none, but the client must mount the share with sec=sys.Yes, that's how it works on 7G as well, except it also works using NFS v3.
View ArticleRe: How to enforce all_squash for NFSv3 on NetApp?
I was told that it (NFSv3) does work on ONTAP 8 if the client that's in use is RHEL 5. I'm on RHEL 6 and therefore unable to test myself.
View Article