<?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 Re: No CPU Data for Netware servers in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822450#M21397</link>
    <description>You are welcome!&lt;BR /&gt;Nelson</description>
    <pubDate>Wed, 26 Jul 2006 11:50:50 GMT</pubDate>
    <dc:creator>NJK-Work</dc:creator>
    <dc:date>2006-07-26T11:50:50Z</dc:date>
    <item>
      <title>No CPU Data for Netware servers</title>
      <link>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822443#M21390</link>
      <description>Data Collection is not reporting any CPU data for Netware 4.x and 6.5 servers using proliant G2's, G3's, and G4's.  All other info is picked up by data collection.  Web agents on these servers do show the CPU data, but Data Collection info is needed for inventory reporting.  &lt;BR /&gt;Any idea's on how this can be resolved?</description>
      <pubDate>Wed, 12 Jul 2006 15:41:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822443#M21390</guid>
      <dc:creator>Bill Slobodnik</dc:creator>
      <dc:date>2006-07-12T15:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: No CPU Data for Netware servers</title>
      <link>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822444#M21391</link>
      <description>I see this question has been posted several times previously w/o any responses. &lt;BR /&gt;Is this a known issue or is there any documented resolution?</description>
      <pubDate>Thu, 13 Jul 2006 15:26:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822444#M21391</guid>
      <dc:creator>Bill Slobodnik</dc:creator>
      <dc:date>2006-07-13T15:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: No CPU Data for Netware servers</title>
      <link>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822445#M21392</link>
      <description>Update: I opened a case with HP.  I'll post any relevant info I receive.</description>
      <pubDate>Fri, 14 Jul 2006 14:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822445#M21392</guid>
      <dc:creator>Bill Slobodnik</dc:creator>
      <dc:date>2006-07-14T14:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: No CPU Data for Netware servers</title>
      <link>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822446#M21393</link>
      <description>Here is my previous post on the subject:&lt;BR /&gt;&lt;BR /&gt;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>Mon, 24 Jul 2006 12:53:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822446#M21393</guid>
      <dc:creator>NJK-Work</dc:creator>
      <dc:date>2006-07-24T12:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: No CPU Data for Netware servers</title>
      <link>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822447#M21394</link>
      <description>Nelson or Bill, if that is the case, report it and get a case number and send that case number to me and we'll get it to the dev team to handle and correct on a future release.</description>
      <pubDate>Mon, 24 Jul 2006 13:09:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822447#M21394</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2006-07-24T13:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: No CPU Data for Netware servers</title>
      <link>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822448#M21395</link>
      <description>David, I have a case number currently open, #3215509493.  &lt;BR /&gt;&lt;BR /&gt;Nelson, creating that view worked.  I was able to pull CPU data for all servers.&lt;BR /&gt;&lt;BR /&gt;Thank you both!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jul 2006 13:17:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822448#M21395</guid>
      <dc:creator>Bill Slobodnik</dc:creator>
      <dc:date>2006-07-24T13:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: No CPU Data for Netware servers</title>
      <link>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822449#M21396</link>
      <description>Thanks, Bill, I forwarded it to software QA.</description>
      <pubDate>Mon, 24 Jul 2006 14:17:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822449#M21396</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2006-07-24T14:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: No CPU Data for Netware servers</title>
      <link>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822450#M21397</link>
      <description>You are welcome!&lt;BR /&gt;Nelson</description>
      <pubDate>Wed, 26 Jul 2006 11:50:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822450#M21397</guid>
      <dc:creator>NJK-Work</dc:creator>
      <dc:date>2006-07-26T11:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: No CPU Data for Netware servers</title>
      <link>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822451#M21398</link>
      <description>Hi,&lt;BR /&gt;We have the same problems and opened a case #1212476995.&lt;BR /&gt;We have this problem on all Proliant-Servers from typ 3000 to  ML/DL xxx G1/G2/G3/G4 with various PSP's and Netware 5.x/6.x since we changed from CIM7 to SIM. &lt;BR /&gt;&lt;BR /&gt;The only Server with no Problem is a Netware 3.12-Server on a Proliant3000 with PSP 3.60.&lt;BR /&gt;&lt;BR /&gt;Reiner</description>
      <pubDate>Fri, 08 Sep 2006 06:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822451#M21398</guid>
      <dc:creator>Gutschke, Reiner</dc:creator>
      <dc:date>2006-09-08T06:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: No CPU Data for Netware servers</title>
      <link>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822452#M21399</link>
      <description>Hi Bill,&lt;BR /&gt;here the first reaction from second level:&lt;BR /&gt;&lt;BR /&gt;"data collection report does not support cpu details for novell netware machines"&lt;BR /&gt;&lt;BR /&gt;This is unacceptable! With the prior Tool CIM7 there was no problem.&lt;BR /&gt;&lt;BR /&gt;What about your case? Any news?&lt;BR /&gt;&lt;BR /&gt;Reiner</description>
      <pubDate>Thu, 14 Sep 2006 06:11:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822452#M21399</guid>
      <dc:creator>Gutschke, Reiner</dc:creator>
      <dc:date>2006-09-14T06:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: No CPU Data for Netware servers</title>
      <link>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822453#M21400</link>
      <description>See Nelson's reply above.  His solution worked in that the data is on the database, only on a different table that the HPSIM app does not pull from.  In other words, I could create the report through the database, but not HPSIM.&lt;BR /&gt;In regards to the case, the last update I recieved was that development recognized the issue and would incorporate the necessary changes in a future release.</description>
      <pubDate>Fri, 15 Sep 2006 09:25:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822453#M21400</guid>
      <dc:creator>Bill Slobodnik</dc:creator>
      <dc:date>2006-09-15T09:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: No CPU Data for Netware servers</title>
      <link>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822454#M21401</link>
      <description>was just checking the error , i also find this , hey the above workaround works</description>
      <pubDate>Tue, 19 Sep 2006 11:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822454#M21401</guid>
      <dc:creator>Sagar Progen</dc:creator>
      <dc:date>2006-09-19T11:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: No CPU Data for Netware servers</title>
      <link>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822455#M21402</link>
      <description>David,&lt;BR /&gt;i heard HP guess that the initial reason for the problem ought to be the SNMP Stack on Netware side.&lt;BR /&gt;Following the above discussion (no problems with CIM7, Data are in SIM Database, but in a "wrong" table) I don't understand this direction of thoughts.&lt;BR /&gt;Can you explain this?&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 10 Oct 2006 03:37:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/no-cpu-data-for-netware-servers/m-p/3822455#M21402</guid>
      <dc:creator>Gutschke, Reiner</dc:creator>
      <dc:date>2006-10-10T03:37:54Z</dc:date>
    </item>
  </channel>
</rss>

