- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Re: Monitoring Local Disk on ESXi (DL380 G5) on HP...
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
04-06-2009 08:44 AM
04-06-2009 08:44 AM
Re: Monitoring Local Disk on ESXi (DL380 G5) on HP SIM 5.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2009 01:51 AM
04-07-2009 01:51 AM
Re: Monitoring Local Disk on ESXi (DL380 G5) on HP SIM 5.2
We are using Nagios do do our monitoring and I am not that familiar with WBEM. I found a check_esx_wbem.py which uses the pywbem Python module.
The check script works insofar that it will report power supply failures and such but it will not report problems with the disk controller even though it is clear that ESXi does notice if I for example yank a disk (I get critical alerts in the VI client).
Analog to SNMP my suspicion is that the check script does not ask for the proper WBEM classes as far as the smartarray is concernered. Anyone here who has an idea what the correct class may be called?
This is the code block in check_esx_wbem.py that seems relevant:
# define classes to check 'OperationStatus' instance
ClassesToCheck = [
'CIM_ComputerSystem',
'CIM_NumericSensor',
'CIM_Memory',
'CIM_LogicalDevice',
'CIM_Processor',
'CIM_RecordLog',
'OMC_DiscreteSensor',
'VMware_StorageExtent',
'VMware_Controller',
'VMware_StorageVolume',
'VMware_Battery',
'VMware_SASSATAPort'
]
Note: I guessed on "CIM_LogicalDevice" and added it myself but that only caused the check script to report the second NIC to be unplugged (correctly).
Can I query the WBEM interface for relevant classes in some way? I am not a Python programmer?
Thanks,
/Erik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2009 04:30 AM
04-14-2009 04:30 AM
Re: Monitoring Local Disk on ESXi (DL380 G5) on HP SIM 5.2
we have the same ideer and the same Problem,
I testet vollowing CIM´s
ClassesToCheck = [
'CIM_ComputerSystem',
'CIM_NumericSensor',
'CIM_Memory',
'CIM_Processor',
'CIM_RecordLog',
'CIM_LogicalDevice',
'CIM_StorageExtent',
'CIM_Battery',
'CIM_Controller',
'CIM_CoolingDevice',
'CIM_DiskDrive',
'CIM_Fan',
'CIM_MultiStateSensor',
'CIM_PhysicalComponent',
'CIM_PowerSupply',
'CIM_Processor',
'CIM_Sensor',
'CIM_Slot',
'CIM_StorageVolume',
'CIM_SASSATAPort',
'CIM_AllocatedFromStoragePool',
'CIM_HostedStoragePool',
'CIM_StoragePool',
'OMC_DiscreteSensor',
'VMware_StorageExtent',
'VMware_Controller',
'VMware_StorageVolume',
'VMware_Battery',
'VMware_SASSATAPort',
'VMware_HostedStoragePool',
'VMware_StoragePool'
]
but not one will detect a RAID error !!
has someone hir an idea or solution ???
webm or possibly also on ILO2 or ....
HP Proliant DL360 G5
Smart Array p400i
ESXi 3.5 U4 HP-image
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2009 05:18 AM
04-14-2009 05:18 AM
Re: Monitoring Local Disk on ESXi (DL380 G5) on HP SIM 5.2
"ESX 3i Update 4 with HP Managements Agents"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2009 06:28 AM
04-14-2009 06:28 AM
Re: Monitoring Local Disk on ESXi (DL380 G5) on HP SIM 5.2
ESXi 3.5 U4 Hp-Image Build 153875
and I can see to test the Warning Message in VM-Ware Infrastrukture Client (see attached screenshot)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2009 11:57 PM
04-14-2009 11:57 PM
Re: Monitoring Local Disk on ESXi (DL380 G5) on HP SIM 5.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 05:50 AM
04-23-2009 05:50 AM
Re: Monitoring Local Disk on ESXi (DL380 G5) on HP SIM 5.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 06:12 AM
04-23-2009 06:12 AM
Re: Monitoring Local Disk on ESXi (DL380 G5) on HP SIM 5.2
http://blog.mechanised.com/2008/07/how-to-create-your-own-bootable-esxi.html
Personally I have also noticed on our BL460c's that they are reporting the E200i, attached is screenshot from a diskless server.
But we also have an ML350 G5 with the same controller that is not reporting anything?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2009 01:12 AM
04-24-2009 01:12 AM
Re: Monitoring Local Disk on ESXi (DL380 G5) on HP SIM 5.2
Can you do that using the ISO from VMWare or does the server have to be rebuilt from scratch?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2009 04:09 AM
04-24-2009 04:09 AM
Re: Monitoring Local Disk on ESXi (DL380 G5) on HP SIM 5.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 11:59 PM
05-13-2009 11:59 PM
Re: Monitoring Local Disk on ESXi (DL380 G5) on HP SIM 5.2
The python script can monitor the RAID error as long as ESXi do.
I successfully test it on DELL PowerEdge servers but I don't have any Proliant server to perform tests.
- « Previous
-
- 1
- 2
- Next »