Hi folks,
We use CentOS 5.2 (with latest errata) 64bit on DL380 G5 and trying to install psp-8.11.rhel5.x86_64.en.tar.gz. After installing dependencies (like kernel-devel, rpm-devel, etc):
# ./install811.sh Saving user-defined agent thresholds... [ Done ]
Checking system for required packages... [ Done ]
./hpplduioss: error while loading shared libraries: libXi.so.6: cannot open shared object file: No such file or directory **************************************************************** HP ProLiant Deployment Utility for Linux Copyright 2003-2008 Hewlett-Packard Development Company, L.P. **************************************************************** The current log file name is now /var/log/hppldu.log
# ps -ef [...] root 30463 1 0 10:24 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -p /var/run/snmpd.pid -a root 30577 7742 0 10:24 pts/0 00:00:00 /bin/bash ./install811.sh root 31012 30577 0 10:24 pts/0 00:00:00 ./hppldu root 31020 31012 0 10:24 pts/0 00:00:00 ./hpplduparserss MG root 31021 31012 99 10:24 pts/0 00:25:28 ./hpplduinstallerss MG root 31022 31012 0 10:24 pts/0 00:00:00 [hpplduioss] <defunct> root 31023 31012 0 10:24 pts/0 00:00:00 ./hpplduverchkdbss MG root 31026 31012 0 10:24 pts/0 00:00:00 ./hppldudepchkss MG root 31286 7740 0 10:28 pts/1 00:00:00 -bash [...]
# top PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 31021 root 18 0 32516 764 560 S 101 0.0 27:08.24 hpplduinstaller
# strace -p 31021 Process 31021 attached - interrupt to quit [ Process PID=31021 runs in 32 bit mode. ] futex(0xf7569bd8, FUTEX_WAIT, 31037, NULL <unfinished ...> Process 31021 detached
Any idea how to troubleshoot and successfully install? Anybody running PSP on ProLiant/CentOS? Is there a ProLiant specific mailing list?
regards Sven
On Mon, Sep 22, 2008 at 5:59 AM, Sven aluoor@gmail.com wrote:
Hi folks,
We use CentOS 5.2 (with latest errata) 64bit on DL380 G5 and trying to install psp-8.11.rhel5.x86_64.en.tar.gz. After installing dependencies (like kernel-devel, rpm-devel, etc):
# ./install811.sh Saving user-defined agent thresholds... [ Done ]
Checking system for required packages... [ Done ]
./hpplduioss: error while loading shared libraries: libXi.so.6: cannot open shared object file: No such file or directory
Install xorg-x11-libs (both 64 and 32 bits versions) and try again.
On Mon, Sep 22, 2008 at 6:48 PM, Marcelo Roccasalva marcelo-centos@irrigacion.gov.ar wrote:
Install xorg-x11-libs (both 64 and 32 bits versions) and try again.
Hi Marcelo
The package xorg-x11-libs doesnt exist
# yum list | grep -i xorg-x11-libs
regards Sven
The package xorg-x11-libs doesnt exist
# yum list | grep -i xorg-x11-libs
No, but some simple digging into what it *could* be might lead you to this:
[root@mail ~]# yum list | grep -i x11 | grep -i lib libX11.x86_64 1.0.3-9.el5 installed libX11.i386 1.0.3-9.el5 installed libX11-devel.i386 1.0.3-9.el5 base libX11-devel.x86_64 1.0.3-9.el5 base [root@mail ~]# yum info libX11.x86_64 Loading "fastestmirror" plugin Loading "priorities" plugin Loading mirror speeds from cached hostfile * rpmforge: apt.sw.be * base: centos.arcticnetwork.ca * updates: centos.arcticnetwork.ca * addons: centos.arcticnetwork.ca * extras: centos.arcticnetwork.ca 278 packages excluded due to repository priority protections Installed Packages Name : libX11 Arch : x86_64 Version: 1.0.3 Release: 9.el5 Size : 2.8 M Repo : installed Summary: X.Org X11 libX11 runtime library Description: X.Org X11 libX11 runtime library
On Tue, Sep 23, 2008 at 3:44 AM, Sven aluoor@gmail.com wrote:
On Mon, Sep 22, 2008 at 6:48 PM, Marcelo Roccasalva marcelo-centos@irrigacion.gov.ar wrote:
Install xorg-x11-libs (both 64 and 32 bits versions) and try again.
Hi Marcelo
The package xorg-x11-libs doesnt exist
# yum list | grep -i xorg-x11-libs
Sorry, install libXi, both archs (xorg-x11-libs belongs in centos 4).