Server Management - Systems Insight Manager
1761556 Members
4078 Online
108903 Solutions
New Discussion

Unable to Set Disk Thresholds in HPSIM 7.1

 
Aaron Phillips_1
Occasional Contributor

Unable to Set Disk Thresholds in HPSIM 7.1

I am trying to set the thresholds to:

  • critical=90
  • reset critical=89
  • Warning=80
  • Reset Warrning79
  • Polling=120

But when I select "Run Now" the critical value resets to 1 and get the following error:

 

Threshold error.JPG

 

Production and test environments give the same error.

 

Version I am running:

 

Operating system: Windows Server 2008 R2

Version: Systems Insight Manager 7.1.0 - Windows

Build version: C.07.01.00.00

Build date: 2012-06-06 17:20

Patches:

 

Any help would be great.

Aaron Phillips
13 REPLIES 13
shocko
Honored Contributor

Re: Unable to Set Disk Thresholds in HPSIM 7.1

Strange. Would seem like a bug. I'll try the same and see what I get . What browser version are you using?

If my post was helpful please award me Kudos! or Points :)
Jeff_L
Occasional Advisor

Re: Unable to Set Disk Thresholds in HPSIM 7.1

Same for me and worked fine in SIM7.0

 

I tried with IE8 and FF14.01

shocko
Honored Contributor

Re: Unable to Set Disk Thresholds in HPSIM 7.1

I have the same issue when testing. I'll take a look at the HTML/JS code and see whats being used to set this. It seems that the actual setting of the disk threshold is done by a java bean in the librray:

 

  • com.hp.mx.core.tools.diskthresh

I decomplied it and the code is as follows:

 

 if ((critResVal >= critVal) && (critVal != 0))
    {
      addErrorMessage(getResourceString("error.critgtres"));
    }

 

This looks fine so the issue must be the values of critResVal and critValthat are being sent to the Java Engine. I'd imagine we'd need to enable some logging to see whats going on

If my post was helpful please award me Kudos! or Points :)
Aaron Phillips_1
Occasional Contributor

Re: Unable to Set Disk Thresholds in HPSIM 7.1

I have tried with:

 

  • IE8
  • IE9
  • Chrome 20.0.1132.57
Aaron Phillips
shocko
Honored Contributor

Re: Unable to Set Disk Thresholds in HPSIM 7.1

SIM is basically one big java application so it's something in the code rather than the browser.. It would take some time to trace through the layers and find the issue. The fact that SSL is being used makes it hard to see the raw HTTP posts that contain the parameters also. Someone from HP with code knowledege would probably know where to look immediately. Anyone from HP?

If my post was helpful please award me Kudos! or Points :)
HOGANLOVELLS
Occasional Visitor

Re: Unable to Set Disk Thresholds in HPSIM 7.1

Anyone from HP going to respond, send out a fix ?

 

New version more problems, what a surprise !!

drpixel
Respected Contributor

Re: Unable to Set Disk Thresholds in HPSIM 7.1

Hello,

 

There is an update that will be out soon. So let's wait (I have the same issue, as a workaround I connect on the SMH of some systems and put the treshold manually ... it's OK with a few systems, but I you have many ...)

But indeed, I have more problem with the 7.x version than with the 6.3.1

Regards,

Christophe
BigEHead
Occasional Visitor

Re: Unable to Set Disk Thresholds in HPSIM 7.1

any word on when the fix will be out?

drpixel
Respected Contributor

Re: Unable to Set Disk Thresholds in HPSIM 7.1

Hello,

 

Well the update is now applied and it works.

 

 

Regards,

Christophe