1847139 Members
5838 Online
110263 Solutions
New Discussion

NFS error

 

NFS error

Has anyone ever seen the error message:
/usr/lib/dld.sl: Unresolved symbol:__libnsl_is_
variable_set (code) from /sbin/fs/nfs/mount
mount: mount : terminated abnormally
I receive this error when I nfs mount to another machine.
Please advise.
Thanks!
Unix is great, when it works
6 REPLIES 6
harry d brown jr
Honored Contributor

Re: NFS error


(1) make sure you are up-to-date with OS patches
(2) What OS release are you running?
(3) what are you mounting to?
(4) What was the mount command you used?

live free or die
harry
Live Free or Die

Re: NFS error

Hi,

I have the latest patches. HP-UX 11.0
command is
mount -F nfs cu2:/home/brewster/archvi1 /brewsterarchive
Unix is great, when it works
Tom Jackson
Valued Contributor

Re: NFS error

Hi Brian:

Sounds like your mount command is referencing the worng lib file. I would check patches for your OS version.

Tom
Bill McNAMARA_1
Honored Contributor

Re: NFS error

root @ cactus / # which mount
/usr/sbin/mount

root @ cactus / # what /usr/sbin/mount
/usr/sbin/mount:
$Revision: 82.5.1.9 $
$ PATCH/11.00:PHCO_19491 Aug 9 1999 09:51:13 $
PATCH_11_00: mount.o 99/12/06

It works for me (tm)
Bill McNAMARA_1
Honored Contributor

Re: NFS error

for comparisson:

root @ cactus / # chatr /sbin/fs/nfs/mount
/sbin/fs/nfs/mount:
shared executable
shared library dynamic path search:
SHLIB_PATH disabled second
embedded path enabled first /usr/lib:
shared library list:
dynamic /usr/lib/libnsl.1
dynamic /usr/lib/libc.2
dynamic /usr/lib/libdld.2
shared library binding:
deferred
global hash table disabled
plabel caching disabled
shared vtable support disabled
static branch prediction disabled
executable from stack: D (default)
kernel assisted branch prediction enabled
lazy swap allocation disabled
text segment locking disabled
data segment locking disabled
third quadrant private data space disabled
fourth quadrant private data space disabled
data page size: D (default)
instruction page size: D (default)
root @ cactus / # what /sbin/fs/nfs/mount
/sbin/fs/nfs/mount:
mount: PHNE_20371
mount_xdr.c: $Revision: 1.2.211.4 $ $Date: 96/10/25 14:53:56 $
xdr_nlm.c: $Revision: 1.2.211.4 $ $Date: 96/10/25 14:53:59 $
bindresvport.c: $Revision: 1.2.211.4 $ $Date: 96/10/25 14:53:40 $
It works for me (tm)
Simon Galton
Frequent Advisor

Re: NFS error

I have often seen dld.sl errors associated with maxed-out inode and/or file handles.

Check the maxfiles, nfiles and ninode settings in your kernels tunable parameters.

Are other NFS mounts working on this system? How many?

Does this system have the standard recommended patches installed?

Good luck, Brian...

Simon