我的一个VM刚刚变得不可用,我无法连接。我已经释放/重新分配、重新部署和重置密码。毫无办法。我如何使VMAgent重置,以便我可以再次连接?
当我执行此操作时:
Get-AzureRmVM -ResourceGroupName "MyResourceGroup" -Name "SP-SVR1" -Status我得到了以下信息。注意,VMAgent的Level属性是警告,消息是"VM代理没有响应“
ResourceGroupName : MyResourceGroup
Name : SP-SVR1
BootDiagnostics :
ConsoleScreenshotBlobUri :
https://diagstoreeonatynishp64.blob.core.windows.net/bootdiagnostics-svrl...
Disks[0] :
Name : SP-SVR1
Statuses[0] :
Code : ProvisioningState/succeeded
Level : Info
DisplayStatus : Provisioning succeeded
Time : 11/8/2017 11:43:27 PM
VMAgent :
VmAgentVersion : Unknown
Statuses[0] :
Code : ProvisioningState/Unavailable
Level : Warning
DisplayStatus : Not Ready
Message : VM Agent is unresponsive.
Time : 11/9/2017 12:06:30 AM
Statuses[0] :
Code : ProvisioningState/succeeded
Level : Info
DisplayStatus : Provisioning succeeded
Time : 11/8/2017 11:47:21 PM
Statuses[1] :
Code : PowerState/running
Level : Info
DisplayStatus : VM runninghttps://serverfault.com/questions/882561
复制相似问题