摘要: 以修改5节点非安全模式为例: 在C:\Program Files\Microsoft SDKs\Service Fabric\ClusterSetup\NonSecure\FiveNode目录下,修改文件【ClusterManifestTemplate.json】的权限,然后将此文件里的%systemdrive%替换为要更改的目录(例:d:) 阅读全文
posted @ 2018-03-22 16:50 94cool 阅读(729) 评论(0) 推荐(1)
摘要: Service Fabric下删除实例并注销应用: 以应用名称:Application1为例 1、打开PowerShell 2、连接集群: Connect-ServiceFabricCluster -ConnectionEndpoint localhost:19000 3、删除实例: Remove-ServiceFabricApplication -ApplicationName fabr... 阅读全文
posted @ 2018-03-22 11:39 94cool 阅读(562) 评论(0) 推荐(0)