Operating System - HP-UX
1754903 Members
3643 Online
108827 Solutions
New Discussion юеВ

Re: Unable to open '/usr/lib/hpux32/dld.so'

 
Jenny John
Advisor

Unable to open '/usr/lib/hpux32/dld.so'

When i swicth user from root to other user oracle, i get error
tfoisdb1:root/oracle/admin/FOIS/bdump>su - oracle
/usr/lib/hpux32/uld.so: Unable to open '/usr/lib/hpux32/dld.so'.
Abort(coredump)
13 REPLIES 13
Sunny123_1
Esteemed Contributor

Re: Unable to open '/usr/lib/hpux32/dld.so'

Hi

Check that the file exits there or not???

ll /usr/lib/hpux32/uld.so

Regards
Sunny
Sunny123_1
Esteemed Contributor

Re: Unable to open '/usr/lib/hpux32/dld.so'

Hi

Do you have too many files open and need to increase the kernel nfiles parm

Regards
Sunny
Jenny John
Advisor

Re: Unable to open '/usr/lib/hpux32/dld.so'


the file is present.
tfoisdb1:root/usr/bin>ll -l /usr/lib/hpux32/dld.so
-rwxrwxrwx 1 bin bin 1065976 Aug 14 2008 /usr/lib/hpux32/dld.so
Yes i do have the problem of too many files opened.
I have checked the parameter nfile and it is fully utilized.
Can anybody tell me is both d problems related
Sunny123_1
Esteemed Contributor

Re: Unable to open '/usr/lib/hpux32/dld.so'

Hi

can you post nfile utilisation output???

I think you need to increase these parameter.

Regards
Sunny


Jenny John
Advisor

Re: Unable to open '/usr/lib/hpux32/dld.so'

SYSTEM TABLES REPORT Users= 7

System Table Available Used Utilization High(%)
--------------------------------------------------------------------------------
Proc Table (nproc) 4200 432 10 10
File Table (nfile) 30000 29977 100 100
V. Nyga
Honored Contributor

Re: Unable to open '/usr/lib/hpux32/dld.so'

Hi,

start SAM - Kernel Configuration.
There you can change it - pay attention, sytem will do a reboot.

Volkmar
*** Say 'Thanks' with Kudos ***
Sunny123_1
Esteemed Contributor

Re: Unable to open '/usr/lib/hpux32/dld.so'

Hi

Change your kernel parameter.It will required a reboot.SAM is safest way to do that.


Regards
Sunny
Dennis Handly
Acclaimed Contributor

Re: Unable to open '/usr/lib/hpux32/dld.so'

>/usr/lib/hpux32/uld.so: Unable to open '/usr/lib/hpux32/dld.so'.
Abort(coredump)

This is broken. A program should tell you what errno it got. No other details?

>the file is present.
-rwxrwxrwx 1 bin bin 1065976 Aug 14 2008 /usr/lib/hpux32/dld.so

This is broken. dld.so should not be writable.

>Sunny123: Check that the file exits there or not?

Of course /usr/lib/hpux32/uld.so is there, it printed the message.

>Change your kernel parameter. It will required a reboot.

This is a dynamic tunable, at least on 11.31, just use kctune(1m).