- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Has anybody seen this 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-07-2002 08:50 AM
03-07-2002 08:50 AM
(rimer)/# mkdir /tmp/dbp
(rimer)/# mount -F nfs remote:/public /tmp/dbp
nfs mount: mount_nfs: mount: /tmp/dbp: No such file or directory
Showmount -e on remote shows /public (everyone).
Any mount point seems to do the same thing (/x, /dbp, etc.)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2002 08:54 AM
03-07-2002 08:54 AM
Re: Has anybody seen this nfs problem?
The directory /tmp/dbp does not exist on the local system. I mean the mount point does not exist on the local system.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2002 08:54 AM
03-07-2002 08:54 AM
Re: Has anybody seen this nfs problem?
should be
# mount -F hfs remote:/public /tmp/dbp
or
# mount -F vxfs remote:/public /tmp/dbp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2002 08:57 AM
03-07-2002 08:57 AM
Re: Has anybody seen this nfs problem?
Try this:
# mount remote:/public /tmp/dbp
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2002 08:59 AM
03-07-2002 08:59 AM
Re: Has anybody seen this nfs problem?
Try,
mount remote:/public /tmp/dbp
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2002 08:59 AM
03-07-2002 08:59 AM
Re: Has anybody seen this nfs problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2002 09:19 AM
03-07-2002 09:19 AM
Re: Has anybody seen this nfs problem?
# mount remote:/public /tmp/dbp
nfs mount: mount_nfs: mount: /tmp/dbp: No such file or directory
Interestingly enough:
# ls /net/other_remote
var
# ls /net/remote
/net/remote not found
Problems on the remote server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2002 09:23 AM
03-07-2002 09:23 AM
SolutionCheck this out:
http://us-support.external.hp.com/cki/bin/doc.pl/sid=52a90f130d61bb0142/screen=ckiDisplayDocument?docId=500000000092354
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2002 10:57 AM
03-07-2002 10:57 AM
Re: Has anybody seen this nfs problem?
Remember that if no x perm on the dir no files can be executed OR read & mount checks for process bound files in dir prior to mounting.
HTH,
Jeff