-
- Influencer
- Posts: 11
- Liked: never
- Joined: Nov 23, 2017 1:39 pm
- Full Name: Martijn Pollmann
- Location: The Netherlands
- Contact:
Checkpoints redirection is not considered as best practices
We've run the CONFIGURATION ASSESSMENT report against our Hyper-V 2019 environment. On several host we get a warning under the header 'Checkpoints redirection is not considered as best practices'.
I've run the following commando: Get-SCVirtualMachine | Where {$_.CheckpointLocation -ne $_.Location}
This returns nothing.
Can anyone tell me which environment variable this section of the report looks at?
I've run the following commando: Get-SCVirtualMachine | Where {$_.CheckpointLocation -ne $_.Location}
This returns nothing.
Can anyone tell me which environment variable this section of the report looks at?
-
- Veteran
- Posts: 7328
- Liked: 781 times
- Joined: May 21, 2014 11:03 am
- Full Name: Nikita Shestakov
- Location: Prague
- Contact:
-
- Product Manager
- Posts: 2581
- Liked: 708 times
- Joined: Jun 14, 2013 9:30 am
- Full Name: Egor Yakovlev
- Location: Prague, Czech Republic
- Contact:
Re: Checkpoints redirection is not considered as best practices
I don't have SCVMM in my lab, however Hyper-V powershell command object properties are different on Windows Server Hyper-V 2019
works fine to me to find redirected snapshot VMs.
/Cheers!
Code: Select all
Get-VM | Where {$_.CheckpointFileLocation -ne $_.ConfigurationLocation}
/Cheers!
-
- Influencer
- Posts: 11
- Liked: never
- Joined: Nov 23, 2017 1:39 pm
- Full Name: Martijn Pollmann
- Location: The Netherlands
- Contact:
Re: Checkpoints redirection is not considered as best practices
Thank you for your responses. I've run this command: Get-VM | Where {$_.CheckpointFileLocation -ne $_.ConfigurationLocation}
I get no results. I don't have any VM with Checkpoint redirection, however I still get the warnings in the report.
I get no results. I don't have any VM with Checkpoint redirection, however I still get the warnings in the report.
-
- Product Manager
- Posts: 2581
- Liked: 708 times
- Joined: Jun 14, 2013 9:30 am
- Full Name: Egor Yakovlev
- Location: Prague, Czech Republic
- Contact:
Re: Checkpoints redirection is not considered as best practices
There should be little [+] sign next to the host\cluster name in the report that will show exact VM name in question. Try checking that Hyper-V VM properties directly without PowerShell?
/Thanks!
/Thanks!
-
- Influencer
- Posts: 11
- Liked: never
- Joined: Nov 23, 2017 1:39 pm
- Full Name: Martijn Pollmann
- Location: The Netherlands
- Contact:
Re: Checkpoints redirection is not considered as best practices
I've compared the Hyper-V settings of two machines, one with the warning and one without. They are identical. I've also compared the directory structure, that's the same as well.
-
- Product Manager
- Posts: 2581
- Liked: 708 times
- Joined: Jun 14, 2013 9:30 am
- Full Name: Egor Yakovlev
- Location: Prague, Czech Republic
- Contact:
Re: Checkpoints redirection is not considered as best practices
Strange. Might be a bug. Let's check with Support? Please share opened case ID here in this thread.
/Thanks!
/Thanks!
Who is online
Users browsing this forum: No registered users and 6 guests