<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Problem with Netware CPU information in reports in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/problem-with-netware-cpu-information-in-reports/m-p/3637741#M15156</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;In the past, there has been a few threads (including one from me) regarding the built in reports in SIM 4/5 not showing CPU information for Netware servers.&lt;BR /&gt;&lt;BR /&gt;It appears there are two tables in SIM (at least my implementation):&lt;BR /&gt;&lt;BR /&gt;CIM_Processor (Missing Netware CPU info)&lt;BR /&gt;DB_DeviceCPU (Seems to have all correct CPU information)&lt;BR /&gt;&lt;BR /&gt;From what I can tell, the reports in SIM go off the bad CIM_Processor table and thus do not show CPU information for Netware servers.&lt;BR /&gt;&lt;BR /&gt;If you create the following view (using SQL Enterprise Manager) you can simulate what the CIM_Processor table would give you with the exception of some columns, but at least includes the Netware CPU information:&lt;BR /&gt;&lt;BR /&gt;SELECT     TOP 100 PERCENT dbo.devices.DeviceKey, dbo.devices.Name AS [Server Name], dbo.DB_DeviceCpu.CpuSpeed AS CurrentClockSpeed, &lt;BR /&gt;                      dbo.DB_DeviceCpu.CpuIndex AS OtherIdentifyingInfo, 'CPU' + STR(dbo.DB_DeviceCpu.CpuIndex, 1, 0) AS DeviceID, &lt;BR /&gt;                      dbo.DB_DeviceCpu.CpuName AS Name&lt;BR /&gt;FROM         dbo.DB_DeviceCpu INNER JOIN&lt;BR /&gt;                      dbo.devices ON dbo.DB_DeviceCpu.DeviceKey = dbo.devices.DeviceKey&lt;BR /&gt;ORDER BY dbo.devices.Name&lt;BR /&gt;&lt;BR /&gt;So if you want to create your own report that actually shows the Netware CPU information, you can create the above custom view and then build a report against it.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.  I was struggling with this for a while, and then I just happened to stumble on the other table and sure enough it had the Netware information it in.&lt;BR /&gt;&lt;BR /&gt;Nelson</description>
    <pubDate>Wed, 28 Sep 2005 23:53:59 GMT</pubDate>
    <dc:creator>NJK-Work</dc:creator>
    <dc:date>2005-09-28T23:53:59Z</dc:date>
    <item>
      <title>Problem with Netware CPU information in reports</title>
      <link>https://community.hpe.com/t5/server-management-systems/problem-with-netware-cpu-information-in-reports/m-p/3637741#M15156</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;In the past, there has been a few threads (including one from me) regarding the built in reports in SIM 4/5 not showing CPU information for Netware servers.&lt;BR /&gt;&lt;BR /&gt;It appears there are two tables in SIM (at least my implementation):&lt;BR /&gt;&lt;BR /&gt;CIM_Processor (Missing Netware CPU info)&lt;BR /&gt;DB_DeviceCPU (Seems to have all correct CPU information)&lt;BR /&gt;&lt;BR /&gt;From what I can tell, the reports in SIM go off the bad CIM_Processor table and thus do not show CPU information for Netware servers.&lt;BR /&gt;&lt;BR /&gt;If you create the following view (using SQL Enterprise Manager) you can simulate what the CIM_Processor table would give you with the exception of some columns, but at least includes the Netware CPU information:&lt;BR /&gt;&lt;BR /&gt;SELECT     TOP 100 PERCENT dbo.devices.DeviceKey, dbo.devices.Name AS [Server Name], dbo.DB_DeviceCpu.CpuSpeed AS CurrentClockSpeed, &lt;BR /&gt;                      dbo.DB_DeviceCpu.CpuIndex AS OtherIdentifyingInfo, 'CPU' + STR(dbo.DB_DeviceCpu.CpuIndex, 1, 0) AS DeviceID, &lt;BR /&gt;                      dbo.DB_DeviceCpu.CpuName AS Name&lt;BR /&gt;FROM         dbo.DB_DeviceCpu INNER JOIN&lt;BR /&gt;                      dbo.devices ON dbo.DB_DeviceCpu.DeviceKey = dbo.devices.DeviceKey&lt;BR /&gt;ORDER BY dbo.devices.Name&lt;BR /&gt;&lt;BR /&gt;So if you want to create your own report that actually shows the Netware CPU information, you can create the above custom view and then build a report against it.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.  I was struggling with this for a while, and then I just happened to stumble on the other table and sure enough it had the Netware information it in.&lt;BR /&gt;&lt;BR /&gt;Nelson</description>
      <pubDate>Wed, 28 Sep 2005 23:53:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/problem-with-netware-cpu-information-in-reports/m-p/3637741#M15156</guid>
      <dc:creator>NJK-Work</dc:creator>
      <dc:date>2005-09-28T23:53:59Z</dc:date>
    </item>
  </channel>
</rss>

