<?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: CPU/Disk utilization through snmp? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570422#M559941</link>
    <description>Why snmp only ? there are many other better ways&lt;BR /&gt;</description>
    <pubDate>Fri, 24 Jun 2005 22:12:30 GMT</pubDate>
    <dc:creator>Devesh Pant_1</dc:creator>
    <dc:date>2005-06-24T22:12:30Z</dc:date>
    <item>
      <title>CPU/Disk utilization through snmp?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570416#M559935</link>
      <description>Howdy,&lt;BR /&gt;&lt;BR /&gt;Does anyone know if it's possible to get CPU/Mem/Disk utilization through the Emanate SNMP agent on HPUX servers?&lt;BR /&gt;&lt;BR /&gt;TIA and points for all responses.&lt;BR /&gt;&lt;BR /&gt;Sean&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Jun 2005 11:42:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570416#M559935</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2005-06-24T11:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: CPU/Disk utilization through snmp?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570417#M559936</link>
      <description>I believe it is.&lt;BR /&gt;&lt;BR /&gt;My toptools admin use to be very proud of himself when he could tell me my HP-9000 box was redlined on cpu before I noticed it (like I didn't have better things to do).&lt;BR /&gt;&lt;BR /&gt;Its also possible to set up the MIBS to prevent this. SNMP can be a security hazard. Some of its information is not transmitted secure, especially in older releases.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 24 Jun 2005 12:24:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570417#M559936</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-24T12:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: CPU/Disk utilization through snmp?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570418#M559937</link>
      <description>Anyone know how this can be done?  By default all you can see are the nics as far as I can tell.&lt;BR /&gt;&lt;BR /&gt;Ideally this client would like to see CPU, Memory and disk capacity through snmp queries.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Jun 2005 12:29:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570418#M559937</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2005-06-24T12:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: CPU/Disk utilization through snmp?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570419#M559938</link>
      <description>Sean,&lt;BR /&gt;&lt;BR /&gt;I have never done this myself but I think SNMP by itself does not provide this functionality but EMS does and EMS subsystem has an agent which talks SNMP.&lt;BR /&gt;&lt;BR /&gt;man emsagent can tell you much more than I can as you seem to be more knowledgable than me as it comes to SNMP.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Fri, 24 Jun 2005 12:58:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570419#M559938</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-06-24T12:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: CPU/Disk utilization through snmp?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570420#M559939</link>
      <description>You can it looks like.  Just for the heck of it I would do this:&lt;BR /&gt;servera:root /root # snmpwalk servera | grep -i mem&lt;BR /&gt;hp.nm.system.general.computerSystem.computerSystemFreeMemory.0 : Gauge32: 2787732&lt;BR /&gt;hp.nm.system.general.computerSystem.computerSystemPhysMemory.0 : INTEGER: 7340032&lt;BR /&gt;hp.nm.system.general.computerSystem.computerSystemMaxUserMem.0 : Gauge32: 6960900&lt;BR /&gt;&lt;BR /&gt;I'm guessing the other values are there too for at least cpu.  Disk maybe tough.&lt;BR /&gt;&lt;BR /&gt;And obviously you can go against a specific snmp attribute:&lt;BR /&gt;servera:root /root # snmpget servera hp.nm.system.general.computerSystem.computerSystemFreeMemory.0&lt;BR /&gt;hp.nm.system.general.computerSystem.computerSystemFreeMemory.0 : Gauge32: 2764688&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Jun 2005 13:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570420#M559939</guid>
      <dc:creator>Dave Hutton</dc:creator>
      <dc:date>2005-06-24T13:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: CPU/Disk utilization through snmp?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570421#M559940</link>
      <description>No need for points on this.  Just noticed you can get all kinds of information, hard to know what the values mean.  Like looking at cpu:&lt;BR /&gt;servera:root /root # snmpwalk servera hp.nm.system.general&lt;BR /&gt;hp.nm.system.general.computerSystem.computerSystemUpTime.0 : Timeticks: (122813000) 14 days, 5:08:50.00&lt;BR /&gt;hp.nm.system.general.computerSystem.computerSystemUsers.0 : Gauge32: 8&lt;BR /&gt;hp.nm.system.general.computerSystem.computerSystemAvgJobs1.0 : Gauge32: 55&lt;BR /&gt;hp.nm.system.general.computerSystem.computerSystemAvgJobs5.0 : Gauge32: 61&lt;BR /&gt;hp.nm.system.general.computerSystem.computerSystemAvgJobs15.0 : Gauge32: 52&lt;BR /&gt;hp.nm.system.general.computerSystem.computerSystemMaxProc.0 : INTEGER: 4100&lt;BR /&gt;hp.nm.system.general.computerSystem.computerSystemFreeMemory.0 : Gauge32: 2788880&lt;BR /&gt;hp.nm.system.general.computerSystem.computerSystemPhysMemory.0 : INTEGER: 7340032&lt;BR /&gt;hp.nm.system.general.computerSystem.computerSystemMaxUserMem.0 : Gauge32: 6960900&lt;BR /&gt;hp.nm.system.general.computerSystem.computerSystemSwapConfig.0 : INTEGER: 9437184&lt;BR /&gt;hp.nm.system.general.computerSystem.computerSystemEnabledSwap.0 : Gauge32: 9437184&lt;BR /&gt;hp.nm.system.general.computerSystem.computerSystemFreeSwap.0 : Gauge32: 9437184&lt;BR /&gt;hp.nm.system.general.computerSystem.computerSystemUserCPU.0 : Counter: 13601386&lt;BR /&gt;hp.nm.system.general.computerSystem.computerSystemSysCPU.0 : Counter: 18729642&lt;BR /&gt;hp.nm.system.general.computerSystem.computerSystemIdleCPU.0 : Counter: 79838902&lt;BR /&gt;hp.nm.system.general.computerSystem.computerSystemNiceCPU.0 : Counter: 259685&lt;BR /&gt;hp.nm.system.general.fileSystem.fileSystemMounted.0 : Gauge32: 13&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hopefully thats what your looking for.  To be able to query a server for specific information.&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Jun 2005 13:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570421#M559940</guid>
      <dc:creator>Dave Hutton</dc:creator>
      <dc:date>2005-06-24T13:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: CPU/Disk utilization through snmp?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570422#M559941</link>
      <description>Why snmp only ? there are many other better ways&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Jun 2005 22:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570422#M559941</guid>
      <dc:creator>Devesh Pant_1</dc:creator>
      <dc:date>2005-06-24T22:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: CPU/Disk utilization through snmp?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570423#M559942</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;To do this two collections will need to be configured, one with the threshold set at 30% and the second with the threshold set at 80%.  Since it is not possible to set up two collections on the same mib expression it will be necessary to edit &lt;BR /&gt;&lt;BR /&gt;$OV_CONF/mibExpr.conf            &lt;BR /&gt;&lt;BR /&gt;Add two copies of the If%util entry, each with a different name (for example If30%Util and If80%Util). &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;** Warning ** &lt;BR /&gt;&lt;BR /&gt;Before editing mibExpr.conf make sure you have saved a copy of it since an incorrect mibExpr.conf file could seriously impair the functionality of NNM.   &lt;BR /&gt;&lt;BR /&gt;**         ** &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Copy the If%util entry and paste it in twice, remembering to separate each entry by a row of hash (#) symbols.  Rename one of the new entries to If30%util and the other to If80%util.  Save the mibExpr.conf file then stop and restart snmpCollect. &lt;BR /&gt;&lt;BR /&gt;From the [Options] menu in the NNM window choose [SNMP Data Collection and Threshold]. In the dialogue box that opens up click on the [Edit] menu and select [Add] then choose MIB Object.  A list of MIB objects appears and the newly added expressions should be included in that list. &lt;BR /&gt;&lt;BR /&gt;Configure a collection for each of these two expressions, setting the appropriate threshold for each collection. Configure the threshold event to send the required message when that threshold is reached. &lt;BR /&gt;&lt;BR /&gt;Bear in mind that each collection increases the amount of traffic on the network.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Vinod K</description>
      <pubDate>Sun, 26 Jun 2005 01:30:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570423#M559942</guid>
      <dc:creator>vinod_25</dc:creator>
      <dc:date>2005-06-26T01:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: CPU/Disk utilization through snmp?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570424#M559943</link>
      <description>"Why snmp only?"&lt;BR /&gt;&lt;BR /&gt;Because the tool they are using only uses SNMP.&lt;BR /&gt;&lt;BR /&gt;They do not have NNM/OVO nor do they have any plans on purchasing it.</description>
      <pubDate>Sun, 26 Jun 2005 08:44:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570424#M559943</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2005-06-26T08:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: CPU/Disk utilization through snmp?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570425#M559944</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Please visit following URLs:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.net-snmp.org/FAQ.html" target="_blank"&gt;http://www.net-snmp.org/FAQ.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.net-snmp.org/#Documentation" target="_blank"&gt;http://www.net-snmp.org/#Documentation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Mahesh</description>
      <pubDate>Mon, 27 Jun 2005 08:02:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-disk-utilization-through-snmp/m-p/3570425#M559944</guid>
      <dc:creator>Mahesh Kumar Malik</dc:creator>
      <dc:date>2005-06-27T08:02:32Z</dc:date>
    </item>
  </channel>
</rss>

