From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- pipermail/nel/2001-January/000134.html | 79 ++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 pipermail/nel/2001-January/000134.html (limited to 'pipermail/nel/2001-January/000134.html') diff --git a/pipermail/nel/2001-January/000134.html b/pipermail/nel/2001-January/000134.html new file mode 100644 index 00000000..623fe440 --- /dev/null +++ b/pipermail/nel/2001-January/000134.html @@ -0,0 +1,79 @@ + + + + [Nel] Server + + + + + + +

[Nel] Server

+ Vianney Lecroart + lecroart@nevrax.com
+ Thu, 18 Jan 2001 18:19:46 +0100 +

+
+ +
>I have some problems launching the five services: log, login, moves, naming
+and time.
+>I found nowhere some help about the functionnalities about each service and
+the order in which they start.
+>Could you help me to launch correctly the services.
+
+first, you have to create the ns.cfg file with:
+
+--------begin of ns.cfg-------
+Host="your nameservice ip";
+Port=50000;
+--------end of ns.cfg-------
+
+after, you launch, in order:
+- naming                   <-- used to find a specific service by his name
+- log                         <-- centralized log for all service
+- time                       <-- centralized time reference
+- login                      <-- centralized user account for all shard
+- moves                   <-- a shard
+
+of course, some services will create some config file that you have to fill.
+you have to put in the ls.txt the moves service host ip like this:
+
+----
+Shards = {
+ "your moves service host ip", "the name of the shard appears on the client"
+};
+----
+
+Vianney Lecroart
+
+
+
+
+ + + + + +
+

+ -- cgit v1.2.1