Projects tigase _server server-core Issues #669
Create Cluster documentation (#669)
Closed
Daniel Wisnewski opened 8 years ago
Due Date
2016-07-04

Source from wiki:

https://projects.tigase.org/projects/acs/wiki and annotate as necessary.

wojciech.kapcia@tigase.net commented 8 years ago

There is a basic guide in ACS project which is responsible for generating http://docs.tigase.org/tigase-acs/snapshot/Tigase_ACS_Guide/html/

Daniel Wisnewski commented 8 years ago

%wojtek ,

I've compiled what I can of cluster documentation from various old and odd sources to make it more readable. Only thing I think might be missing is the ability to change ports, can that just be done using --s2s-ports= ?

wojciech.kapcia@tigase.net commented 8 years ago

s2s is for the federated server-to-server connections, cl-comp is responsible for cluster connections, thus you can use:

--cl-comp-ports=5277,5278

which actually translates to:

cl-comp/connections/ports[i]=5277, 5278

In addition each port has separate network configuration, which may or may not require configuration (defaults are good enough, i.e.:

cl-comp/connections/5277/type[S]=accept
cl-comp/connections/5277/socket[S]=plain
cl-comp/connections/5277/ifc[s]=*
cl-comp/connections/5277/remote-host[S]=localhost
cl-comp/connections/5277/connections/tls/required[B]=false
cl-comp/connections/5278/type[S]=accept
cl-comp/connections/5278/socket[S]=plain
cl-comp/connections/5278/ifc[s]=*
cl-comp/connections/5278/remote-host[S]=localhost
cl-comp/connections/5278/connections/tls/required[B]=false
Daniel Wisnewski commented 8 years ago

Thanks for the details, those are now uploaded.

issue 1 of 1
Type
Task
Priority
Normal
Assignee
RedmineID
4103
Version
tigase-server-7.1.0
Spent time
23h 45m
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#669
Please wait...
Page is in error, reload to recover