- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 01:51 AM
03-16-2004 01:51 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 01:54 AM
03-16-2004 01:54 AM
Re: NFS problem
If yes, what's the name of the software?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 01:55 AM
03-16-2004 01:55 AM
Re: NFS problem
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 01:55 AM
03-16-2004 01:55 AM
Solutionhttp://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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 07:54 PM
03-16-2004 07:54 PM
Re: NFS problem
why don't you use samba(cifs) on your HP-UX box?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 08:00 PM
03-16-2004 08:00 PM
Re: NFS problem
if you are mounting the windows drives to HPUX install the cifs client on the HP machine and use
#mount -F cifs <> /mount-point