Server Management - Systems Insight Manager
1833762 Members
2679 Online
110063 Solutions
New Discussion

Re: SIM5.1/W2K3SP2

 
Kelly Beauchaine
Regular Advisor

SIM5.1/W2K3SP2

Hello,
I installed W2K3SP2 on my management server and now SIM won't open. Sits at that 'checking http status' screen indefinately. Web page won't open on my workstation. I installed the latest version of HPSIM thinking that a reinstall would do the trick, but it did not.
Any ideas?
Thanks in advance!
Kelly
2 REPLIES 2
Maurice Skubski_1
Valued Contributor

Re: SIM5.1/W2K3SP2

Which PSP do you use? 7.80 ? Than upgrade to 7.9x and see it it is working. rms
SEBEMISMNUSA
Frequent Advisor

Re: SIM5.1/W2K3SP2

This happened with HP SIM 5.0 sp # 5 W2K3 SP # 1 (and MSSQL 2000).
When setting the Java heap space, I could see a similar error. In other words, if there is not enough RAM (memory) for the Java Heap Space, especailly for the new and old generations, HP SIM will never completely start.
Set enough Java heap space, HP SIM started right up.

I proved this (mxdomaingr would sit at the setting I put for -Xmx and -Xms ex. just above 256 MB when I set -Xmx and -Xms to 256m.

c:\Program Files\HP\Systems Insight Manager\config\globalsettings.props
Note: In order for the HP SIM process Mxdomainmgr to completely start, the -Xms and -Xmx should be at least 800m. If the values are lower, this process will only partially start. HP SIM will not not run. The process mxinventory will not start & and it needs to run.

MX_JVM_OPTS with -XX:PermSize=128m -XX:MaxPermSize=128m -Xmx1024m -Xms1024m

End