Operating System - HP-UX
1833589 Members
3815 Online
110061 Solutions
New Discussion

NFS on win2k Prefessional

 
SOLVED
Go to solution
leereg_4
Advisor

NFS on win2k Prefessional

Does win2k surpport NFS service?
If then, how to conifigure it as server or client?
Always UNIX
8 REPLIES 8
Shahul
Esteemed Contributor

Re: NFS on win2k Prefessional


Hi

I did not get ur quetion. Can U tell me what U want exactly.


Shahul
KapilRaj
Honored Contributor

Re: NFS on win2k Prefessional

As per my knowledge It supports a client part of NFS. ie. You can map a UNIX Volume on an NT Workstation.

Do a search on humming bird at www.yahoo.com it should

good luck,

kaps
Nothing is impossible
leereg_4
Advisor

Re: NFS on win2k Prefessional

I have HP-UX10.20 on servers and workstations. I use windows 2000 professional edtion. I want to configure my windows2000 as a NFS client of my UNIX NFS server. How to do?
Always UNIX
KapilRaj
Honored Contributor
Solution

Re: NFS on win2k Prefessional

hi,

please download the attached file. and follow the procedure.

On your HP 9000 machine.

cp nfsd /usr/sbin
/usr/sbin/nfsd 4 &

the second line starts the daemon . after this you can map UNIX volume on a win2 K machine by the following command.

Option 1.

Map network drive \\"ip address of hp9000"\volume name

Option 2.

net use r: \\"ip address "\file system name (mount point which is exported"


best of luck


kaps
Nothing is impossible
KapilRaj
Honored Contributor

Re: NFS on win2k Prefessional

leereg,

sorry you better goto www.hummingbird.com and down load the client version of that . Then only u can map unix volume. sorry for the wrong input,

goto the site & hv a nice day,


good luck

kaps
Nothing is impossible
KapilRaj
Honored Contributor

Re: NFS on win2k Prefessional

hv a look at this following link

http://www.hummingbird.com/products/nc/nfs/index.html

good luck

kaps
Nothing is impossible
Shahul
Esteemed Contributor

Re: NFS on win2k Prefessional


Hi

Here first U will have to start pc_nfsd in hp Box. For that go to /etc/rc.config.d directory and edit nfsconf file.

Change the value of PCNFS_SERVER from 0 to 1.

Come out

#cd /sbin/init.d
#nfs.server stop
#nfs.client stop
#nfs.server start
#nfs.client start

#ps -ef | grep pcnfsd

Make sure that pcnfsd is running.

Now go to Win2K machine and load any communication S/W like Hummingbird (As Mr. Kapil mentioned above). After loading humming bird S/W, Go to network nighbourhood. Here U can map Unix drives by using IP address of HP box.

Best of luck

Shahul
Shannon Petry
Honored Contributor

Re: NFS on win2k Prefessional

You can also use samba for UNIX, and use it to export a windows share. Samba supports NTLM, Netbios, netbios over tcpip, can serve as domain master, client, or slave and more. For more information, see www.samba.org

This uses all windblows native calls, so is much easier to use than hummingbird, and it's free.

regards,
Shannon
Microsoft. When do you want a virus today?