<?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 PSP Version report in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/psp-version-report/m-p/3681836#M16770</link>
    <description>Good Afternoon All - &lt;BR /&gt;&lt;BR /&gt;I have been given the task within my company to upgrade all of our management agents to version 7.4.  I was hoping that there was a way for me to generate some type of report from within SIM that would tell me which version of the agents we are running.  I have not seen anything in SIM itself that might be able to do this, nor in any of the documentation that I have found.&lt;BR /&gt;&lt;BR /&gt;Thanks for any help you may be able to provide (please be gentle, as I'm very new to the HP / SIM world)</description>
    <pubDate>Wed, 30 Nov 2005 16:45:35 GMT</pubDate>
    <dc:creator>jcolby</dc:creator>
    <dc:date>2005-11-30T16:45:35Z</dc:date>
    <item>
      <title>PSP Version report</title>
      <link>https://community.hpe.com/t5/server-management-systems/psp-version-report/m-p/3681836#M16770</link>
      <description>Good Afternoon All - &lt;BR /&gt;&lt;BR /&gt;I have been given the task within my company to upgrade all of our management agents to version 7.4.  I was hoping that there was a way for me to generate some type of report from within SIM that would tell me which version of the agents we are running.  I have not seen anything in SIM itself that might be able to do this, nor in any of the documentation that I have found.&lt;BR /&gt;&lt;BR /&gt;Thanks for any help you may be able to provide (please be gentle, as I'm very new to the HP / SIM world)</description>
      <pubDate>Wed, 30 Nov 2005 16:45:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/psp-version-report/m-p/3681836#M16770</guid>
      <dc:creator>jcolby</dc:creator>
      <dc:date>2005-11-30T16:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: PSP Version report</title>
      <link>https://community.hpe.com/t5/server-management-systems/psp-version-report/m-p/3681837#M16771</link>
      <description>Hi jcolby,&lt;BR /&gt;&lt;BR /&gt;I am not aware of any way (not to say there is not) using SIM.  I ended up using a 3rd party tool to collect the version information for a particular file that is part of the PSP.  I my case I use BV-Control for Windows (Bindview) and I scan for the file:&lt;BR /&gt;&lt;BR /&gt;%SYSTEMROOT%\System32\Cpqmgmt\CqMgServ\cqmgserv.exe&lt;BR /&gt;&lt;BR /&gt;If you dont have BV or similar reporting tool, you could probably easily write a script to scan for this file on all your servers and grab the version info.&lt;BR /&gt;&lt;BR /&gt;Nelson</description>
      <pubDate>Wed, 30 Nov 2005 17:26:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/psp-version-report/m-p/3681837#M16771</guid>
      <dc:creator>NJK-Work</dc:creator>
      <dc:date>2005-11-30T17:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: PSP Version report</title>
      <link>https://community.hpe.com/t5/server-management-systems/psp-version-report/m-p/3681838#M16772</link>
      <description>Interesting approach.  I will have to look into that some.  I was hoping to be able to do it from inside of SIM.  I tried doing it by creating a custom list (a suggestion I found in the forums) and it just didn't seem to work correctly.  If anyone has any pointers on how to do it that way I would love to hear them.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;James</description>
      <pubDate>Wed, 30 Nov 2005 17:47:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/psp-version-report/m-p/3681838#M16772</guid>
      <dc:creator>jcolby</dc:creator>
      <dc:date>2005-11-30T17:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: PSP Version report</title>
      <link>https://community.hpe.com/t5/server-management-systems/psp-version-report/m-p/3681839#M16773</link>
      <description>You don't specifiy the version of HPSIM, so I'll assume version 5.&lt;BR /&gt;From Reports, Select General -&amp;gt;Software and select the description, name and version fields.&lt;BR /&gt;&lt;BR /&gt;Sort by Describption and look for the HP Insight Management Agents entries or if you have old agents they may be called Foundation Agents.&lt;BR /&gt;&lt;BR /&gt;Or the following sql would extract the details direct from the database:&lt;BR /&gt;select CAST(R_Software.DeviceName AS char(20)), CAST(R_Software.Version AS char(24)) &lt;BR /&gt;from R_Software&lt;BR /&gt;WHERE (R_Software.Description LIKE '%Foundation Agents Service%' OR 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>Wed, 30 Nov 2005 18:53:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/psp-version-report/m-p/3681839#M16773</guid>
      <dc:creator>Rob Buxton</dc:creator>
      <dc:date>2005-11-30T18:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: PSP Version report</title>
      <link>https://community.hpe.com/t5/server-management-systems/psp-version-report/m-p/3681840#M16774</link>
      <description>Thank you very much for your suggestion, that is exactly what I was looking for.  &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;James</description>
      <pubDate>Thu, 01 Dec 2005 11:14:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/psp-version-report/m-p/3681840#M16774</guid>
      <dc:creator>jcolby</dc:creator>
      <dc:date>2005-12-01T11:14:39Z</dc:date>
    </item>
  </channel>
</rss>

