类型:ClusterConfig.Unsecure.MultiMachine

说明:至少3台机子

{
"name": "SampleCluster",
"clusterConfigurationVersion": "1.0.0",
"apiVersion": "04-2017",
"nodes": [
{
"nodeName": "one",
"iPAddress": "10.0.0.217",
"nodeTypeRef": "NodeType0",
"faultDomain": "fd:/dc1/r0",
"upgradeDomain": "UD0"
},
{
"nodeName": "one1",
"iPAddress": "10.0.0.219",
"nodeTypeRef": "NodeType0",
"faultDomain": "fd:/dc1/r1",
"upgradeDomain": "UD1"
},
{
"nodeName": "two",
"iPAddress": "10.0.0.216",
"nodeTypeRef": "NodeType0",
"faultDomain": "fd:/dc2/r2",
"upgradeDomain": "UD2"
}
],
"properties": {
"diagnosticsStore":
{
"metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines.",
"dataDeletionAgeInDays": "7",
"storeType": "FileShare",
"connectionstring": "C:\\ProgramData\\SF\\DiagnosticsStore"
},
"nodeTypes": [
{
"name": "NodeType0",
"clientConnectionEndpointPort": "19000",
"clusterConnectionEndpointPort": "19001",
"leaseDriverEndpointPort": "19002",
"serviceConnectionEndpointPort": "19003",
"httpGatewayEndpointPort": "19080",
"reverseProxyEndpointPort": "19081",
"applicationPorts": {
"startPort": "20001",
"endPort": "20031"
},
"isPrimary": true
}
],
"fabricSettings": [
{
"name": "Setup",
"parameters": [
{
"name": "FabricDataRoot",
"value": "C:\\ProgramData\\SF"
},
{
"name": "FabricLogRoot",
"value": "C:\\ProgramData\\SF\\Log"
}
]
}
]
}
}

最新文章

  1. jQuery Mobile入门
  2. Sublime、Webstorm等在APICloud平台上全面支持WiFi真机同步和实时预览功能
  3. [ZigBee] 14、Zigbee无线通信前奏——BasicRF 简单无线点对点传输协议
  4. 描述Linux下软链接和硬链接的区别(计时2分钟)
  5. j-link或者swd调试
  6. Spring boot配合Spring session(redis)遇到的错误
  7. hdu 3478(判断奇环)
  8. Linux的SOCKET编程详解
  9. 【转】并发编程之Operation Queue
  10. SWFObject2.0
  11. 检测鼠标键盘多久没有活动(使用GetLastInputInfo API函数检测)
  12. C语言 · 数字三角形 · 算法训练
  13. crt 糟心的配置
  14. Linux基础教程
  15. iOS图形手势识别框架SGGestureRecognizer
  16. Scipy教程 - 距离计算库scipy.spatial.distance
  17. Android开发——使用LitePal开源数据库框架
  18. 实验八 <FBG> 基于原型的团队项目需求调研与分析
  19. 过滤数组中的空数组array_filter()
  20. 20175316盛茂淞 2018-2019-2 《Java程序设计》第5周学习总结

热门文章

  1. Microsoft Enterprise Library 5.0 系列(四)
  2. Win8 Metro(C#)数字图像处理--2.59 P分位法图像二值化
  3. 使用WinDug工具调试c#程序或c++程序的dmp崩溃文件,调试内存泄漏
  4. Anbox —— 在 Linux 系统中运行 Android 应用
  5. UWP实现时钟
  6. R3 HOOK OpenProcess 的问题
  7. 【转】简单的jQuery插件开发方法
  8. Qt设置窗体的透明度: setWindowOpacity
  9. delphi hook alt+F4 ctrl+delete+alt win键等
  10. <iOS小技巧> 昵称格式判断