Operating System - HP-UX
1748153 Members
3589 Online
108758 Solutions
New Discussion

Re: Problem mounting an NFS filesystem HP-UX 11.31

 
Javbor
Occasional Contributor

Problem mounting an NFS filesystem HP-UX 11.31

Hi guys!

 

We have a problem mounting an NFS on a HP-UX 11.31 server from a HP-UX 11.23 server. We' ve got this message:

 

qasecc:/usr/sap> mount clusterpec:/usr/sap/trans /usr/sap/trans

nfs mount: clusterpec:/usr/sap/trans: server not responding : RPC: Timed out

nfs mount: retrying: /usr/sap/trans

nfs mount: clusterpec: : RPC: Timed out

nfs mount: giving up on: /usr/sap/trans

 

Any idea?.

 

Thanks,

 

Javier

3 REPLIES 3
Jorge Pons
Trusted Contributor

Re: Problem mounting an NFS filesystem HP-UX 11.31

Hi

 

 have you revised that cluster is exporting that file system?

 

 Regards

Steven E. Protter
Exalted Contributor

Re: Problem mounting an NFS filesystem HP-UX 11.31

Shalom,

 

Recommendations:

/sbin/init.d/nfs.client stop

/sbin/init.d/nfs.server stop

/sbin/init.d/nfs.core stop

/sbin/init.d/nfs.core start

/sbin/init.d/nfs.server start

/sbin/init.d/nfs.client start

 

You may need to do this on the NFS server as well.

 

Diagnostic tool: showmount -e hostname or showmount -e ip_address

 

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
Dennis Handly
Acclaimed Contributor

Re: Problem mounting an NFS filesystem HP-UX 11.31

Is clusterpec up?  Any other systems mounting from that one?