- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS on an existing NFS server
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
12-07-2006 07:31 AM
12-07-2006 07:31 AM
I have added the directory and client to the server's "/etc/exports" file and run exportfs -a. No errors.
On the client I added the entry into the fstab file and ran mount /conversion and get the following error.
nfs mount: get_fh: osihrp01.pds:: RPC: Program not registered
nfs mount: retry: backgrounding: /conversion
nfs mount: get_fh: osihrp01.pds:: RPC: Program not registered
nfs mount: retry: retrying(1) for: /conversion after 5 seconds
mount: Unable to update mnttab
I see several issues like this, but the existing nfs server is working fine.
What did I forget?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 07:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 07:52 AM
12-07-2006 07:52 AM
Re: NFS on an existing NFS server
I want to make sure I don't break the existing stuff out there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 09:09 AM
12-07-2006 09:09 AM
Re: NFS on an existing NFS server
Is the name of the server "osihrp01.pds"? If so, please try issuing these commands from the new 11.11 client:
# rpcinfo -p osihrp01.pds
# rpcinfo -u osihrp01.pds mountd
# rpcinfo -t osihrp01.pds nfs
Please post the output from these commands.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 09:15 AM
12-07-2006 09:15 AM
Re: NFS on an existing NFS server
have to have the server name in the fstab not the client name.....Duh.