<?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: How to enable SNMP Sets on ESX agents in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/how-to-enable-snmp-sets-on-esx-agents/m-p/4334778#M35804</link>
    <description>Maybe You should still run the configure or repair agents -job from SIM to ESX</description>
    <pubDate>Sat, 10 Jan 2009 12:07:51 GMT</pubDate>
    <dc:creator>JKytsi</dc:creator>
    <dc:date>2009-01-10T12:07:51Z</dc:date>
    <item>
      <title>How to enable SNMP Sets on ESX agents</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-to-enable-snmp-sets-on-esx-agents/m-p/4334777#M35803</link>
      <description>We have our VMWare ESX servers setup and in SIM 5.2sp2, with a proper snmp.conf file and certificates.  Everything seems to work except when you try to Clear an IML log entry or if you try and turn on the UID LED.  These error out with a "The Set Attempt Failed..." error.&lt;BR /&gt;&lt;BR /&gt;In the Windows environment, I know you need to go into the agent settings in Control Panel and check the Enable SNMP Sets box.&lt;BR /&gt;&lt;BR /&gt;Where is the equivilent in the Linux agents? We dug around in the Agent install and config scripts and didnt find anything. &lt;BR /&gt;&lt;BR /&gt;We are running ESX 3.5 Update 2 with HP Agents 8.0.0a&lt;BR /&gt;&lt;BR /&gt;-Jeff</description>
      <pubDate>Fri, 09 Jan 2009 15:15:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-to-enable-snmp-sets-on-esx-agents/m-p/4334777#M35803</guid>
      <dc:creator>Jeff Easton</dc:creator>
      <dc:date>2009-01-09T15:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable SNMP Sets on ESX agents</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-to-enable-snmp-sets-on-esx-agents/m-p/4334778#M35804</link>
      <description>Maybe You should still run the configure or repair agents -job from SIM to ESX</description>
      <pubDate>Sat, 10 Jan 2009 12:07:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-to-enable-snmp-sets-on-esx-agents/m-p/4334778#M35804</guid>
      <dc:creator>JKytsi</dc:creator>
      <dc:date>2009-01-10T12:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable SNMP Sets on ESX agents</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-to-enable-snmp-sets-on-esx-agents/m-p/4334779#M35805</link>
      <description>It took awhile to get together with the ESX admin but we did figure it out.&lt;BR /&gt;&lt;BR /&gt;Turns out we had this in the snmpd.conf file for local host;&lt;BR /&gt;&lt;BR /&gt;rocommunity snmpcomst 127.0.0.1&lt;BR /&gt;rwcommunity snmpconst 127.0.0.1&lt;BR /&gt;&lt;BR /&gt;once we commented out the rocommunity line it started working, like this;&lt;BR /&gt;&lt;BR /&gt;#rocommunity snmpcomst 127.0.0.1&lt;BR /&gt;rwcommunity snmpconst 127.0.0.1&lt;BR /&gt;&lt;BR /&gt;This brings up another question though, we also have both lines for the SIM server, even though the snmp community string is the same, like this;&lt;BR /&gt;&lt;BR /&gt;rocommunity snmpcomst cim1.domain.com&lt;BR /&gt;rwcommunity snmpcomst cim1.domain.com&lt;BR /&gt;&lt;BR /&gt;Even though it seems to be working ok, do we need both a rw and ro line for the SIM server if we use the same snmp community string?  I would think not, but I've seen examples that are setup like this...&lt;BR /&gt;&lt;BR /&gt;-Jeff&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2009 21:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-to-enable-snmp-sets-on-esx-agents/m-p/4334779#M35805</guid>
      <dc:creator>Jeff Easton</dc:creator>
      <dc:date>2009-01-29T21:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable SNMP Sets on ESX agents</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-to-enable-snmp-sets-on-esx-agents/m-p/4334780#M35806</link>
      <description>RW is required for localhost so the System Management Homepage can perform SNMP sets such as setting thresholds or clearing logs.  HP SIM only communicates with the System Management Homepage for any 'write' operations using secure HTTP.  It never uses SNMP for any write operation over the wire.  You only need to set a RO string for your HP SIM server.&lt;BR /&gt;&lt;BR /&gt;rwcommunity [STRINGA] 127.0.0.1&lt;BR /&gt;rocommunity [STRINGB] [IP_ADDRESS_OR_DNS_NAME_OF_HP_SIM_CMS]</description>
      <pubDate>Thu, 29 Jan 2009 21:38:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-to-enable-snmp-sets-on-esx-agents/m-p/4334780#M35806</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2009-01-29T21:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable SNMP Sets on ESX agents</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-to-enable-snmp-sets-on-esx-agents/m-p/4334781#M35807</link>
      <description>Based on my troubleshooting of this issue on various servers, I've found that it works best to put all the rwcommunity lines in the config before rocommunity lines.  Otherwise the read-only settings can take precedence over the read/write settings and cause the "set attempt failed" errors.&lt;BR /&gt;&lt;BR /&gt;In our case, we allow read-only access from anywhere, and that was causing a problem.&lt;BR /&gt;&lt;BR /&gt;For example, instead of:&lt;BR /&gt;rocommunity SNMPSTRING&lt;BR /&gt;rwcommunity SNMPSTRING 127.0.0.1&lt;BR /&gt;&lt;BR /&gt;Change it to this:&lt;BR /&gt;rwcommunity SNMPSTRING 127.0.0.1&lt;BR /&gt;rocommunity SNMPSTRING&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Mar 2009 14:08:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-to-enable-snmp-sets-on-esx-agents/m-p/4334781#M35807</guid>
      <dc:creator>Threonine_1</dc:creator>
      <dc:date>2009-03-13T14:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable SNMP Sets on ESX agents</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-to-enable-snmp-sets-on-esx-agents/m-p/4334782#M35808</link>
      <description>Personally, when I set up a new ESX 3.x box with the HP Management Agents, I ssh into the console, SU, and then use the following command string to setup my agents in one step:&lt;BR /&gt;&lt;BR /&gt;echo "rwcommunity community 127.0.0.1" &amp;gt;&amp;gt;/etc/snmp/snmpd.conf &amp;amp;&amp;amp; echo "rwcommunity community 192.168.1.2" &amp;gt;&amp;gt;/etc/snmp/snmpd.conf &amp;amp;&amp;amp; echo "dlmod cmaX /usr/lib/libcmaX.so" &amp;gt;&amp;gt;/etc/snmp/snmpd.conf &amp;amp;&amp;amp; /etc/init.d/snmpd restart&lt;BR /&gt;&lt;BR /&gt;The commands above should be all in one line (although it may be wrapped here).&lt;BR /&gt;&lt;BR /&gt;I'm now working to find a similar command string for ESX 4.x (vSphere).&lt;BR /&gt;&lt;BR /&gt;dcc</description>
      <pubDate>Mon, 22 Jun 2009 15:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-to-enable-snmp-sets-on-esx-agents/m-p/4334782#M35808</guid>
      <dc:creator>dcolpitts</dc:creator>
      <dc:date>2009-06-22T15:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable SNMP Sets on ESX agents</title>
      <link>https://community.hpe.com/t5/server-management-systems/how-to-enable-snmp-sets-on-esx-agents/m-p/4334783#M35809</link>
      <description>FYI - for ESX 4.x, use the following command string to set up the agents in one step (assuming you chose to keep the original snmpd.conf during the HP Management Agents setup:&lt;BR /&gt;&lt;BR /&gt;echo "rwcommunity community 127.0.0.1" &amp;gt;&amp;gt;/etc/snmp/snmpd.conf &amp;amp;&amp;amp; echo "rwcommunity community 192.168.1.2" &amp;gt;&amp;gt;/etc/snmp/snmpd.conf &amp;amp;&amp;amp; echo "dlmod cmaX /usr/lib64/libcmaX64.so" &amp;gt;&amp;gt;/etc/snmp/snmpd.conf &amp;amp;&amp;amp; /etc/init.d/snmpd restart&lt;BR /&gt;&lt;BR /&gt;The commands above should be all in one line (although it may be wrapped here).&lt;BR /&gt;&lt;BR /&gt;The ESX 4.x service console is based on a x64 kernel, instead the of the x86 kernel that 3.x was based on.  As a result, the path and architecture of libcmaX has changed.&lt;BR /&gt;&lt;BR /&gt;Be sure to adjust the rwcommunity IPs/hostnames to suit your own network.&lt;BR /&gt;&lt;BR /&gt;dcc</description>
      <pubDate>Tue, 23 Jun 2009 11:57:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/how-to-enable-snmp-sets-on-esx-agents/m-p/4334783#M35809</guid>
      <dc:creator>dcolpitts</dc:creator>
      <dc:date>2009-06-23T11:57:36Z</dc:date>
    </item>
  </channel>
</rss>

