Server Management - Systems Insight Manager
1748171 Members
4475 Online
108758 Solutions
New Discussion

HP SIM installation on CentOS 6.2 issue

 
SOLVED
Go to solution
elTaco
Occasional Advisor

HP SIM installation on CentOS 6.2 issue

Hi,

I apologize if this is in the wrong forum, but I could not find a better board to post in.

 

I dowloaded and installed HP SIM 7.0 for Linux x86 from the binary (SIM_7.0_Z7550-00476.bin) on a CentOS 6.2 VM.  The database portion, hpsmdb, installed and fired up without an issue.  However, when I try to start hpsim, I get:

 

$ service hpsim start
hpsim: error while loading shared libraries: libverify.so: cannot open shared object file: No such file or directory

 

libverify.so is available, but appears to be 64-bit, and not 32-bit for both instances:

 

 

$ locate libverify.so
/opt/crashplan/jre/lib/amd64/libverify.so
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/libverify.so

 

I checked the package manager, but it just tells me that hpsim provides this library:

 

$ yum provides libverify.so
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: mirrors.lga7.us.voxel.net
 * epel: mirror.umd.edu
 * extras: mirror.us.leaseweb.net
 * updates: mirror.rackspace.com
hpsim-C.07.00.00.00-1.i386 : HP Systems Insight Manager Server software.
Repo        : installed
Matched from:
Other       : Provides-match: libverify.so

 

Any idea where libverify.so, that works with hpsim, can be found?  I'm sure there will be other dependencies that will pop up once I figure this out.

 

Thanks!

 

 

4 REPLIES 4

Re: HP SIM installation on CentOS 6.2 issue

Hell elTaco

 

I'm sorry, but you're posting on the wrong forum.

 

This forum is for Server Automation enquiries.

 

Regards

HP Support
If you find that this or any post resolves your issue, please be sure to mark it as an accepted solution.
elTaco
Occasional Advisor

Re: HP SIM installation on CentOS 6.2 issue

Looks like my post has been moved to the correct forum.  Let me know if I need to repost or do anything else.  Thanks.

elTaco
Occasional Advisor
Solution

Re: HP SIM installation on CentOS 6.2 issue

My solution was to install the version of java that was packaged with HP SIM.

 

After HP SIM was installed from the .bin file, I installed this

 

/opt/mx/jre-6u27-linux-i586.bin

 

And I think that installed it to /usr/local/src/mxserver/jre-6u27-i586.  I then moved the entire directory to /opt/mx/j2re, and HP SIM picks up the libs without a problem now.  strace was a big help in tracking it down.  Sorry I'm not more exact in my answer, but I've been trying a bunch of different things so I don't have a clean checklist of steps.

 

I'm unable to login to the HP SIM web gui though with the root user and pass.  Just says "sign-in failure".

elTaco
Occasional Advisor

Re: HP SIM installation on CentOS 6.2 issue