- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk Monitoring
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
06-29-2005 09:14 PM
06-29-2005 09:14 PM
Disk Monitoring
I'd like to monitor the disk health of a HPUX 11.11 box, ideally using SNMP.
An snmpwalk of the box did not produce the storage table (1.3.6.1.2.1.25.2.3.1).
Is there some package, or configuration that I can put in place?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 09:22 PM
06-29-2005 09:22 PM
Re: Disk Monitoring
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2005 10:15 AM
06-30-2005 10:15 AM
Re: Disk Monitoring
Disk health is monitor through the disk_em channel . You can refer the following url
http://docs.hp.com/en/diag/ems/emd_disk.htm
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 06:20 AM
07-01-2005 06:20 AM
Re: Disk Monitoring
EMS can be configured two ways
Command Line - monconfig
SAM (both GUI and test versions)
Just make sure you have the right community name in your snmpconf file to talk with your SNMP server.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 06:37 AM
07-01-2005 06:37 AM
Re: Disk Monitoring
snmpwalk servername hp.nm.system.general.fileSystem
Will show you information about the filesystems. But you would have to parse out a lot of information to get what you want, and you would have to match up the filesystemID1 (fileSystemDir.1074003969.7) with this number:
fileSystemBavail.1074003969.7
Anyway, it looks like its doable but you would have to make two snmp queries to find out what filesystem is what ID and then match that ID to the fileSystemBavail.
I would probably go for a canned app. We use ITO, but we do use a custom script that checks filesystem full and then pages us when they get full.