- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cannot mount remote file systems
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
05-01-2001 07:08 PM
05-01-2001 07:08 PM
I have a filesystem created on Linux RedHat 7.0 called /xpt.
I'm trying to import it into my HP D370 server. However, when I run SAM -> Networking and Communications -> Mounted Remote File Systems
and try to have the directory mounted, I get the following error:
"nfs mount: get_fh: lxmits::RPC: Program not registered."
What does this error mean and how to overcome it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 07:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 08:27 PM
05-01-2001 08:27 PM
Re: Cannot mount remote file systems
How is it I cannot see the contents of the directory at all. BTW, the directory appears as a soft link on the HP server.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 09:33 PM
05-01-2001 09:33 PM
Re: Cannot mount remote file systems
Can someone pls follow-up on this and help me resolve the above? Pls refer to my previous msg.
Thks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 10:20 PM
05-01-2001 10:20 PM
Re: Cannot mount remote file systems
u r linux system showing that the filesystem is exported, but what is the entry do u have in the /etc/exports, is it for all system or for specified systems, if so make an entry for unix system to which u wanted to mount.
i.e open the /etc/exports, make entry
filesystem path -access=unix system
close the file
#exportfs -a
in the unix system
#mount linux mc name:/filesystem path /mount- point
hope this solve u r problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 10:45 PM
05-01-2001 10:45 PM
Re: Cannot mount remote file systems
u r linux system shows that the filesystem has been exported, but is it been exported to all the systems or just for specified systems, pls do check the /etc/exports file, if entry is not there for the unix system make the same and
#mount filesystem /mount-point
# exportfs -a
in the unix machine
# mount linux system:/mount-point /mountpoint
hope this solve u r problem
later
ravi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 11:48 PM
05-01-2001 11:48 PM
Re: Cannot mount remote file systems
I've placed an entry in /etc/exports. Hw when I do an exportfs -a, I get an error:
no such file or directory eventhough it exists.
Pls assist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2001 01:02 AM
05-02-2001 01:02 AM
Re: Cannot mount remote file systems
most Linux Systems don't support the exportfs command. In the manpages of exports you will find the necessary command to make the changes active. (Think it's something like inetd -c).
For the RPC message: Think you have to make your Linux box to an NFS Server and not only an NFS Client. In HP-UX you have to set NFS_SERVER=1 in the /etc/rc.config.d/nfsconf. Try to find a similar entry in the /etc/rc.config. This should solve your RPC problems.
Hope this helps. Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2001 04:30 AM
05-02-2001 04:30 AM
Re: Cannot mount remote file systems
Just a couple of other basic things. [I may well be teaching you to suck eggs here, if so appologies :o]
If you are using HP-UX 11.x NFS will be V3 10.X it will be V2
Make sure BOTH boxes can ping each other
Good luck
Tim