- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: NFS Client not starting
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-26-2007 10:49 AM
03-26-2007 10:49 AM
NFS Client not starting
# /sbin/init.d/nfs.client start
starting NFS CLIENT networking
starting up the rpcbind
rpcbind already started, using pid: 28068
starting up the BIO daemons
biod(s) already started, using pid(s): 28202 28211 28201 28203 28200 28204 28214 28206 28210 28208 28215 28207 28212 28205 28213 28209
exportfs error: nothing to export.
Reading in /etc/exports
starting up the Status Monitor daemon
rpc.statd already started, using pid: 28226
starting up the Lock Manager daemon
rpc.lockd already started, using pid: 28232
starting up the Automount daemon
/usr/sbin/automount -f /etc/auto_master
FAILURE CODE: 2
mounting remote NFS file systems ...
mounting CacheFS file systems ...
Can anyone tell me why this is happening and how to solvde it.
Regards
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 12:09 PM
03-26-2007 12:09 PM
Re: NFS Client not starting
What do you want to achieve? Probably, if you correctly set the /etc/fstab file, the NFS file systems should be mounted, as no errors reported when mounting remote NFS file systems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 12:43 PM
03-26-2007 12:43 PM
Re: NFS Client not starting
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 09:57 PM
03-26-2007 09:57 PM
Re: NFS Client not starting
You may want it manually mounted then follow the following steps:
mount server_name:/net_related_dir_exported /net
- Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 11:12 PM
03-26-2007 11:12 PM
Re: NFS Client not starting
www.wlug.org/files/automounter.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 11:18 PM
03-26-2007 11:18 PM
Re: NFS Client not starting
- Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 11:38 PM
03-26-2007 11:38 PM
Re: NFS Client not starting
The nfs client you are talking about obviously isn't of Linux origin but rather HP-UX.
Anyway, usually for automounted host mounts beneath /net, on the nfs client all that's required is a mapping like this
# grep ^/net /etc/auto_master
/net -hosts -nosuid,soft,nobrowse
also the nfsconf must be prepared to start automounter on the client like so
# grep -E '^(NFS_CLIENT|AUTO)' /etc/rc.config.d/nfsconf
NFS_CLIENT=1
AUTOMOUNT=1
AUTO_MASTER="/etc/auto_master"
AUTO_OPTIONS="-f $AUTO_MASTER"
# /sbin/init.d/nfs.client start
(after the nfs.core) should start the stuff.
# UNIX95= ps -o user,pid,ppid,args -C automountd
USER PID PPID COMMAND
root 901 1 /usr/lib/netsvc/fs/enh_autofs/automountd
On any nfs server export a filesystem to the box where autounter runs.
Then access this export from the nfs client via the /net/
and automunter should dutyfully mount the share (if not already mounted).
# ll /net/somehost/opt/ansic
total 48
dr-xr-xr-x 2 bin bin 8192 Oct 10 2002 bin
dr-xr-xr-x 3 bin bin 96 Oct 10 2002 html
dr-xr-xr-x 2 bin bin 96 Oct 10 2002 include
dr-xr-xr-x 2 bin bin 8192 Oct 10 2002 lbin
dr-xr-xr-x 3 bin bin 96 Oct 10 2002 lib
dr-xr-xr-x 3 bin bin 96 Oct 10 2002 newconfig
dr-xr-xr-x 3 bin bin 96 Oct 10 2002 share
dr-xr-xr-x 2 bin bin 8192 Mar 1 09:53 tlinks
# bdf -t nfs
Filesystem kbytes used avail %used Mounted on
somehost:/opt/ansic 1331200 1237288 93224 93% /net/bode/opt/ansic