- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Re: Virtual Machine Disk Partitions
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
05-15-2007 06:01 AM
05-15-2007 06:01 AM
Virtual Machine Disk Partitions
Under "Virtual Machine Disk Partitions", SIM shows No data available.
Is there any way to get this working? I would like to monitor used disk space so that the VM's don't run out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2007 08:22 AM
05-15-2007 08:22 AM
Re: Virtual Machine Disk Partitions
Unfortunately there's still a bug in wbem where the %full figure recorded in the database is always 100% so I need to calculate it manually as the amount used and disk size figures are correct.
This report acts as a good backup for when the threshold alerts are missed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2007 08:24 AM
05-15-2007 08:24 AM
Re: Virtual Machine Disk Partitions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2007 01:09 AM
07-25-2007 01:09 AM
Re: Virtual Machine Disk Partitions
I have got it working on these versions:
Virtualization VMware ESX 3.0 Server (3.0.1)
VMM Agent Version 2.1
I have used the user guide for installation.
I can see the utilisation on my guests (after a reboot) but I can not set up thresholds.
I don't think it's a feature that is offered although it would be nice.
Jesper
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2007 08:28 AM
07-25-2007 08:28 AM
Re: Virtual Machine Disk Partitions
I enable wbem globally in HPSIM but leave the credentials blank. Options->Protocol settings->Global Protocol Settings, ensure the Enable WBEM box is checked.
The on each virtual server, click on the server name and from Tools & Links tab select System Protocol Settings, check Update values and select the Use values specified below. Enter credentials that allow access to the server.
After the data collection tasks have run, the data tables in the database will be populated and you'll be able to use the standard HPSIM reporting.
In addition you can create an ODBC Connection and use something like MS Excel / MSQuery to pull out data. I use this as a means of determining the SQL I might need.
Once done I wrap that in a perl script and use the OSQL utility to pull the data from the database as part of a weekly scheduled job.