クラスタ内のいずれかのノードで(おそらく誤って)Azure Service Fabricを再インストールしようとしています。AzureサービスファブリックCleanFabric後の前回のインストール
私はCleanFabric.ps1を実行すると、以下の結果を持っている:
FabricInstallerSvc is already removed.
FabricSetup.exe is no longer in FabricCodePath. Uninstall may have already run.
私は1つのマシンのノードに対して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を再インストールする方法を知っていますか?