- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
06-21-2000 05:30 AM
06-21-2000 05:30 AM
NFS problem
We have a problem mounting NFS on a particular HP-UX 10.20 server. We get the message:
RPC_REMOTE_PROGRAM_UNAVAILABLE
What could be the problem? Please ask us for more information if needed.
Tenx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2000 05:44 AM
06-21-2000 05:44 AM
Re: NFS problem
Check "inetd", it should be running, check the manpage. Are you having problems with any orher services like telnet or rlogin on that box?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2000 05:45 AM
06-21-2000 05:45 AM
Re: NFS problem
You need to ensure that NFS_CLIENT has been set to 1, and then START_MOUNTD=1
You would then need to reboot the system and ensure that the entry in rc.log shows it has started ok.
If this does not work, or is set, you would need to check portmap is running etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2000 05:47 AM
06-21-2000 05:47 AM
Re: NFS problem
/usr/sbin/rpc.lockd
/usr/sbin/rpc.statd
/opt/dcr/sbin/rpcd
/usr/sbin/rpc.mountd
Be careful on the order they are started.
Also see if the nfsd and biod processes are running.
(ps -ef | grep nfs)
(ps -ef | grep biod)
Check in the /etc/rc.config.d/nfsconf the see if the NFS services (server and/or client) are set to start on boot. If not, change to "1".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2000 05:58 AM
06-21-2000 05:58 AM
Re: NFS problem
Thanks for your quick anwser. I actually mean that I cannot connect from a HP-UX server to a Novell server; inetd is running and I can connect through telnet. All other servers do not have any problems when connecting to Novell.
Martijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2000 05:58 AM
06-21-2000 05:58 AM
Re: NFS problem
Just do the following:
-You must know the host machine and the file system's directory. Use ping to varify
-Enable network services through SAM
-Add exported file system
-Make sure /etc/rc.config.d/nfsconf on the server has NFS_SERVER=1 and START_MOUNTD=1. Run the line command "/usr/sbin/exportfs -a".
-On the Client server, create the mount pt, use SAM to enable NFS client and Automounter.
Check /etc/rc.config.d/nfsconf for NFS_CLIENT=1; AUTOMOUNT=1 and START_MOUNT=1.
-Run the command on the server: "/sbin/init.d/nfs.server start
-On the client run: "/sbin/init.d/nfs.client start
You don't have to reboot the servers.
I hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2000 06:08 AM
06-21-2000 06:08 AM
Re: NFS problem
If you have the PRC processes, the filesystems are being exported, you can connect via telnet and communicate is other ways, I would look at Novell. Are there RPC services needed over there as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2000 07:04 AM
06-21-2000 07:04 AM
Re: NFS problem
All your statements were there and running but did not resolve the problem.
Thanks anyway
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2000 07:08 AM
06-21-2000 07:08 AM
Re: NFS problem
Can you NFS mount to this Novell box from other HP-UX boxes? If not, problem is definiately on Novell side. There is an admin utility on Novell, similar to SAM, "syscon". Compare disk volume setup, permissions if any to another Novell box that is working.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2000 07:14 AM
06-21-2000 07:14 AM
Re: NFS problem
All other servers do not have any problems connecting to Novell. Just this one server.
Martijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2000 07:24 AM
06-21-2000 07:24 AM
Re: NFS problem
Check you /var/adm/inetd.sec file to see if the server is allowed or denied
for rpc and mountd.
This is an additional security file for inetd.conf file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2000 07:36 AM
06-21-2000 07:36 AM
Re: NFS problem
Thoms T.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2000 05:10 AM
06-22-2000 05:10 AM
Re: NFS problem
Thank you all for your help!
Martijn