You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Manager Host/s. The value format ```{ROLES}```|```{COLUMNS}```|```{ENDPOINTS}```|```PORT``` delimitted with ```|``` and aligned groupings of Role & Columns is require. The order is part of used configuration defnition to assign host-priority, 1st has initial preference for Active-State.
35
35
> **_The Full Format Description_**: \
36
36
```{ROLES}``` - In curly-brackets comma-seperated-value, roles options: ```rangers```(manages Rangers), ```schemas``` {manages Schemas}. example ```{rangers,schemas}```\
37
-
```[COLUMNS]``` - In square-brackets, an interval(by Hyphen ```-```) of column-ids, NoValue/Zero on either side is from/to Any. example ```[10-]``` = from 10 to Any. \
37
+
```[COLUMNS]``` - In square-brackets, an interval(by Hyphen ```-```) of column-ids, From and NoValue/Zero is to Any. example ```[10-]``` = from 10 to Any. \
38
38
```{ENDPOINTS}``` - A ```FQDN``` hostname or a comma-seperated-value of address ```(IPv4 & IPv6)```. example ```192.168.0.1,::2```\
39
39
```PORT``` - optional, If set use this Port with the listed endpoints. \
40
40
Multiple ```swc.mngr.host``` require aligment of Role/s and the Column-Intervals.
@@ -57,9 +57,9 @@ Multiple ```swc.mngr.host``` require aligment of Role/s and the Column-Intervals
57
57
```swc.mngr.host={schemas}|host-name-2```\
58
58
```swc.mngr.host={rangers}|host-name-3```\
59
59
```swc.mngr.host={rangers}|host-name-4```\
60
-
```swc.mngr.host=host-name-5```\
61
-
```swc.mngr.host=host-name-6```\
62
-
```swc.mngr.host=host-name-7```\
60
+
```swc.mngr.host=[1-]|host-name-5``` \
61
+
```swc.mngr.host=[1-]|host-name-6```\
62
+
```swc.mngr.host=[1-]|host-name-7```\
63
63
> _Option 3_: to the example - 1-group, 4-hosts managers of all Roles and all columns, one-host is a configuration for a single-manager \
Copy file name to clipboardexpand all lines: docs/configure/properties/swcdb_cluster.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ These configuration properties are for sbin/swcdb_cluster a python script based
13
13
The Full-Path or Uri to the SWC-DB `tar` archive package. An archive package from [available SWC-DB releases]({{ site.baseurl }}/install/getting_swcdb/#available-for-download) is suitable for the type of archive required.
14
14
> The source-host SWC-DB installation files are copied if the property is not set.
0 commit comments