- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS Mount 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
05-08-2002 03:18 AM
05-08-2002 03:18 AM
# /sbin/itit.d/nfs.client stop
killing rpc.lockd
killing rpc.statd
killing biod
# /sbin/init.d/nfs.client start
starting NFS CLIENT networking
starting up the rpcbind
rpcbind already started, using pid: 716
starting up the BIO daemons
/usr/sbin/biod 4
starting up the Status Monitor daemon
/usr/sbin/rpc.statd
starting up the Lock Manager daemon
/usr/sbin/rpc.lockd
starting up the Automount daemon
/usr/sbin/automount -f /etc/auto_master
No Maps were specified
mounting remote NFS file systems ...
Permission denied
FAILURE CODE: 1
Mount failed! Possible local filesystem mount.
If local filesystem, then nfs.server will mount it.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 03:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 03:26 AM
05-08-2002 03:26 AM
Re: NFS Mount Problem
Use "exportfs" or SAM on the NFS-server to check the export-rights of the directory.
Hartmut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 03:32 AM
05-08-2002 03:32 AM
Re: NFS Mount Problem
you can check two things
# showmount -e nfs_server_name
This will list you all the exported filesystem from your nfs server.
See wheather you have permission to mount it.
second you can also check wheather your both NFS client and server is able to resolve the name to ip.
try reexporting
# exportfs -av
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 03:41 AM
05-08-2002 03:41 AM
Re: NFS Mount Problem
exportfs error: test1: unknown host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 03:50 AM
05-08-2002 03:50 AM
Re: NFS Mount Problem
lokk like your server is not able to resolve test1 clinet
can you attach the /etc/exports file.
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 03:54 AM
05-08-2002 03:54 AM
Re: NFS Mount Problem
#/usr38 -root=dpas01:dpas02:dpas05:dpas06:206.37.151.53:#206.37.151.1:206.37.151.2:204.222.15.39:204.222.15.2,access=dpas01:#dpas02:dpas05:dpas06:206.37.151.1:206.37.151.2:204.222.15.39:204.222.15.2
/usr116 -anon=65534,root=dpas01:dpas03:dpas07:dpas13:dpas09:test1:test2,access=d
pas01:dpas03:dpas07:dpas09:dpas13:test1:test2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 03:57 AM
05-08-2002 03:57 AM
Re: NFS Mount Problem
quick way to resolve this use the client IP address in exports file but best way ensure hosts file , NIS , DNS are correctly setup.
cheers
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 04:03 AM
05-08-2002 04:03 AM
Re: NFS Mount Problem
/etc/hosts
and then try
also -anon=0
# exportfs -av
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 04:10 AM
05-08-2002 04:10 AM
Re: NFS Mount Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 04:17 AM
05-08-2002 04:17 AM
Re: NFS Mount Problem
/etc/nsswitch.conf
hosts: files dns nis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 05:16 AM
05-08-2002 05:16 AM
Re: NFS Mount Problem
Either use "nslookup test1" or just "nslookup" to go into interactive mode.
In interactive mode you can use the command "policy" to print your current resolving policy. Or just type the hostname you want to lookup.
BTW you can also use nslookup to resolve ip-addresses to hostnames.
Hartmut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 06:43 AM
05-08-2002 06:43 AM
Re: NFS Mount Problem
I added the ip address to the /etc/exports file that the nfs filesystem is located.
exportfs -av
cd to root and mounted the filesystem.
/sbin/init.d/nfs.client stop
/sbin/init.s/nfs.client start