- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS No such file or directory error
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
Discussions
Discussions
Discussions
Forums
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
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-24-2003 06:43 AM
тАО06-24-2003 06:43 AM
NFS No such file or directory error
when I try to mount using
mount -F server1:/Unixshare /transfer
I get error
nfs mount: mount_nfs: mount: /transfer: No such file or directory.
I have verified the obvious.
1. /transfer is a directory in root with 777 perm
2. nfs client daemons are running.
3. windows is exporting it to everyone.(i can acutally mount it on a 10.20 system without issues.)
4. NFS works between 2 unix servers.
I saw similar messages before..but none of them had a solution. I have opened a call with HP..but wanted input from the forum. Thanks.
NJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 06:50 AM
тАО06-24-2003 06:50 AM
Re: NFS No such file or directory error
Try mount -F nfs server1:/Unixshare /transfer
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 06:51 AM
тАО06-24-2003 06:51 AM
Re: NFS No such file or directory error
try
mount -F nfs server1:/Unixshare /transfer
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 06:55 AM
тАО06-24-2003 06:55 AM
Re: NFS No such file or directory error
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 06:57 AM
тАО06-24-2003 06:57 AM
Re: NFS No such file or directory error
my command was
mount -F nfs server1:/Unixshare /transfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 07:04 AM
тАО06-24-2003 07:04 AM
Re: NFS No such file or directory error
Somehow I just knew that had to be a typo. Maybe HP will come up with something. I'm at a loss.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 07:13 AM
тАО06-24-2003 07:13 AM
Re: NFS No such file or directory error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 07:16 AM
тАО06-24-2003 07:16 AM
Re: NFS No such file or directory error
1) nslookup unixserver
2) nslookup
If the W2K box can't resolve either one, then you won't be able to mount the share.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 07:16 AM
тАО06-24-2003 07:16 AM
Re: NFS No such file or directory error
cd /net/server1
and issue an ls -l to see what directories are availables, then cd to the desired directory.
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 07:19 AM
тАО06-24-2003 07:19 AM
Re: NFS No such file or directory error
try creating another mount point, just for test.
maybe /test1
and see what happens.
Is the error the same ?
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 07:21 AM
тАО06-24-2003 07:21 AM
Re: NFS No such file or directory error
Why not forget about NFS?
Windows 2000 has in essence a built in samba server on all shares.
All you need is an account on the W2K box for the HP-UX box and this software installed.
Samba has all the advantages of NFS and few of the pitfalls.
Here is a link for the CIFS/9000(hp speak for samba) software.
Client
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8724AA
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 07:33 AM
тАО06-24-2003 07:33 AM
Re: NFS No such file or directory error
rpcinfo -p
and verify if nfs e mountd are present in the last column.
If not verify that entries in
/etc/rc.config.d/nfsconf:
NFS_SERVER = 1
NFS_CLIENT = 1
NUM_NFSD = 4
START_MOUNTD=1
If you need modify this file, next:
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.client start
/sbin/init.d/nfs.server start
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 07:43 AM
тАО06-24-2003 07:43 AM
Re: NFS No such file or directory error
Let's try to get involved into this issue :)
Do the following (please:) :
showmount -a
set -o vi
cd /opt # as long as it's no /tmp/...
mkdir /tmp/newmountpoint
mount -F nfs
Now see if it gives the same error. Do a fuser -fu on the directory /tmp/newmountpoint if it gives you any errors. showmount -a should show you the exported filesystems from your client side.
Good luck !
Regs David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 07:55 AM
тАО06-24-2003 07:55 AM
Re: NFS No such file or directory error
I tried using the IP address of Win2000 server and it was able to mount the server.
only issue now is, everytime a non root user tries to access the filesystem they can get to the files but a annoying error show up..
NFS access failed for server 10.211.3.4: RPC: Authentication error
10.211.3.4 is the win2000 server.
why the FQDN does not work but IP works I am not sure yet..could be something to do with the win2000/hp resolving?
Thanks to all for the responses so far.
*I was getting the error even if automount is OFF.
* the win2000 is administered by someone else..i havent' really talked to them yet (since 10.20 was able to mount it..I was thinking maybe its something in 11i)
Thanks
NJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2003 07:59 AM
тАО06-24-2003 07:59 AM
Re: NFS No such file or directory error
Chris