- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't mount remote path
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-25-2003 03:51 AM
06-25-2003 03:51 AM
Can't mount remote path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 03:54 AM
06-25-2003 03:54 AM
Re: Can't mount remote path
Are the nfs deamons running on the remote host ?
# ps -ef | grep nfs
# /sbin/init.d/nfsclient start
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 03:54 AM
06-25-2003 03:54 AM
Re: Can't mount remote path
cat /etc/rc.config.d/nfsconf
ps -ef |grep nfs
Also, a gotcha is that sometimes servers access the NFS Mount point by another IP Address (if you have 2 IP Addresses on the server). Be sure that both can be resolved to a hostname on the local host.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 03:55 AM
06-25-2003 03:55 AM
Re: Can't mount remote path
There are 2 possible things to check:
1. The "portmap" process.
2. The nfs services.
Try to reload them - than retry to mount.
Lior./
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 04:00 AM
06-25-2003 04:00 AM
Re: Can't mount remote path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 06:58 AM
06-25-2003 06:58 AM
Re: Can't mount remote path
On both servers nfs should be running.
local host nfs client + nfs server
remote host nfs client
locale ---> export dir
remote ---> import dir
Juno, Please take some time and assign points to those who have given anwers to your questions.
Kind regards,
Robert-Jan.