Operating System - Linux
1829734 Members
2125 Online
109992 Solutions
New Discussion

RHEL V4 U1 and Insight Manager Agents?

 
Robert Walker_8
Valued Contributor

RHEL V4 U1 and Insight Manager Agents?

When configuring HP Lights Out Management Agents I get the following error - regarding PThread Library not being installed. Any ideas?

Robert.

It has been determined that your server has more than 4GB of memory.
Due to a kernel performance issue on some 2.4 kernels, closing CCISS
device nodes may take lots of CPU time on servers that have a large
amount of memory. By answering 'y' to the following question, agents
will keep CCISS device nodes open without ever closing them to achieve
better performance. Please be advised that by doing so, you may have
to stop agents before you can configure the disks attached to CCISS
controllers with such tools as fdisk or cpqacuxe.

Do you wish to keep CCISS device handle open (y/n): y
Starting HP Server Management Drivers and Agents, please wait ...
The binary "/opt/compaq/foundation/bin/cmapeerd" depends on "/etc/libcwait.so".
The binary "/opt/compaq/foundation/bin/cmapeerd" depends on "/usr/lib/libcmapeer.so.1".
The binary "/opt/compaq/foundation/bin/cmapeerd" depends on "/usr/lib/libcmacommon.so.1".
The binary "/opt/compaq/foundation/bin/cmapeerd" depends on "/usr/lib/libcpqci.so.1".
The binary "/opt/compaq/foundation/bin/cmapeerd" depends on "/usr/lib/libhpasmintrfc.so.1".
The binary "/opt/compaq/foundation/bin/cmapeerd" depends on "/usr/lib/libhpev.so.1".
The binary "/opt/compaq/foundation/bin/cmapeerd" depends on "/lib/tls/libpthread.so.0".
Hint: Install your distribution's pthreading library.
The binary "/opt/compaq/foundation/bin/cmahostd" depends on "/etc/libcwait.so".
The binary "/opt/compaq/foundation/bin/cmahostd" depends on "/usr/lib/libcmacommon.so.1".
The binary "/opt/compaq/foundation/bin/cmahostd" depends on "/usr/lib/libcpqci.so.1".
The binary "/opt/compaq/foundation/bin/cmahostd" depends on "/usr/lib/libhpasmintrfc.so.1".
The binary "/opt/compaq/foundation/bin/cmahostd" depends on "/usr/lib/libhpev.so.1".
The binary "/opt/compaq/foundation/bin/cmahostd" depends on "/lib/tls/libpthread.so.0".
Hint: Install your distribution's pthreading library.
The binary "/opt/compaq/foundation/bin/cmahostd" depends on "/lib/tls/libm.so.6".
The binary "/opt/compaq/foundation/bin/cmathreshd" depends on "/etc/libcwait.so".
The binary "/opt/compaq/foundation/bin/cmathreshd" depends on "/usr/lib/libcmacommon.so.1".
The binary "/opt/compaq/foundation/bin/cmathreshd" depends on "/usr/lib/libcmapeer.so.1".
The binary "/opt/compaq/foundation/bin/cmathreshd" depends on "/usr/lib/libhpasmintrfc.so.1".
The binary "/opt/compaq/foundation/bin/cmathreshd" depends on "/usr/lib/libhpev.so.1".
The binary "/opt/compaq/foundation/bin/cmathreshd" depends on "/lib/tls/libpthread.so.0".
Hint: Install your distribution's pthreading library.
The binary "/opt/compaq/server/bin/cmahealthd" depends on "/etc/libcwait.so".
The binary "/opt/compaq/server/bin/cmahealthd" depends on "/usr/lib/libcmacommon.so.1".
The binary "/opt/compaq/server/bin/cmahealthd" depends on "/usr/lib/libhpasmintrfc.so.1".
The binary "/opt/compaq/server/bin/cmahealthd" depends on "/usr/lib/libhpev.so.1".
The binary "/opt/compaq/server/bin/cmahealthd" depends on "/lib/tls/libpthread.so.0".
Hint: Install your distribution's pthreading library.
The binary "/opt/compaq/server/bin/cmastdeqd" depends on "/etc/libcwait.so".
The binary "/opt/compaq/server/bin/cmastdeqd" depends on "/usr/lib/libcmacommon.so.1".
The binary "/opt/compaq/server/bin/cmastdeqd" depends on "/usr/lib/libhpasmintrfc.so.1".
The binary "/opt/compaq/server/bin/cmastdeqd" depends on "/usr/lib/libhpev.so.1".
The binary "/opt/compaq/server/bin/cmastdeqd" depends on "/lib/tls/libpthread.so.0".
Hint: Install your distribution's pthreading library.
The binary "/opt/compaq/hpasmd/bin/hpasmd" depends on "/etc/libcwait.so".
The binary "/opt/compaq/hpasmd/bin/hpasmd" depends on "/opt/compaq/hpasm/addon/libhpasmintrfc.so.1".
The binary "/opt/compaq/hpasmd/bin/hpasmd" depends on "/lib/tls/libpthread.so.0".
Hint: Install your distribution's pthreading library.
The binary "/sbin/bootcfg" depends on "/etc/libcwait.so".
The binary "/sbin/bootcfg" depends on "/usr/lib/libhpasmintrfc.so.1".
The binary "/sbin/bootcfg" depends on "/usr/lib/libhpev.so.1".
The binary "/sbin/bootcfg" depends on "/lib/tls/libpthread.so.0".
Hint: Install your distribution's pthreading library.
6 REPLIES 6
Gopi Sekar
Honored Contributor

Re: RHEL V4 U1 and Insight Manager Agents?


I believe you have to install compat-glibc package to get libpthread.so

I believe following is the partial list of packages required to install PSP successfully.

glibc
binutils
cpp
gcc
glibc-kernheaders
glibc-devel
kernel-devel
compat-db
# The following package is used by the management agents.
compat-libstdc++-296
compat-libstdc++-33
gtk+


How are you installing lights out management? is it using interactive GUI installer or some other method. lights out management utility might require some other management utility of PSP. So read the install guide to find out the dependencies.

Regards,
Gopi
Never Never Never Giveup
Ross Minkov
Esteemed Contributor

Re: RHEL V4 U1 and Insight Manager Agents?


I remember I had to install the following packages prior to installing the PSP for Linux on RHEL:

rpm-build
rpm-devel
compat-db
XFree86-Mesa-libGLU

-Ross
Robert Walker_8
Valued Contributor

Re: RHEL V4 U1 and Insight Manager Agents?

Hi,

Thanks for the details - I have had a look and it appears that I have the modules mentioned. However XFree86 is now xorg-x11-

So am still lost on this one.
Ross Minkov
Esteemed Contributor

Re: RHEL V4 U1 and Insight Manager Agents?

Robert Walker_8
Valued Contributor

Re: RHEL V4 U1 and Insight Manager Agents?

Ross,

Thanks for the link, however it again seems that I have all the required modules - again it seems Redhat V4U1 has got new names for some of the modules.

glut is now free-glut etc.

Robert.
Robert Walker_8
Valued Contributor

Re: RHEL V4 U1 and Insight Manager Agents?

Hi,


I think I found my problem if I install using --nui the process seems to work better and I dont get the pthread issue.

Thanks to all who assisted.

Robert.