- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SNMP & MIBs
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 12:02 PM
12-12-2001 12:02 PM
SNMP & MIBs
Without installing NNM is it possible to gain access to CPU utalisation, memory stats using SNMP? I see SNMPD is installed but I have done a snmpwalk on the host and it only reports network statistic information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 12:31 PM
12-12-2001 12:31 PM
Re: SNMP & MIBs
If you have glance installed then you can get the real time statastics. Or if you have measureware running then you can extract the perfromance data by perfview.
-USA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 12:36 PM
12-12-2001 12:36 PM
Re: SNMP & MIBs
If u r really looking for a performance analysis tool, the use top, sar, glance, perfview ..etc.
For processor specific tool, u can use 'PRM'
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 12:48 PM
12-12-2001 12:48 PM
Re: SNMP & MIBs
As far as your question is concerned, there are some default OIDs available with HP's snmp agent. Check the tree
.private.enterprises.hp.nm.system.general
There are couple of downtrees. You might be interested in browsing through processes tree.
You may have to do an snmpget on these OIDs.
For ex., the OID of userCPU is
.1.3.6.1.4.1.11.2.3.1.1.13
Do an snmpget on this, you will get userCPU. But this gives only the time. You will not get a nice value like 50%.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 12:46 AM
12-13-2001 12:46 AM
Re: SNMP & MIBs
Yes, I have used glance, sar, top, vmstat etc etc ... But I want to pull off some simple stats via SNMP as I have 80 boxes to monitor. I have tried snmpget x.x.x.x community .1.3.6.1.4.1.11.2.3.1.1.13 but it returns :
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: enterprises.11.2.3.1.1.13
What MIB is required on the machine?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 07:13 AM
12-13-2001 07:13 AM
Re: SNMP & MIBs
i get the following 'roots':
system, interfaces, at, ip, icmp, tcp, udp, transmission, snmp, enterprises and .iso
what's enterprises and .iso? :)
enterprises shows some info on lvols... and a lot of numbers. it must be there, somewhere...
E.
E.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 07:27 AM
12-13-2001 07:27 AM
Re: SNMP & MIBs
digging a bit deeper:
on my machine (hp visualize c240)
enterprises.11.2.3.1.4.1.0 - number of processes
enterprises.11.2.3.1.4.2.1.1.x - id of process
and so on, with the processes.
I didn't catch any memory / CPU info (yet) but I am still digging.
E.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2001 07:50 AM
12-19-2001 07:50 AM
Re: SNMP & MIBs
http://people.ee.ethz.ch/~oetiker/webtools/mrtg/mrtg.html
It will poll the CPU every 5 minutes and draw you a pretty graph. It can do the calculations to give you the answer in percent. Can also track your free memory or any other MIB that is available on your PC.
Price is right. It's free. Runs on UNIX or WindowsNT.
.iso.org.dod.internet.private.enterprises.hp.nm.system.general.computerSystem.computerSystemFreeMemory
is
.1.3.6.1.4.1.11.2.3.1.1.7
.iso.org.dod.internet.private.enterprises.hp.nm.system.general.computerSystem.computerSystemIdleCPU
is
.1.3.6.1.4.1.11.2.3.1.1.15
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 05:48 AM
12-21-2001 05:48 AM
Re: SNMP & MIBs
I use MRTG on my test servers at home and it works a treat.
Cheers
George