Unsolved

This post is more than 5 years old

47 Posts

2740

February 22nd, 2010 13:00

NFS export & Windows Server

Hi,

How can i map  an NFS export  to a windows server  ? Do i need any operation at the celerra side ?

Thank you.

6 Operator

 • 

8.6K Posts

February 22nd, 2010 13:00

which protocol do you want to use in the Windows server - CIFS or NFS ?

47 Posts

February 22nd, 2010 14:00

I want to use NFS protocol in windows server 2003.

6 Operator

 • 

8.6K Posts

February 23rd, 2010 11:00

nothing special on the Celerra side

just install and configure NFS on Windows and create a Celerra NFS export as normal

6 Operator

 • 

1.5K Posts

February 24th, 2010 08:00

As Rainer mentioned earlier - on the Celerra side, you need to create the NFS export on the physical data mover - select the proper path on the desired file system on the Celerra side while creating the NFS export.

Also, you may consider putting the name or IP Address of the NFS client (your Windows server running NFS) on the Read-Write, Root and Access hosts fields - these fields are self explanatory - if needed you may take the help from "Online Help Pages".

Thanks,
Sandip

February 26th, 2010 08:00

From where the other guys left off, once you've configured the NFS export on Celerra, for Windows you can download an NFS client.

There are loads of NFS clients (some graphical ones) available, and alot of them are free to download.

47 Posts

March 12th, 2010 00:00

Hello I've configured NFS export on celerra and installed  client services for Unix on windows server 2003. windows host  can only read but can't write  in nfs mount.windows host  has  read-write access in the NFS export configuration setting .Any ideas what I'm missing ?

Thanks .

6 Operator

 • 

1.5K Posts

March 12th, 2010 08:00

Add the host name to the "Root Hosts" field on the NFS export page on the NAS.

Thanks,
Sandip

6 Operator

 • 

8.6K Posts

May 6th, 2010 07:00

there is no authentication in NFS

its probably a question which UID/GID your NFS client for Windows picks

create a directory with rwx access for ugo from a real NFS client or the control station

then write a file from your Windows client there and take a look with ls which UID/GID it uses

this has nothing to do with user mapping on the Celerra - since your are using a NFS client the UID/GID is determined by the client

another potential problem could be if the Celerra for some reason cannot reolve the hostname in the export - try an IP address instead

Rainer

47 Posts

May 6th, 2010 07:00

Hello ,

I added the windows server host name to "Root Hosts" and "read/write" but I got the same result.  Do i need to configure user authentication for NFS access  on celerra?

Thanks.

47 Posts

May 7th, 2010 00:00

I can reach NFS export but  can't write it. I use client services for windows on   host.

i checked the gid and uid ;

GID: -2

UID : -2

thanks .

6 Operator

 • 

8.6K Posts

May 7th, 2010 05:00

Hi,

most likely your root= export on the Celerra is wrong - i.e. a name that cant be resolved or the wrong IP address

what happens is if that your NFS client apparently uses root UID 0

a NFS server by default maps that to UID 65534 (nobody in Unix world) which happens to be -2 in 16bit world

this is a security feature since in Unix root id god and isnt restricted by permissions - so a NFS server needs to be careful whom to give full unrestricted access

for troubleshooting - just use anon=0 on the Celerra NFS export

if that works then find a permanent solution, like fixing the root= clause or setting up usermapping on your Windows client so that you dont use UID 0

Rainer

No Events found!

Top