ServiceFabric极简文档-1.0 Service Fabric 自定义集群部署

Service Fabric

部署集群:https://docs.microsoft.com/zh-cn/azure/service-fabric/service-fabric-get-started-standalone-cluster

位置

  1. 下载安装包
  2. 配置文件
  3. 切换到相关目录下,执行powsershell命令,执行脚本时,使用对应的配置文件
  4. 注意:防火墙允许集群访问(防火墙入栈规则)

开这些端口:

135, 137, 138, 139, 445, 21000, 21001, 21002, 21003, 21080, 21081, 30001-30050
  1. 验证
    LocalAdminPrivilege        : True
    IsJsonValid                : True
    IsCabValid                 : True//可以不管
    RequiredPortsOpen          : True
    RemoteRegistryAvailable    : True
    FirewallAvailable          : True
    RpcCheckPassed             : True
    NoConflictingInstallations : True
    FabricInstallable          : True
    Passed                     : True
    
原文地址:https://www.cnblogs.com/CharlesZHENG/p/8611073.html