Resolving VMware Backup Warning: “Creating a crash-consistent snapshot instead of application-consistent snapshot because VMware Tools are not installed”

Resolving VMware Backup Warning: “Creating a crash-consistent snapshot instead of application-consistent snapshot because VMware Tools are not installed”

Issue

During backup operations, the following warning may appear:
Warning
Activity 'Creating application-consistent (VSS) hypervisor snapshot' succeeded with the following warning:
'Creating a crash-consistent snapshot of virtual machine
'VM NAME'
instead of an application-consistent snapshot because VMware Tools are not installed.'

Cause

This warning occurs because VMware Tools (or Open VM Tools for Linux) are not installed or running inside the virtual machine.

Without VMware Tools:

  • VMware cannot coordinate application-aware snapshots.
  • The backup system creates only crash-consistent snapshots.
  • File systems and applications may not fully flush pending writes before the snapshot.

Impact

The backup will still complete successfully; however:

  • Application consistency is not guaranteed.
  • Databases or running applications may require recovery during restore.
  • Backup integrity for transactional applications may be affected.

Resolution

Install and enable VMware Tools (Open VM Tools) inside the Linux virtual machine.

Installation Steps for CentOS / RHEL / Rocky / AlmaLinux

Step 1 — Install Open VM Tools

Using YUM

sudo yum install -y open-vm-tools

Using DNF (Newer OS Versions)

sudo dnf install -y open-vm-tools

Step 2 — Enable and Start VMware Tools Service

sudo systemctl enable vmtoolsd
sudo systemctl start vmtoolsd

Step 3 — Verify Service Status

systemctl status vmtoolsd

Expected output: Service status should display as

Step 4 — Verify VMware Tools Version

vmware-toolbox-cmd -v

Step 5 — Reboot the Server

Note: Few of the VM not required the restart
sudo reboot

Ubuntu / Debian Installation (Reference)

sudo apt update
sudo apt install -y open-vm-tools
sudo systemctl enable open-vm-tools
sudo systemctl start open-vm-tools
sudo systemctl status open-vm-tools





    • Related Articles

    • Exchange admin Configure External Email Warning Banner in Exchange Admin Center

      Purpose This Knowledge Base (KB) article explains how to configure an external email warning banner in Microsoft Exchange Online using Mail Flow Rules. The banner helps users identify emails originating from outside the organization and improves ...
    • Greenshot- the ultimate screenshot tool

      What is Greenshot? Greenshot is the most awesome tool for making screenshots you can get on your Windows PC. it's a light-weight free and open-source screenshot software tool for Windows with the following key features: Quickly create screenshots of ...
    • O365 configuration and activation - Redeem the microsoft office key

      1. Redeem the Office Key Go to https://setup.office.com Sign in with your Microsoft ID. Enter the 25-character Office product key. Click Next and complete the activation. 2. Map the Key to the Microsoft Account Once redeemed, the Office license will ...
    • Outlook Profile Resetting & Recover email

      How to reset the Outlook profile when the outlook crash Open the control panel & select mail. Select Show profile "Add" new profile with different name, if you don't want the old one then you can select the profile and delete the profile using ...
    • NPS + WiFi Domain Authentication

      1. PURPOSE To configure secure WiFi authentication using Microsoft Network Policy Server integrated with Active Directory, enabling domain-based access control. 2. SCOPE Domain-joined client machines Wireless Access Points (e.g., EnGenius, Aruba) NPS ...