Operating System - HP-UX
1829260 Members
1881 Online
109988 Solutions
New Discussion

Unable to Load Shared lib:

 
Rajeesh_1
Advisor

Unable to Load Shared lib:

I'm getting following error will running an MQ-Series Adapter. Please let me know which parameter i need to increase/decrease to make it work.

Error Message :
Adapter aborted: Code = , Category = , Severity = , Description = Unable to
load shared lib: libMQAdapterS.sl. Not enough space, File = Unknown file,
line = 0
3 REPLIES 3
Ravi_8
Honored Contributor

Re: Unable to Load Shared lib:

Hi,

This happens if there is no enough space in filesystem in which you run MQSC (MQ series commands)usually it's /opt in HP and Solaris,/usr/lpp in AIX. and also in /tmp.
Since MQSC creates files under /tmp.

If this doesn't solve your problem, then you are using ksh, change your shell to sh which changes your ulimit to unlimited
never give up
Rajeesh_1
Advisor

Re: Unable to Load Shared lib:

I'm getting the error even after changing the shell

Following is the bdf output of my machine

Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 204800 136959 64636 68% /
/dev/vg00/lvol1 299157 29471 239770 11% /stand
/dev/vg00/lvol8 2048000 620114 1338867 32% /var
/dev/vg00/lvol7 2048000 1603820 416703 79% /usr
/dev/vg00/lvol4 204800 1491 190672 1% /tmp
/dev/vg00/lvol6 4194304 1384817 2637331 34% /opt
/dev/vg00/lvol5 8089600 6293389 1687497 79% /home
Ravi_8
Honored Contributor

Re: Unable to Load Shared lib:

Hi,

Now you need to increase shmmax,msgssz,
msgmax,msgmnb,msgseg kernel parameters, If this does solve the problem install the DCE.
never give up