【发布时间】:2017-06-26 15:14:21
【问题描述】:
我以某种方式破坏了我的服务结构集群,现在它只显示“状态:升级服务无法访问”。
如何找出问题所在?我的 VM 已启动,但我无法访问 SF Explorer,并且 Azure 门户中的 SF 刀片不包含任何节点!
我相信这与设置reverse proxy 有关。我已经下载并修改了默认的 5VM 模板并添加到 reverseProxyEndpointPort 属性中,部署 VM 后我收到此消息
Starting deployment...
New-AzureRmResourceGroupDeployment : 10:53:09 - Resource Microsoft.Compute/virtualMachineScaleSets 'Default' failed with message '{
"status": "Failed",
"error": {
"code": "ResourceDeploymentFailure",
"message": "The resource operation completed with terminal provisioning state 'Failed'.",
"details": [
{
"code": "VMExtensionHandlerNonTransientError",
"message": "Handler 'Microsoft.Azure.ServiceFabric.ServiceFabricNode' has reported failure for VM Extension
'Default_ServiceFabricNode' with terminal error code '1009' and error message: 'Enable failed for plugin (name:
Microsoft.Azure.ServiceFabric.ServiceFabricNode, version 1.0.0.33) with exception Command
C:\\Packages\\Plugins\\Microsoft.Azure.ServiceFabric.ServiceFabricNode\\1.0.0.33\\ServiceFabricExtensionHandler.exe of
Microsoft.Azure.ServiceFabric.ServiceFabricNode has exited with Exit code: -532462766'"
}
]
}
}'
At C:\Users\User\Downloads\template\deploy.ps1:104 char:5
+ New-AzureRmResourceGroupDeployment -ResourceGroupName $resourceGr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [NewAzureRmResourceGroupDeployment], Exception
+ FullyQualifiedErrorId : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.NewAzureResourceGroupDeploymentCmdlet
【问题讨论】:
-
我也遇到了同样的升级服务无法访问状态。取消分配并重新启动 VM 解决了我的问题。看这里stackoverflow.com/questions/44257426/…