<?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 SNMP Error Solution in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/sim-snmp-error-solution/m-p/3585092#M13101</link>
    <description>I wasn't aware of the'Configure or repair agents'option.&lt;BR /&gt;&lt;BR /&gt;Thank you.</description>
    <pubDate>Wed, 20 Jul 2005 16:08:38 GMT</pubDate>
    <dc:creator>Cosmo_1</dc:creator>
    <dc:date>2005-07-20T16:08:38Z</dc:date>
    <item>
      <title>SIM SNMP Error Solution</title>
      <link>https://community.hpe.com/t5/server-management-systems/sim-snmp-error-solution/m-p/3585087#M13096</link>
      <description>As I’m such a nice guy, I thought I’d pass on my solution to my below three SIM errors:&lt;BR /&gt;&lt;BR /&gt;1) Overall SIM Home Page status of ‘No Failed/Degraded items’, with no other data displayed&lt;BR /&gt;2) SIM Server status of ‘Unknown' or 'Unmanaged'&lt;BR /&gt;3) Version Control Agent log message states “Not enough storage is available to process this command”) &lt;BR /&gt;&lt;BR /&gt;As stated in many other Threads, the SNMP settings are the cause, but I couldn’t find a thread that mentioned how to resolve all three of the above errors; until now…&lt;BR /&gt;&lt;BR /&gt;Solution: &lt;BR /&gt;Run the following command on the remote server to modify its SNMP settings:&lt;BR /&gt;&lt;BR /&gt;- sysocmgr.exe /i:%systemroot%\inf\sysoc.inf /u:c:\temp\snmp.txt&lt;BR /&gt;- Then Stop and Restart the SNMP and all HP Services.&lt;BR /&gt;&lt;BR /&gt;Where the Snmp.txt file contains the below text and xxx is the DNS CNAME for your main SNMP server and yyyy is your SNMP Community name:&lt;BR /&gt;&lt;BR /&gt;[NetOptionalComponents]&lt;BR /&gt;SNMP = 1&lt;BR /&gt;[SNMP]&lt;BR /&gt;Accept_CommunityName=yyyy:read_create&lt;BR /&gt;Any_Host=No&lt;BR /&gt;Limit_Host=LocalHost, xxxx&lt;BR /&gt;Community_Name=yyyy&lt;BR /&gt;Send_Authentication=Yes&lt;BR /&gt;Service=Physical, Applications, Datalink, Internet, End-to-End&lt;BR /&gt;Traps=xxxx&lt;BR /&gt;&lt;BR /&gt;Note: You require two entries in the ‘Accepted SNMP packets from these hosts’ Security tab option. The Main ‘SIM server’ to overcome the ‘Unknown/Unmanaged’ problem and ‘LocalHost’ to overcome the ‘No Failed/Degraded items’ Home page problem.&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jul 2005 17:05:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sim-snmp-error-solution/m-p/3585087#M13096</guid>
      <dc:creator>Cosmo_1</dc:creator>
      <dc:date>2005-07-18T17:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: SIM SNMP Error Solution</title>
      <link>https://community.hpe.com/t5/server-management-systems/sim-snmp-error-solution/m-p/3585088#M13097</link>
      <description>...or you could just use 'Configure or repair agents'</description>
      <pubDate>Tue, 19 Jul 2005 07:21:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sim-snmp-error-solution/m-p/3585088#M13097</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2005-07-19T07:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: SIM SNMP Error Solution</title>
      <link>https://community.hpe.com/t5/server-management-systems/sim-snmp-error-solution/m-p/3585089#M13098</link>
      <description>All the SIM Agents on the servers were configured correctly, but the server's SNMP settings weren't.&lt;BR /&gt;&lt;BR /&gt;How can the server SIM agents trapped and send SNMP information, when it's not set up correctly on the server.&lt;BR /&gt;&lt;BR /&gt;THe other way to configure these SNMP settings would be via AD's GPOs, but the SNMP and HP Services still require restarting.</description>
      <pubDate>Tue, 19 Jul 2005 15:37:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sim-snmp-error-solution/m-p/3585089#M13098</guid>
      <dc:creator>Cosmo_1</dc:creator>
      <dc:date>2005-07-19T15:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: SIM SNMP Error Solution</title>
      <link>https://community.hpe.com/t5/server-management-systems/sim-snmp-error-solution/m-p/3585090#M13099</link>
      <description>'Configure or repair agents' prompts for Windows credentials and performs the following functions:&lt;BR /&gt;&lt;BR /&gt;- Sends the SIM certificate to the agent and configures the agent to Trust by Certificate&lt;BR /&gt;- Checks for the presence of an SNMP Read Only string and if it matches the SIM server's string; if it doesn't match, sets a new Read Only string to match&lt;BR /&gt;- Checks for the presence of an SNMP Read-Write string and if not present sets a long random one&lt;BR /&gt;- Checks SNMP trap destinations and includes the SIM server if not already there</description>
      <pubDate>Wed, 20 Jul 2005 06:57:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sim-snmp-error-solution/m-p/3585090#M13099</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2005-07-20T06:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: SIM SNMP Error Solution</title>
      <link>https://community.hpe.com/t5/server-management-systems/sim-snmp-error-solution/m-p/3585091#M13100</link>
      <description>I also include the IP address of the main SIM CMS server, and not just the DNS CN name, when specifying the SNMP destinations.&lt;BR /&gt;&lt;BR /&gt;If you have a DNS failure, then at least IM wont let you think that you have bigger problems because servers cant report back.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jul 2005 09:34:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sim-snmp-error-solution/m-p/3585091#M13100</guid>
      <dc:creator>Brent Seizer</dc:creator>
      <dc:date>2005-07-20T09:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: SIM SNMP Error Solution</title>
      <link>https://community.hpe.com/t5/server-management-systems/sim-snmp-error-solution/m-p/3585092#M13101</link>
      <description>I wasn't aware of the'Configure or repair agents'option.&lt;BR /&gt;&lt;BR /&gt;Thank you.</description>
      <pubDate>Wed, 20 Jul 2005 16:08:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sim-snmp-error-solution/m-p/3585092#M13101</guid>
      <dc:creator>Cosmo_1</dc:creator>
      <dc:date>2005-07-20T16:08:38Z</dc:date>
    </item>
  </channel>
</rss>

