1837168 Members
2722 Online
110113 Solutions
New Discussion

Re: umount error

 
Starrynight
Advisor

umount error

Hi everyone

Thus anyone knows what this error message means:
umount: setmntent /etc/mnttab errno 46 still trying ...
I found a strange line in /etc/mnttab ... much like a message sent to the console.

Thanks in advance
System administrator
4 REPLIES 4
RAC_1
Honored Contributor

Re: umount error

From errno.h
#define ENOLCK 46 /* System record lock table was full */

The error 46 is as above. Are there any errors in syslog.log/dmesg??

also you may want to have a look at following.

sar -v 4 5
glance -t

Anil
There is no substitute to HARDWORK
Robert-Jan Goossens
Honored Contributor

Re: umount error

HPUX 11.0 ?

Check patch PHCO_32448

http://www4.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHCO_32448

Search inside the patch nots for setmntent

Regards,
Robert-Jan
Starrynight
Advisor

Re: umount error

Hi

This message appears went I merge two LVM logical volumes into one logical volume.
I want to make sure that the next time the mirror is splitted for backup the error don't appear again.

Thanks
SN
System administrator
Robert-Jan Goossens
Honored Contributor

Re: umount error

SN,

Are you using 11.0 and if you are, are you up to date with patches ?

# swlist -l product | grep PHCO_32448

Check the patch dependecies for this patch too.

Regards,
Robert-Jan