Server Management - Systems Insight Manager
1826509 Members
3723 Online
109694 Solutions
New Discussion

SIM 4.2 Data Collection issues

 
Jeff Cottrill_1
Advisor

SIM 4.2 Data Collection issues

I'm still seeing some goofiness in SIM 4.2 data collection, though not near as much as in 4.1

I have a fresh build of 4.2 (not an upgrade from 4.1, and not a migration from CIM7). No DMI or WBEM enabled. The only data collection tasks I have are the default Initial Data Collection and Bi-Weekly Data Collection tasks. No historical data is being collected. Here's what I'm seeing on one server, for example:

Power Supplies:
This server has 2 power supplies. The IM7 DC Report shows 2 Power supplies. The SIM42 report shows 4, 2 listed as "redundant(3)" (same as the IM7 report), and 2 as "nonRedundant(2)"

Installed Controllers:
In the SIM42 report for this server, slots are accurately listed (1 controller, 7 "Empty", and 3 "slot 0" devices). However, there are an additional 8 entries that show board name
"(Empty)", and have no data in the Slot column

None of the above issues is a major probjem. The next one is though...

Logical Disk Drives:
IM7 DC Reports shows the D: drive Total Space at 302537MB, which matches the server's Insight Agents Storage->File System Space Used figures for Total Space
SIM42 DC Report shows the same volume at 288521MB.
The total figure, per Windows, is 317,232,594,994 bytes, which when divided by 1024 twice, gives 302537MB, matching the Agent and IM7 DC report figure.
I checked the R_LogicalDisk view in the SIM42 database and noticed that it gets its MB figure by dividing CIM_LogicalDisk.Win32_Size by 1048576 (1024 twice), which is correct. The CIM_LogicalDisk.Win32_Size value for this volume is 302537000000, which when converted to MB, gives the 288521 figure in the SIM42 DC report. It appears that instead of just leaving that figure at MB, SIM42 is adding zeros to get the bytes figure, rather than multiplying by 1024 twice. In fact, all of the logical disk figures in that table have 6 zeros appended to them instead of the proper byte figures.

Long story short, the disk space figures in the SIM42 reports are not valid and need to be fixed. Would I break anything if I just simply changed the R_LogicalDisk view to divide the figures by 1000000 to compensate for this?

thanks!
9 REPLIES 9
Darrin Rawls
HPE Pro

Re: SIM 4.2 Data Collection issues

Yep, you found a bug; looks like an update did not make it in. On a running system you can find the substrings in column HandlerInfo of DB table DC_PolledData indexed by the poll ID (19, 20) but you'll have to restart the CMS to make the changes take effect; change the 1000000 to 1048576.

I would not change the view because those variables also hold data from WBEM, DMI, and the NetServer SNMP agents(whose definitions are scaled using 1024), so then the result would be wrong for those cases.

Thanks


I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
Jeff Cottrill_1
Advisor

Re: SIM 4.2 Data Collection issues

so at this point, should I call HP to report these bugs?

more info on the extraneous slot and power supply data:

It appears that on all of my DL/ML G1 models and earlier (3000, 1600, etc), extra Installed Controller lines are present in the SIM42 DC reports. Also it appears that the SIM42 DC reports are taking Power Converter data (I'm guessing these are the modules that plug in next to the CPUs) and combining it with Power Supply data in the final report. This would explain why my 4CPU, 2PS DL580G2 DC report shows 6 power supplies! Neither of these problems occur with my IM7 reports.
Darrin Rawls
HPE Pro

Re: SIM 4.2 Data Collection issues

yes, please log a support case so we can get it escalated and tracked.

thanks!


I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
Jeff Cottrill_1
Advisor

Re: SIM 4.2 Data Collection issues

HP has confirmed that the developers are aware of the issues above (as well as additional discrepancies in data collection when WBEM is enabled), but because they're so far into development on the next version, they will not be issuing a patch to correct the current problems.
Darrin Rawls
HPE Pro

Re: SIM 4.2 Data Collection issues

Not quite true. We currently have a patch in the works for 4.2 to address a blade enclosure issue that has cropped up. This will be included in that patch. Late breaking info as of yesterday. :)

Thanks.


I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
Jeff Cottrill_1
Advisor

Re: SIM 4.2 Data Collection issues

Good to hear. Any idea when the patch will be available?
Darrin Rawls
HPE Pro

Re: SIM 4.2 Data Collection issues

No ETA yet; still investigating the enclosure piece and making sure we have it completely resolved.


I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
Bill Slobodnik
Frequent Advisor

Re: SIM 4.2 Data Collection issues

Has a fix for this issue been released yet? Also, am I correct in assuming the data collection task is what creates and updates the logical disk data?
Darrin Rawls
HPE Pro

Re: SIM 4.2 Data Collection issues

yes, there were many updates done in the 4.2 SP2 version and also HP SIM 5.0. I would go to HPSIM 5.0 due to a lot of tweaks/changes.... Not to mention getting rid of Java in the UI. :)


I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo