Service Fabric Status:升级服务无法访问

时间:2017-02-08 20:09:03

标签: azure-service-fabric

我打破了我的服务结构集群的一些方法,现在它说的是"状态:升级服务无法访问"。

我如何找出错误?我的虚拟机已启动,但我无法访问SF资源管理器,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

1 个答案:

答案 0 :(得分:3)

编辑:

确保使用VM大小D2或更高版本部署模板。您可以在成功后缩小。

原:

使用RDP连接到其中一个节点。查看事件查看器以获取更多信息。那里有SF部分。

尝试重新启动SF服务和/或计算机。

(你做了什么让它进入这种状态?)