Export-VM Could not initiate a checkpoint operation

Flo Wolf 0 Reputation points
2023-07-26T15:05:36.86+00:00

Hello, I have an issue on Hyper-V.

I put that script powershell

$date="$((Get-Date).ToString('yyyyMMdd-HHmmss'))"
$Path= "C:\BKUP"
New-Item -ItemType Directory -Path "$Path$date"
Get-VM | Export-VM -Path "$Path$date"

I have 4 Virtual Machine (VM) Linux (Debian, CentOS) on server. One export Fail with that message

Erreur Export

Reboot VM, no change.

VM have a CentOS with Centreon inside.

Other VM export work.

I want to export VM for Backup

Someone Can help me please.

Windows for business Windows Client for IT Pros Storage high availability Virtualization and Hyper-V
Windows for business Windows Server User experience PowerShell
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-07-27T10:43:35.36+00:00

    Hi,

    Please select Checkpoints in Settings for the virtual machine and change the checkpoint type. If the issue persists, run Event Viewer as administrator from the start menu and see if there are any errors in the Hyper-V-VMMS log when the VM is exported.

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.