1833753 Members
2553 Online
110063 Solutions
New Discussion

NFS problem

 
SOLVED
Go to solution
pradi
New Member

NFS problem

Hi,

I need to be able to accede to a folder in a Windows 2000 server from HP - UX 11

From HP I do:
#mount 192.168.0.103:/Normativa /norma
I obtain the error:
nfs mount: get_fh: 192.168.0.103:: RPC: Rpcbind failure - RPC: Timed out

can anyone advise?

Many thanks and regards,
Pradi


5 REPLIES 5
Geoff Wild
Honored Contributor

Re: NFS problem

Is NFS running on the Windows server?

If yes, what's the name of the software?

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Steven E. Protter
Exalted Contributor

Re: NFS problem

There appears to be a networking or configuration problem between the to boxes.

check the following files:

/etc/fstab for the nfs mount

Check it against:

/etc/exports on the target server. Look for incompatible settings, typos in the hostnames or parameters that don't work.

try restarting the daemon on the target server with verbose commands:

exportfs -av

That will give you details. You need to match the source machines fstab parameters.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Karthik S S
Honored Contributor
Solution

Re: NFS problem

You need to have server for NFS installed on Windows. Download Windows Services For UNIX from microsoft.com site at,

http://www.microsoft.com/windows/sfu/downloads/default.asp

After installing SFU if you right click and open the properties of the directory that you want to share you will find a tab by name NFS sharing. Enable access to the hp-ux box from there or also you can set anonymous access.

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
Ionut Grigorescu_2
Super Advisor

Re: NFS problem

Hi,

why don't you use samba(cifs) on your HP-UX box?
If it weren't for STRESS I'd have no energy at all
T G Manikandan
Honored Contributor

Re: NFS problem

If you are mounting HPUX file systems to windows then install the samba software on the HPUX.

if you are mounting the windows drives to HPUX install the cifs client on the HP machine and use

#mount -F cifs <> /mount-point