<?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: Loading Insight Manager agents on Suse Linux in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/loading-insight-manager-agents-on-suse-linux/m-p/4600004#M40357</link>
    <description>Thanks for the reply. I found the site that had all agents, I guess what I was looking for is what agents are needed and what aren't and order in which they can be installed.</description>
    <pubDate>Fri, 12 Mar 2010 17:42:38 GMT</pubDate>
    <dc:creator>John Lewter</dc:creator>
    <dc:date>2010-03-12T17:42:38Z</dc:date>
    <item>
      <title>Loading Insight Manager agents on Suse Linux</title>
      <link>https://community.hpe.com/t5/server-management-systems/loading-insight-manager-agents-on-suse-linux/m-p/4600002#M40355</link>
      <description>Does anyone know the steps of how you go about setting up a SUSE Linux 10 Server to be seen an manage by Insight Manager. We have gotten Insight Manager up in our environment and manage our 2003 servers, but also have SUSE in as well and want to manage them. What agents, etc need to be installed on them to work?</description>
      <pubDate>Fri, 12 Mar 2010 13:36:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/loading-insight-manager-agents-on-suse-linux/m-p/4600002#M40355</guid>
      <dc:creator>John Lewter</dc:creator>
      <dc:date>2010-03-12T13:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Insight Manager agents on Suse Linux</title>
      <link>https://community.hpe.com/t5/server-management-systems/loading-insight-manager-agents-on-suse-linux/m-p/4600003#M40356</link>
      <description>See &lt;A href="http://www.hp.gom/go/proliantlinux" target="_blank"&gt;http://www.hp.gom/go/proliantlinux&lt;/A&gt; --&amp;gt; More Linux Documentation</description>
      <pubDate>Fri, 12 Mar 2010 15:40:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/loading-insight-manager-agents-on-suse-linux/m-p/4600003#M40356</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2010-03-12T15:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Insight Manager agents on Suse Linux</title>
      <link>https://community.hpe.com/t5/server-management-systems/loading-insight-manager-agents-on-suse-linux/m-p/4600004#M40357</link>
      <description>Thanks for the reply. I found the site that had all agents, I guess what I was looking for is what agents are needed and what aren't and order in which they can be installed.</description>
      <pubDate>Fri, 12 Mar 2010 17:42:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/loading-insight-manager-agents-on-suse-linux/m-p/4600004#M40357</guid>
      <dc:creator>John Lewter</dc:creator>
      <dc:date>2010-03-12T17:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Insight Manager agents on Suse Linux</title>
      <link>https://community.hpe.com/t5/server-management-systems/loading-insight-manager-agents-on-suse-linux/m-p/4600005#M40358</link>
      <description>I personally don't use it, but if you download the full ProLiant Support Pack (PSP) it comes with an install script and will install the appropriate drivers and agents.&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Mar 2010 19:30:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/loading-insight-manager-agents-on-suse-linux/m-p/4600005#M40358</guid>
      <dc:creator>Ulf Zimmermann</dc:creator>
      <dc:date>2010-03-12T19:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Insight Manager agents on Suse Linux</title>
      <link>https://community.hpe.com/t5/server-management-systems/loading-insight-manager-agents-on-suse-linux/m-p/4600006#M40359</link>
      <description>'Managing ProLiant Servers' is a good doc if you want to know the details:&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00223285/c00223285.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00223285/c00223285.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The OCD way I install it is:&lt;BR /&gt;1) put the RPMs&lt;BR /&gt;- hp-health&lt;BR /&gt;- hp-snmp-agents&lt;BR /&gt;- hp-ilo (not needed in SLES11)&lt;BR /&gt;from &lt;A href="http://hp.com/go/bsc" target="_blank"&gt;http://hp.com/go/bsc&lt;/A&gt; into our repo&lt;BR /&gt;&lt;BR /&gt;2) create /etc/hp-snmp-agents.conf with&lt;BR /&gt;# install mode&lt;BR /&gt;export CMASILENT="YES"&lt;BR /&gt;#Decision to touch existing SNMP file&lt;BR /&gt;export CMASKIPSNMPCONFIG="y"&lt;BR /&gt;#agent exclusion on startup&lt;BR /&gt;export CMAAGENTEXCLUDESTR="cpqriisd cmarackd"&lt;BR /&gt;&lt;BR /&gt;3) edit snmpd.conf with:&lt;BR /&gt;dlmod cmaX /usr/lib64/libcmaX64.so&lt;BR /&gt;rocommunity &lt;XXX&gt; &lt;SIM hostname=""&gt;&lt;BR /&gt;trapcommunity &lt;XXX&gt;&lt;BR /&gt;trapsink &lt;SIM hostname=""&gt; &lt;XXX&gt;&lt;BR /&gt;&lt;BR /&gt;4) yast -i hp-health hp-snmp-agents hp-ilo&lt;BR /&gt;5) /etc/init.d/snmpd restart&lt;BR /&gt;6) discover the server in SIM&lt;BR /&gt;&lt;BR /&gt;But just installing the PSP is probably better... :)&lt;/XXX&gt;&lt;/SIM&gt;&lt;/XXX&gt;&lt;/SIM&gt;&lt;/XXX&gt;</description>
      <pubDate>Sat, 13 Mar 2010 18:43:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/loading-insight-manager-agents-on-suse-linux/m-p/4600006#M40359</guid>
      <dc:creator>Michael Leu</dc:creator>
      <dc:date>2010-03-13T18:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Insight Manager agents on Suse Linux</title>
      <link>https://community.hpe.com/t5/server-management-systems/loading-insight-manager-agents-on-suse-linux/m-p/4600007#M40360</link>
      <description>We also had the same issue with SLES 10 servers. we installed the proliant support pack.now sim is able to discover the agents.but when we checked in the All systems there are some strange entries under system name.i have attached the screen shot.&lt;BR /&gt;&lt;BR /&gt;Note : we are using sim bundled with ICE Linux&lt;BR /&gt;     : still license are not added&lt;BR /&gt;     : So far agents installed in one server.&lt;BR /&gt;&lt;BR /&gt;Appreciate much if you can tell what we missed here?</description>
      <pubDate>Sat, 20 Mar 2010 04:16:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/loading-insight-manager-agents-on-suse-linux/m-p/4600007#M40360</guid>
      <dc:creator>riyan</dc:creator>
      <dc:date>2010-03-20T04:16:09Z</dc:date>
    </item>
  </channel>
</rss>

