- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS client start issue
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
тАО03-10-2010 02:40 AM
тАО03-10-2010 02:40 AM
NFS client start issue
Hello all,
I am trying to setup nfs client on this server.
I am experiencing problem in starting nfs.client on one of hp-ux ll1 server.
Please find below error message when i tried to start the nfs.client.
root@server1:>./nfs.client start
starting NFS CLIENT networking
starting up the rpcbind
rpcbind already started, using pid: 7811
starting up the BIO daemons
/usr/sbin/biod 16
starting up the Status Monitor daemon
/usr/sbin/rpc.statd
starting up the Lock Manager daemon
/usr/sbin/rpc.lockd
mounting remote NFS file systems ...
FAILURE CODE: 126
Mount failed! Possible local filesystem mount.
If local filesystem, then nfs.server will mount it.
mounting CacheFS file systems ...
FAILURE CODE: 126
Mount failed! Possible local filesystem mount.
If local filesystem, then nfs.server will mount it.
Can anybody tell me what is causing this issue?
Thanks & regards
Manoj PU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2010 02:55 AM
тАО03-10-2010 02:55 AM
Re: NFS client start issue
If local filesystem, then nfs.server will mount it.
Maybe your client is trying to mount a local filesystem.
Try to start also the server and then re-start the client.
nfs.client stop
nfs.server start
nfs.client start
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2010 03:01 AM
тАО03-10-2010 03:01 AM
Re: NFS client start issue
Thanks for your response.
I tried as you suggested but no luck. any other suggestion please.
Thanks & regards
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2010 03:19 AM
тАО03-10-2010 03:19 AM
Re: NFS client start issue
>Mount failed! Possible local filesystem mount.
If local filesystem, then nfs.server will mount it.
Please post the output for
nfs.client stop
nfs.server start
nfs.client start
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2010 03:23 AM
тАО03-10-2010 03:23 AM
Re: NFS client start issue
killing rpc.lockd
killing rpc.statd
killing biod
root@server1:>./nfs.server start
starting NFS SERVER networking
starting up the rpcbind daemon
rpcbind already started, using pid: 19091
starting up the Status Monitor daemon
/usr/sbin/rpc.statd
starting up the Lock Manager daemon
/usr/sbin/rpc.lockd
root@server1:>./nfs.client start
starting NFS CLIENT networking
starting up the rpcbind
rpcbind already started, using pid: 19091
starting up the BIO daemons
/usr/sbin/biod 16
starting up the Status Monitor daemon
rpc.statd already started, using pid: 23747
starting up the Lock Manager daemon
rpc.lockd already started, using pid: 23753
mounting remote NFS file systems ...
FAILURE CODE: 126
Mount failed! Possible local filesystem mount.
If local filesystem, then nfs.server will mount it.
mounting CacheFS file systems ...
FAILURE CODE: 126
Mount failed! Possible local filesystem mount.
If local filesystem, then nfs.server will mount it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2010 04:12 AM
тАО03-10-2010 04:12 AM
Re: NFS client start issue
--------------------------------
echo " mounting remote NFS file systems ..."
x=0
/sbin/mount -aQF nfs
set_return
if [ $x -ne 0 ];then
echo " Mount failed! Possible local filesystem mount."
echo " If local filesystem, then nfs.server will mount it."
echo ""
rval=0
fi
##
# mount the CacheFS file systems specified in /etc/fstab.
##
echo " mounting CacheFS file systems ..."
x=0
/sbin/mount -aQF cachefs
set_return
if [ $x -ne 0 ];then
echo " Mount failed! Possible local filesystem mount."
echo " If local filesystem, then nfs.server will mount it."
echo ""
rval=0
fi
--------------------------
mount -a ... How does it look like
/etc/fstab
cat /etc/fstab
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2010 05:44 AM
тАО03-10-2010 05:44 AM
Re: NFS client start issue
Thanks for the feedback.
Problem has been resolved.
/sbin/mount file was empty.
FAILURE CODE: 126 was coming from the mount command exit code when nfs.client start command was issued.
exit code 126 represents permission denied.
Thanks again for the response.
Regards
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2010 05:48 AM
тАО03-10-2010 05:48 AM
Re: NFS client start issue
empty ?! And you had a running system? How does your filesystems were able to be mounted if the mount command was missing?
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2010 06:06 AM
тАО03-10-2010 06:06 AM
Re: NFS client start issue
Hi Horia,
From the time stamp of the file,it seems like unkowingly /sbin/mount was nollified yesterday.
We would experienced problem with mounting filesystems if we restart the server.
Thanks & regards
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2010 06:21 AM
тАО03-10-2010 06:21 AM
Re: NFS client start issue
Thanks & Regards
Manoj