Skip to main content
SolarWinds MSP
  • Login
  • Support
  • Partnerships
    • Partnerships Overview
    • Solution Provider Program
    • Technology Alliance Program
    • Distributor Program
SolarWinds MSP
  • Products
    • SolarWinds N-central Automate what you need. Tackle complex networks. Try this remote monitoring and management solution built to help maximize efficiency and scale.
    • SolarWinds RMM Start fast. Grow at your own pace. Try this powerful but simple remote monitoring and management solution.
    • SolarWinds EDR Defend against ransomware, zero-day attacks, and evolving online threats with Endpoint Detection and Response
    • SolarWinds Backup Manage data protection for servers, workstations applications, documents and Microsoft 365 from one SaaS dashboard.
    • Mail Protection & Archiving Protect users from email threats and downtime.
    • Password Management Easily adopt and demonstrate best practice password and documentation management workflows.
      • Passportal Demo
    • PSA & Ticketing Manage ticketing, reporting, and billing to increase helpdesk efficiency.
    • Remote Support Help support customers and their devices with remote support tools designed to be fast and powerful.
  • Solutions

    I'm looking for...

    • Security Solutions
    • Monitoring Solutions
    • Efficiency Solutions
  • Resources
    • Blog
    • Webcasts & Events
    • Ask the N-central Experts
    • Daily Live Demos
    • RMM Foundations Training
    • Upcoming Events
    • Upcoming Webcasts
    • Resource Center
    • COVID-19 Resources
    • Resource Library
      • Case Studies
      • Product Information
      • eBooks
      • White Papers
      • Infographics
    • SolarWinds MSP Free Tools
    • GDPR Resource Center
    • Security Resource Center
    • MSP Institute Webinar Series
    • MSP Advice Project
  • About
    • Contact
    • Customer Success
    • Worldwide sales and support
    • Careers
    • Awards and Recognition
    • Get A Quote
    • Newsroom
      • Press Releases
      • In The News
      • Media Contacts
      • COVID-19 Response
    • Leadership Team
    • Legal
      • Cookie Policy
      • Privacy Notice
      • Software Services Agreement
      • Terms of Use
      • Backup Fair Use Policy
    • Security
      • SolarWinds Security Statement
      • Vendor Data Protection Requirements
    • Support
  • IT Departments
  • Contact Sales
    • Get A Quote
    • General Inquiry
  • TRY NOW
    • SolarWinds RMM
    • SolarWinds Backup
    • MSP Manager
    • SolarWinds Passportal
    • SolarWinds N-central
    • SolarWinds Mail Assure
    • SolarWinds Risk Intelligence
    • SolarWinds Take Control
  • Request a Quote
  • Try Now
    • SolarWinds RMM
    • SolarWinds N-central
    • SolarWinds Backup
    • MSP Manager
    • SolarWinds Mail Assure
    • SolarWinds Passportal
    • SolarWinds Risk Intelligence
    • SolarWinds Take Control
Request quote
Filter Blogs
  • Filter by:
  • MSP Business
    • Automation
    • Backup & Disaster Recovery
    • Security-series
    • Best Practices
    • Business
    • Business Growth
    • Business Risk
    • Cloud Computing
    • Customer Service
    • Cybersecurity
    • Cybersecurity Awareness Month
    • Data
    • GDPR
    • Internet of Things
    • IT Support
    • ITSM
    • LOGICcards
    • Machine Learning
    • Mail
    • Managed Services
    • Marketing
    • Mobile
    • Networking
    • Operations
    • Podcast
    • Product
    • PSA
    • Remote Management
    • Research & Trends
    • Risk Intelligence
    • Security
    • Security Vlog
    • Service Desk
    • Services & Support
    • The Head Nerds
    • Tips & Advice
    • Training
Home Blog MSP Business Cloud Computing Common Hyper-V Problems and How to Fix Them
Cloud Computing

Common Hyper-V Problems and How to Fix Them

By Brien Posey
11 May, 2018

Hyper-V has come a long way since its humble beginnings nearly a decade ago. Although Hyper-V has been improved in almost every way imaginable since its debut in Windows Server 2008, there are some common Hyper-V related issues that continue to affect virtualization administrators. These issues tend to be unrelated to bugs in the hypervisor, and have more to do with the way Hyper-V works. Below, I’ve outlined some of the common issues…

Virtual Machines Are Slow

As someone who has written multiple books about Hyper-V, I receive a lot of emails from readers, asking about various Hyper-V issues. One of the questions I am asked most frequently is why virtual machines run so slowly.

Virtual machine performance problems are almost always related to resource contention. In other words, the host server has limited hardware resources available, and those resources must be shared among the virtual machines and by the hypervisor itself. Any time inadequate hardware resources are available, performance can suffer. This holds true whether all of the host’s resources have been committed, or there are plenty of resources available but insufficient resources have been allocated to a virtual machine.

The resource that tends to cause the most problems with regard to performance is storage. The only way to prevent a storage bottleneck is to ensure the underlying disks can meet the I/O demand of the virtual machines. To address this problem, consider placing virtual hard disks on flash storage, or use a RAID 1+0 array to distribute IOPS across multiple disks, while also providing storage redundancy.

Running Out of Physical Storage Space

Another problem that Hyper-V administrators commonly have to deal with is that of running low on physical storage space. The most common solution to this problem is to use dynamically expanding virtual hard disks.

Virtual hard disks are really nothing more than files that act like a physical hard disk when attached to a virtual machine. A dynamically expanding virtual hard disk is a special type of virtual hard disk file that starts out at a very small size, regardless of how much space has been allocated to the virtual hard disk. This file grows as data is added. For example, a default dynamically expanding virtual hard disk is 127 GB in size, but initially consumes less than 1 GB of physical storage space.

Although using dynamically expanding virtual hard disks is the commonly prescribed solution to the storage capacity problem, there is another solution. Check your physical storage for the existence of orphaned virtual hard disks. When you delete a virtual machine through Hyper-V Manager, Hyper-V does not delete the corresponding virtual hard disk, which means that the remnants of the virtual machine are still consuming storage space. You can get this space back by deleting unwanted virtual hard disks.

Host Can’t Start All of the Virtual Machines

If a Hyper-V host is unable to start all of the virtual machines, it means the host’s hardware resources have been depleted to the point where there are not enough resources remaining to start the VMs. To fix this problem, you will either need to add additional hardware to the host or decrease the VM’s hardware allocations.

Since memory tends to be the biggest limiting factor for virtual machines, many administrators over commit memory resources by using the Hyper-V Dynamic Memory feature. Although you do have to be careful about over-committing memory, memory over-commitment can help to increase VM density.

Checkpoints Are Corrupt and Unusable

I have heard of several situations lately in which an administrator attempted to apply a Hyper-V checkpoint, only to discover the checkpoint was corrupt and could not be applied. Hyper-V checkpoints are normally reliable. However, checkpoints can be invalidated if a virtual hard disk for which checkpoints already exist is mounted independently of (outside of) the virtual machine.

 

Additional Reading:

  • How to Back Up Hyper-V Virtual Machines
  • VMware vs Hyper-V—Which Virtual Infrastructure Should You Choose
  • How to… Convert a Physical Server to a Virtual Machine

 

Brien Posey is a 13-time Microsoft MVP with over two decades of IT experience. Prior to going freelance, Posey was a CIO for a national chain of hospitals and healthcare facilities and has served as a network engineer for the United States Department of Defense at Fort Knox. Posey has also worked as a network administrator for some of the largest insurance companies in America.

You can follow Brien on Twitter at @BrienPosey

 

  

© 2018 SolarWinds MSP UK Ltd. All Rights Reserved.

 


The SolarWinds and SolarWinds MSP trademarks, service marks, and logos are the exclusive property of SolarWinds MSP UK Ltd. or its affiliates. All other trademarks are the property of their respective owners.

 

Try SolarWinds Backup

Exceed your RTOs and RPOs—start using SolarWinds Backup today.

Start your Free Trial

 

 

You might also like...
Cloud Computing

The Key Differences Between On-Premises and Cloud Security

Cloud Computing

VM Cloning Overview

Cloud Computing

Multi-Tenancy in the Cloud

Cloud Computing

How to Create a Virtual Drive

Cloud Computing

What’s the Difference Between OneDrive and SharePoint

Cloud Computing

Google Drive Security Best Practices

Want to stay up to date?

Get the latest MSP tips, tricks, and ideas sent to your inbox each week.

Loading form....

If the form does not load in a few seconds, it is probably because your browser is using Tracking Protection. This is either an Ad Blocker plug-in or your browser is in private mode. Please allow tracking on this page to request a subscription.

Note: Firefox users may see a shield icon to the left of the URL in the address bar. Click on this to disable tracking protection for this session/site

Recent Posts
  • What the Head Nerds Were Up to in 2020
  • RMM and PSA Tools: How to Make the Most of Both
  • How to Empower an IT Help Desk Team for Success
  • Six Tips That Will Make Managing Your MSP Company Easier
  • January 2021 Patch Tuesday: One Actively Exploited Vulnerability and a Few Likely to Be
Categories:
  • Security (230)
  • Tips & Advice (122)
  • Best Practices (94)
  • Managed Services (86)
  • Backup & Disaster Recovery (83)
  • The Head Nerds (75)
  • Business Growth (75)
  • IT Support (42)
  • Business (39)
  • Automation (37)
  • Cybersecurity (37)
  • Operations (34)
  • Mail (33)
  • Remote Management (28)
  • ITSM (25)
  • Data (21)
  • Cloud Computing (21)
  • Networking (21)
  • Marketing (14)
  • PSA (11)
  • Product (11)
  • Services & Support (5)
  • Service Desk (5)
  • Mobile (4)
  • Risk Intelligence (4)
  • Internet of Things (3)
  • Customer Service (3)
  • GDPR (2)
  • Research & Trends (2)
  • Training (2)
  • Business Risk (1)
  • LOGICcards (1)
Show moreless
SolarWinds MSP

Products
  • SolarWinds RMM
  • SolarWinds N-central
  • SolarWinds Backup
  • SolarWinds EDR
  • SolarWinds MSP Manager
  • SolarWinds Mail Assure
  • SolarWinds Risk Intelligence
  • SolarWinds Take Control
  • SolarWinds Passportal
  • All Products Use Cases
Solutions
  • Security Solutions
  • Monitoring Solutions
  • Efficiency Solutions
  • Identify which RMM solution is right for me
  • Drive Efficiency with Automation
  • Manage my MSP Business More Efficiently
  • Manage my IT Department More Efficiently
  • Layered Security
  • Cross-Platform Support
  • Data-Driven Insights
About
  • About Us
  • Careers
  • Newsroom
  • Leadership Team
  • Upcoming Events
  • Subscription Preferences
  • SolarWinds
  • SolarWinds Trust Center
  • COVID-19 Response
Support
  • SolarWinds RMM
  • Solarwinds N-central
  • SolarWinds Backup
  • SolarWinds Mail Assure
  • SolarWinds Take Control
  • SolarWinds MSP Manager
  • Solarwinds Risk Intelligence
  • Solarwinds Threat Monitor
  • SolarWinds Passportal
  • SolarWinds Take Control Downloads
  • Backup & Recovery Downloads
  • Service Status

Footer 2

  • Legal Documents
  • Privacy
  • California Privacy Rights
  • Security Information
  • Sitemap

© SolarWinds MSP Canada ULC and SolarWinds MSP UK Ltd.
All Rights Reserved.