blob: 623fe440b6d36ea9954842b7b0b7a732de9c5924 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Nel] Server</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:lecroart%40nevrax.com">
<LINK REL="Previous" HREF="000133.html">
<LINK REL="Next" HREF="000135.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] Server</H1>
<B>Vianney Lecroart</B>
<A HREF="mailto:lecroart%40nevrax.com"
TITLE="[Nel] Server">lecroart@nevrax.com</A><BR>
<I>Thu, 18 Jan 2001 18:19:46 +0100</I>
<P><UL>
<LI> Previous message: <A HREF="000133.html">[Nel] Server</A></li>
<LI> Next message: <A HREF="000135.html">[Nel] Server</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#134">[ date ]</a>
<a href="thread.html#134">[ thread ]</a>
<a href="subject.html#134">[ subject ]</a>
<a href="author.html#134">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>><i>I have some problems launching the five services: log, login, moves, naming
</I>and time.
><i>I found nowhere some help about the functionnalities about each service and
</I>the order in which they start.
><i>Could you help me to launch correctly the services.
</I>
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
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000133.html">[Nel] Server</A></li>
<LI> Next message: <A HREF="000135.html">[Nel] Server</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#134">[ date ]</a>
<a href="thread.html#134">[ thread ]</a>
<a href="subject.html#134">[ subject ]</a>
<a href="author.html#134">[ author ]</a>
</LI>
</UL>
</body></html>
|