<?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 How can I get these power information in SIM report? in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/how-can-i-get-these-power-information-in-sim-report/m-p/4397499#M37058</link>
    <description>Hi all,&lt;BR /&gt;   I'm trying to generate a report that will show the PowerSupply information of my servers.The SIm report including these grids:&lt;BR /&gt;&lt;BR /&gt;DeviceName&lt;BR /&gt;ModelName&lt;BR /&gt;SerialNumber&lt;BR /&gt;ConditionVal&lt;BR /&gt;MaxCapacity&lt;BR /&gt;UsedCapacity&lt;BR /&gt;Status&lt;BR /&gt;Type&lt;BR /&gt;PhysicalLocation&lt;BR /&gt;Manufacturer&lt;BR /&gt;and so on...&lt;BR /&gt;&lt;BR /&gt;but there are no data in a lot of grids.Just like the sample report which is attached(SIM5.3).&lt;BR /&gt;&lt;BR /&gt;So, if I want to get the usuful Power information,such as SerialNumber\MaxCapacity\UsedCapacity,what can I do?&lt;BR /&gt;Thanks!</description>
    <pubDate>Wed, 08 Apr 2009 09:16:30 GMT</pubDate>
    <dc:creator>simon yuan</dc:creator>
    <dc:date>2009-04-08T09:16:30Z</dc:date>
    <item>
      <title>How can I get these power information in SIM report?</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-can-i-get-these-power-information-in-sim-report/m-p/4397499#M37058</link>
      <description>Hi all,&lt;BR /&gt;   I'm trying to generate a report that will show the PowerSupply information of my servers.The SIm report including these grids:&lt;BR /&gt;&lt;BR /&gt;DeviceName&lt;BR /&gt;ModelName&lt;BR /&gt;SerialNumber&lt;BR /&gt;ConditionVal&lt;BR /&gt;MaxCapacity&lt;BR /&gt;UsedCapacity&lt;BR /&gt;Status&lt;BR /&gt;Type&lt;BR /&gt;PhysicalLocation&lt;BR /&gt;Manufacturer&lt;BR /&gt;and so on...&lt;BR /&gt;&lt;BR /&gt;but there are no data in a lot of grids.Just like the sample report which is attached(SIM5.3).&lt;BR /&gt;&lt;BR /&gt;So, if I want to get the usuful Power information,such as SerialNumber\MaxCapacity\UsedCapacity,what can I do?&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 08 Apr 2009 09:16:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-can-i-get-these-power-information-in-sim-report/m-p/4397499#M37058</guid>
      <dc:creator>simon yuan</dc:creator>
      <dc:date>2009-04-08T09:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get these power information in SIM report?</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-can-i-get-these-power-information-in-sim-report/m-p/4397500#M37059</link>
      <description>You should be able to (or have a DBA) write a custom query using your favorite reporting tool (Access, Crstal Reports, even built-in SQL server tools) to get the information you want.  For example, I wanted to get a count of total powers supplies in each server, so I wrote this:&lt;BR /&gt;&lt;BR /&gt;SELECT     TOP 100 PERCENT dbo.devices.DeviceKey, dbo.devices.Name AS ServerName, COUNT(dbo.devices.Name) AS PSCount&lt;BR /&gt;FROM       dbo.devices INNER JOIN&lt;BR /&gt;           dbo.CIM_PowerSupply ON dbo.devices.DeviceKey = dbo.CIM_PowerSupply.NodeID&lt;BR /&gt;WHERE     (dbo.devices.ProductType = 1)&lt;BR /&gt;GROUP BY dbo.devices.DeviceKey, dbo.devices.Name&lt;BR /&gt;ORDER BY dbo.devices.Name&lt;BR /&gt;&lt;BR /&gt;Nelson</description>
      <pubDate>Mon, 13 Apr 2009 15:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-can-i-get-these-power-information-in-sim-report/m-p/4397500#M37059</guid>
      <dc:creator>NJK-Work</dc:creator>
      <dc:date>2009-04-13T15:25:14Z</dc:date>
    </item>
  </channel>
</rss>

