You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Details of the scenario you tried and the problem that is occurring:
I want to make sure that my VMs are running. And if they are not - start them.
This is the info - but the VM does not start:
VERBOSE: [SERVERNAME]: LCM: [ Start Resource ] [[xVMHyperV]MyVM]
VERBOSE: [SERVERNAME]: LCM: [ Start Test ] [[xVMHyperV]MyVM]
VERBOSE: [SERVERNAME]: LCM: [ End Test ] [[xVMHyperV]MyVM] in 0.4690 seconds.
VERBOSE: [SERVERNAME]: LCM: [ Start Set ] [[xVMHyperV]MyVM]
VERBOSE: [SERVERNAME]: [[xVMHyperV]MyVM] Checking if VM 'MyVM' exists ...
VERBOSE: [SERVERNAME]: [[xVMHyperV]MyVM] VM 'MyVM' exists.
VERBOSE: [SERVERNAME]: [[xVMHyperV]MyVM] VM property 'State' should be 'Running', actual 'Saved'.
VERBOSE: [SERVERNAME]: [[xVMHyperV]MyVM] VM property 'State' is 'Running'.
VERBOSE: [SERVERNAME]: LCM: [ End Set ] [[xVMHyperV]MyVM] in 0.1400 seconds.
VERBOSE: [SERVERNAME]: LCM: [ End Resource ] [[xVMHyperV]MyVM]
The DSC configuration that is using the resource (as detailed as possible):
xVMHyperV MyVM
{
Ensure = "Present"
Name = "MyVM"
VhdPath = "X:\MyVM.vhdx"
State = "Running"
}
Version of the Operating System and PowerShell the DSC Target Node is running:
Windows version: Server 2016
Powershell version:
Major Minor Build Revision
5 1 14393 2125
Version of the DSC module you're using, or 'dev' if you're using current dev branch:
3.11.0.0
The text was updated successfully, but these errors were encountered:
Details of the scenario you tried and the problem that is occurring:
I want to make sure that my VMs are running. And if they are not - start them.
This is the info - but the VM does not start:
VERBOSE: [SERVERNAME]: LCM: [ Start Resource ] [[xVMHyperV]MyVM]
VERBOSE: [SERVERNAME]: LCM: [ Start Test ] [[xVMHyperV]MyVM]
VERBOSE: [SERVERNAME]: LCM: [ End Test ] [[xVMHyperV]MyVM] in 0.4690 seconds.
VERBOSE: [SERVERNAME]: LCM: [ Start Set ] [[xVMHyperV]MyVM]
VERBOSE: [SERVERNAME]: [[xVMHyperV]MyVM] Checking if VM 'MyVM' exists ...
VERBOSE: [SERVERNAME]: [[xVMHyperV]MyVM] VM 'MyVM' exists.
VERBOSE: [SERVERNAME]: [[xVMHyperV]MyVM] VM property 'State' should be 'Running', actual 'Saved'.
VERBOSE: [SERVERNAME]: [[xVMHyperV]MyVM] VM property 'State' is 'Running'.
VERBOSE: [SERVERNAME]: LCM: [ End Set ] [[xVMHyperV]MyVM] in 0.1400 seconds.
VERBOSE: [SERVERNAME]: LCM: [ End Resource ] [[xVMHyperV]MyVM]
The DSC configuration that is using the resource (as detailed as possible):
Version of the Operating System and PowerShell the DSC Target Node is running:
Windows version: Server 2016
Powershell version:
Major Minor Build Revision
5 1 14393 2125
Version of the DSC module you're using, or 'dev' if you're using current dev branch:
3.11.0.0
The text was updated successfully, but these errors were encountered: