【发布时间】:2016-10-31 18:03:29
【问题描述】:
在集群中的一个节点上运行干净之后(可能不正确),我正在尝试重新安装 Azure Service Fabric。
我已经运行 CleanFabric.ps1 并得到以下结果:
FabricInstallerSvc is already removed.
FabricSetup.exe is no longer in FabricCodePath. Uninstall may have already run.
当我为单机节点运行 TestConfiguration.ps1 时,我得到以下结果:
Microsoft.Azure.ServiceFabric.WindowsServer.5.3.301.9590> .\TestConfiguration.ps1 -Clust
erConfigFilePath .\ClusterConfig.Unsecure.DevCluster.json
Trace folder already exists. Traces will be written to existing trace folder: Microsoft.Azu
re.ServiceFabric.WindowsServer.5.3.301.9590\DeploymentTraces
Previous Fabric installation detected on machine localhost. Please clean the machine.
Run Test-ServiceFabricConfiguration or TestConfiguration.ps1 to validate configuration & environment state. Best Practic
es Analyzer hit validation error(s).
LocalAdminPrivilege : True
IsJsonValid : True
IsCabValid : True
RequiredPortsOpen : True
RemoteRegistryAvailable : True
FirewallAvailable : True
RpcCheckPassed : True
NoConflictingInstallations : True
FabricInstallable : False
Passed : False
我四处搜索试图找到解决此问题的方法或有关 CleanFabric 的一些文档,但均未成功。有谁知道如何彻底清洁机器以在其上重新安装 Service Fabric?
【问题讨论】:
标签: azure azure-service-fabric