- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS mount not working
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
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
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
тАО10-05-2000 06:20 AM
тАО10-05-2000 06:20 AM
NFS mount not working
I have verified that the /etc/exports file on the server has the entry for the client system. I have also checked that the hosts file has the entry for the client system and vice versa. The client is mounting other directories from the server already.
Here is the exports file from the server:
/fdisk1 -anon=65534,root=anatrol:kelvin:newton:hertz:tesla:einstein:lagrange:fourier:IRIS
/projects -anon=65534,root=anatrol:kelvin:tesla:hertz:newton:einstein:lagrange:fourier:IRIS
/projects2 -anon=65534,root=anatrol:kelvin:tesla:newton:hertz:einstein:lagrange:fourier:IRIS
/projects3 -anon=65534,root=anatrol:newton:hertz:fourier:kelvin:tesla:lagrange:einstein:IRIS
/projects5 -anon=65534,root=anatrol:newton:hertz:fourier:kelvin:tesla:einstein:lagrange:IRIS
I am trying to mount projects3. The entries are identical for each export and projects3 is the only one that does not work.
The export worked at one time. The drive died and had to be replaced and now the export and mount does not work.
Thanks
Craig A. Sharp
Unix Systems Administrator
Roush Industries, Inc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2000 06:30 AM
тАО10-05-2000 06:30 AM
Re: NFS mount not working
on your server do:
exportfs -a
This will reexport your /etc/exports.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2000 07:07 AM
тАО10-05-2000 07:07 AM
Re: NFS mount not working
If /projekts3 is not on the list, run exportfs -a to reexport all filesystems or exportfs /projekts3 to export only this filesystem.
Hope this helps.
Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2000 07:18 AM
тАО10-05-2000 07:18 AM
Re: NFS mount not working
"/sbin/init.d/nfs.client stop" and
"/sbin/init.d/nfs.server stop" then
"/sbin/init.d/nfs.client start" and
"/sbin/init.d/nfs.servert start"
First do this on the server, then the client.
Then re-export on the nfs server
"exportfs -a"
Then re-mount on the client if the mount is in fstab - otherwise, the restart above of automounter on the client should pick up the server exports.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-10-2000 08:28 AM
тАО10-10-2000 08:28 AM
Re: NFS mount not working
unexport the filesystem,
unmount the filesystem,
remount the filesystem,
reexport the filesystem
and try to mount it on the client.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-10-2000 08:28 AM
тАО10-10-2000 08:28 AM
Re: NFS mount not working
unexport the filesystem,
unmount the filesystem,
remount the filesystem,
reexport the filesystem
and try to mount it on the client.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-10-2000 08:29 AM
тАО10-10-2000 08:29 AM
Re: NFS mount not working
unexport the filesystem,
unmount the filesystem,
remount the filesystem,
reexport the filesystem
and try to mount it on the client.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-10-2000 08:31 AM
тАО10-10-2000 08:31 AM
Re: NFS mount not working
unexport the filesystem,
unmount the filesystem,
remount the filesystem,
reexport the filesystem
and try to mount it on the client.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-10-2000 08:50 AM
тАО10-10-2000 08:50 AM
Re: NFS mount not working
if this is successfull and no processes are running against this filesystem then retry the mount . If this does not work then try stopping and starting NFS daemons ( when suitable) and retry the mount.
It may be that you may need to reboot the server ????
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-10-2000 08:53 AM
тАО10-10-2000 08:53 AM
Re: NFS mount not working
if this is successfull and no processes are running against this filesystem then retry the mount . If this does not work then try stopping and starting NFS daemons ( when suitable) and retry the mount.
It may be that you may need to reboot the server ????
HTH