<?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 Report on Servers with current Support Pack version in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/report-on-servers-with-current-support-pack-version/m-p/3678693#M16664</link>
    <description>Hi, we have a 100 servers. Is it possible to get a report out of HPSIM that lists server and current Proliant Support Packs's installed.&lt;BR /&gt;</description>
    <pubDate>Thu, 24 Nov 2005 18:35:47 GMT</pubDate>
    <dc:creator>Andrew Cowan_1</dc:creator>
    <dc:date>2005-11-24T18:35:47Z</dc:date>
    <item>
      <title>Report on Servers with current Support Pack version</title>
      <link>https://community.hpe.com/t5/server-management-systems/report-on-servers-with-current-support-pack-version/m-p/3678693#M16664</link>
      <description>Hi, we have a 100 servers. Is it possible to get a report out of HPSIM that lists server and current Proliant Support Packs's installed.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Nov 2005 18:35:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/report-on-servers-with-current-support-pack-version/m-p/3678693#M16664</guid>
      <dc:creator>Andrew Cowan_1</dc:creator>
      <dc:date>2005-11-24T18:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Report on Servers with current Support Pack version</title>
      <link>https://community.hpe.com/t5/server-management-systems/report-on-servers-with-current-support-pack-version/m-p/3678694#M16665</link>
      <description>You can if you're happy to write a procedure to use a bit of SQL to get the details from the HPSIM Database.&lt;BR /&gt;&lt;BR /&gt;The following SQL is from a script I use to do just that:&lt;BR /&gt;select CAST(R_Software.DeviceName AS char(20)), CAST(R_Software.Version AS char(24))from R_Software&lt;BR /&gt;WHERE (R_Software.Description LIKE '%Foundation Agents Service%' OR &lt;BR /&gt;R_Software.Description LIKE '%Insight Management Agents%') &lt;BR /&gt;AND (R_Software.SnapShotID=-1)&lt;BR /&gt; order by R_Software.DeviceName ASC &lt;BR /&gt;</description>
      <pubDate>Thu, 24 Nov 2005 22:03:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/report-on-servers-with-current-support-pack-version/m-p/3678694#M16665</guid>
      <dc:creator>Rob Buxton</dc:creator>
      <dc:date>2005-11-24T22:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Report on Servers with current Support Pack version</title>
      <link>https://community.hpe.com/t5/server-management-systems/report-on-servers-with-current-support-pack-version/m-p/3678695#M16666</link>
      <description>Rob, I'm also interested in the same thing, but is this just an sql query you run from anywhere or can I somehow integrate this in a report in SIM ?</description>
      <pubDate>Fri, 25 Nov 2005 04:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/report-on-servers-with-current-support-pack-version/m-p/3678695#M16666</guid>
      <dc:creator>Mikael Rönnbäck</dc:creator>
      <dc:date>2005-11-25T04:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Report on Servers with current Support Pack version</title>
      <link>https://community.hpe.com/t5/server-management-systems/report-on-servers-with-current-support-pack-version/m-p/3678696#M16667</link>
      <description>The built-in "System Software" report will give this information, but probably gives more information that you want.  You can run it so it generates a CSV file and sort on the software name.&lt;BR /&gt;&lt;BR /&gt;- Steve&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Nov 2005 10:23:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/report-on-servers-with-current-support-pack-version/m-p/3678696#M16667</guid>
      <dc:creator>Steve Kadish</dc:creator>
      <dc:date>2005-11-28T10:23:30Z</dc:date>
    </item>
  </channel>
</rss>

