<?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: SIM 4.2 distributes wrong cert in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/sim-4-2-distributes-wrong-cert/m-p/3457606#M8751</link>
    <description>You can distribute the files faster by the following script, but you must modify for your environment:&lt;BR /&gt;&lt;BR /&gt;# &lt;BR /&gt;#&lt;BR /&gt;# Run this script from the target server (login script, group policy, remote-exec, etc)&lt;BR /&gt;#&lt;BR /&gt;#  To use this, modify \\source\share and snmp.reg&lt;BR /&gt;#  Put the agent config files on the UNC&lt;BR /&gt;#  To get snmp.reg, export HKLM:System\CurrentControlSet\System\SNMP\Parameters&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# --------------------------- HP Agents -----------------------------&lt;BR /&gt;&lt;BR /&gt;del c:\compaq\wbem\certs\*.* /q&lt;BR /&gt;# Remove previous trusts&lt;BR /&gt;&lt;BR /&gt;REM xcopy \\source\share\compaq\wbem\CPQHMMD.ACL c:\compaq\wbem\ /y&lt;BR /&gt;REM xcopy \\source\share\compaq\wbem\CPQHMMD.CFG c:\compaq\wbem\ /y&lt;BR /&gt;REM xcopy \\source\share\compaq\wbem\homepage\CPQHMMD.INI c:\compaq\wbem\homepage\ /y&lt;BR /&gt;xcopy \\crownew\temp\CPQHMMDX.INI c:\compaq\wbem\homepage\ /y&lt;BR /&gt;REM xcopy \\source\share\compaq\wbem\certs\*.* c:\compaq\wbem\certs\ /y&lt;BR /&gt;# duplicates agent configuration&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# -------------------------- Windows SNMP ----------------------------&lt;BR /&gt;&lt;BR /&gt;regedit -S \\crownew\temp\snmp.reg&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# ------------ Restart SNMP and Agents so changes take effect --------&lt;BR /&gt;&lt;BR /&gt;net stop "snmp service" /y &amp;amp;&amp;amp; net start "snmp service" /y&lt;BR /&gt;net start "HP Insight Web Agent"&lt;BR /&gt;net start "HP Insight Foundation Agent"&lt;BR /&gt;net start "HP Insight Storage Agents"&lt;BR /&gt;net start "HP Insight Server Agents"&lt;BR /&gt;net start "HP Insight NIC Agent"&lt;BR /&gt;&lt;BR /&gt;Let me know how it works.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Mike.&lt;BR /&gt;</description>
    <pubDate>Tue, 18 Jan 2005 13:34:39 GMT</pubDate>
    <dc:creator>Mike Strako</dc:creator>
    <dc:date>2005-01-18T13:34:39Z</dc:date>
    <item>
      <title>SIM 4.2 distributes wrong cert</title>
      <link>https://community.hpe.com/t5/server-management-systems/sim-4-2-distributes-wrong-cert/m-p/3457603#M8748</link>
      <description>Where is the cert located that SIM pushes when you run the Configure or Repair Agents tool?&lt;BR /&gt;&lt;BR /&gt;If I use this tool OR if I request the certifcate from the server (from the system home page) I get a certificate with a serial number of "0" which does not give me a trust.&lt;BR /&gt;&lt;BR /&gt;However, if I request the certificate from the system home page but enter a DNS alias for the SIM server (which resolves to the same IP address) I get a certificate with a valid serial number which results in a trust with the SIM Server.&lt;BR /&gt;&lt;BR /&gt;So basically I have three secarios by which to push a certificate to managed nodes:&lt;BR /&gt;&lt;BR /&gt;1)  Configure/Repair Agents Tool&lt;BR /&gt;2)  Request using FQDN&lt;BR /&gt;3)  Request using DNS alias&lt;BR /&gt;&lt;BR /&gt;1 and 2 return a bad certificate.  Only #3 returns a good certificate -- even though the DNS alias and FQDN use the same IP address (there is no clustering or load balancing in play -- the SIM server only has one IP address and ALL names resolve to this one IP address).&lt;BR /&gt;&lt;BR /&gt;What's the best way to get SIM 4.2 (Windows 2003) to the point where I can have SIM distribute a certificate that will result in a trust with the SIM Server?&lt;BR /&gt;&lt;BR /&gt;Thanks1</description>
      <pubDate>Fri, 07 Jan 2005 00:07:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sim-4-2-distributes-wrong-cert/m-p/3457603#M8748</guid>
      <dc:creator>Kevin Kelling</dc:creator>
      <dc:date>2005-01-07T00:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: SIM 4.2 distributes wrong cert</title>
      <link>https://community.hpe.com/t5/server-management-systems/sim-4-2-distributes-wrong-cert/m-p/3457604#M8749</link>
      <description>Just for fun I tried the following:&lt;BR /&gt;&lt;BR /&gt;1)  Generated a new server certificate&lt;BR /&gt;2)  Rebooted SIM server&lt;BR /&gt;3)  Ran Configure/Repair Agents Tool on sample group (4 servers)&lt;BR /&gt;&lt;BR /&gt;The tool reports that the certificate deployment was sucessful&lt;BR /&gt;&lt;BR /&gt;All target servers still have no trust and a certificate with a serial number of 0 (0x0)</description>
      <pubDate>Fri, 07 Jan 2005 01:05:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sim-4-2-distributes-wrong-cert/m-p/3457604#M8749</guid>
      <dc:creator>Kevin Kelling</dc:creator>
      <dc:date>2005-01-07T01:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: SIM 4.2 distributes wrong cert</title>
      <link>https://community.hpe.com/t5/server-management-systems/sim-4-2-distributes-wrong-cert/m-p/3457605#M8750</link>
      <description>I'm aware that it is possible to distribute certs with a PSP but the problem is that the cert has changed and I now need to redistribute.&lt;BR /&gt;&lt;BR /&gt;Yes I can run the PSP again on 300 servers, OR I could distribute them in one easy task with SIM :^)&lt;BR /&gt;&lt;BR /&gt;Problem is that SIM keeps distributing bogus certs...even if I create a new server cert in SIM!!&lt;BR /&gt;&lt;BR /&gt;If you create a new server cert in SIM, should not SIM be distributing this cert automatically?  This is what I can infer from the security whitepaper.</description>
      <pubDate>Fri, 07 Jan 2005 11:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sim-4-2-distributes-wrong-cert/m-p/3457605#M8750</guid>
      <dc:creator>Kevin Kelling</dc:creator>
      <dc:date>2005-01-07T11:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: SIM 4.2 distributes wrong cert</title>
      <link>https://community.hpe.com/t5/server-management-systems/sim-4-2-distributes-wrong-cert/m-p/3457606#M8751</link>
      <description>You can distribute the files faster by the following script, but you must modify for your environment:&lt;BR /&gt;&lt;BR /&gt;# &lt;BR /&gt;#&lt;BR /&gt;# Run this script from the target server (login script, group policy, remote-exec, etc)&lt;BR /&gt;#&lt;BR /&gt;#  To use this, modify \\source\share and snmp.reg&lt;BR /&gt;#  Put the agent config files on the UNC&lt;BR /&gt;#  To get snmp.reg, export HKLM:System\CurrentControlSet\System\SNMP\Parameters&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# --------------------------- HP Agents -----------------------------&lt;BR /&gt;&lt;BR /&gt;del c:\compaq\wbem\certs\*.* /q&lt;BR /&gt;# Remove previous trusts&lt;BR /&gt;&lt;BR /&gt;REM xcopy \\source\share\compaq\wbem\CPQHMMD.ACL c:\compaq\wbem\ /y&lt;BR /&gt;REM xcopy \\source\share\compaq\wbem\CPQHMMD.CFG c:\compaq\wbem\ /y&lt;BR /&gt;REM xcopy \\source\share\compaq\wbem\homepage\CPQHMMD.INI c:\compaq\wbem\homepage\ /y&lt;BR /&gt;xcopy \\crownew\temp\CPQHMMDX.INI c:\compaq\wbem\homepage\ /y&lt;BR /&gt;REM xcopy \\source\share\compaq\wbem\certs\*.* c:\compaq\wbem\certs\ /y&lt;BR /&gt;# duplicates agent configuration&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# -------------------------- Windows SNMP ----------------------------&lt;BR /&gt;&lt;BR /&gt;regedit -S \\crownew\temp\snmp.reg&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# ------------ Restart SNMP and Agents so changes take effect --------&lt;BR /&gt;&lt;BR /&gt;net stop "snmp service" /y &amp;amp;&amp;amp; net start "snmp service" /y&lt;BR /&gt;net start "HP Insight Web Agent"&lt;BR /&gt;net start "HP Insight Foundation Agent"&lt;BR /&gt;net start "HP Insight Storage Agents"&lt;BR /&gt;net start "HP Insight Server Agents"&lt;BR /&gt;net start "HP Insight NIC Agent"&lt;BR /&gt;&lt;BR /&gt;Let me know how it works.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Mike.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jan 2005 13:34:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sim-4-2-distributes-wrong-cert/m-p/3457606#M8751</guid>
      <dc:creator>Mike Strako</dc:creator>
      <dc:date>2005-01-18T13:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: SIM 4.2 distributes wrong cert</title>
      <link>https://community.hpe.com/t5/server-management-systems/sim-4-2-distributes-wrong-cert/m-p/3457607#M8752</link>
      <description>Thanks but I opened a case with HP and we were able to get it resolved.&lt;BR /&gt;&lt;BR /&gt;There was a previous installation of a previous version of SIM on a different drive letter.&lt;BR /&gt;&lt;BR /&gt;I uninstalled SIM and re-installed, but some registry keys were not cleaned up.&lt;BR /&gt;&lt;BR /&gt;Thus SIM was creating the certs on the E drive, but was attempting to distribute certs from the D drive (where a previous version of either IM7 or SIM had been installed).  &lt;BR /&gt;&lt;BR /&gt;Once we understood the problem we were able to fix by simply copying the certs from the E drive to the D drive.</description>
      <pubDate>Tue, 18 Jan 2005 17:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sim-4-2-distributes-wrong-cert/m-p/3457607#M8752</guid>
      <dc:creator>Kevin Kelling</dc:creator>
      <dc:date>2005-01-18T17:42:42Z</dc:date>
    </item>
  </channel>
</rss>

