1ESTMASTER(1)                    Hyper Estraier                    ESTMASTER(1)
2
3
4

NAME

6       estmaster - master process of node servers
7
8

SYNOPSIS

10       estmaster init [-ex] rootdir
11
12       estmaster start [-bg] [-ro] [-st] rootdir
13
14       estmaster stop rootdir
15
16       estmaster unittest rootdir
17
18       estmaster crypt key [hash]
19
20

DESCRIPTION

22       estmaster is an aggregation of sub commands.  The name of a sub command
23       is specified by the first argument.  Other arguments are parsed accord‐
24       ing  to  each  sub  command.  The argument rootdir specifies the server
25       root directory which contains configuration file and so on.
26
27       estmaster init [-ex] rootdir
28              Create the server root directory.
29              If -ex is specified, some users and some nodes are set for exam‐
30              ple.   By default, only a super user whose name and password are
31              both "admin" is set.
32
33       estmaster start [-bg] [-ro] [-st] rootdir
34              Start the node master.
35              If -bg is specified, the server runs in background as  a  daemon
36              process.
37              If  -ro  is specified, the server runs in read-only mode regard‐
38              less of the configuration.
39              If -st is specified, the server runs in single thread mode.
40
41       estmaster stop rootdir
42              Stop the running node master.
43
44       estmaster unittest rootdir
45              Perform unit tests.
46
47       estmaster crypt key [hash]
48              Output an encrypted string of a string.
49              key specifies a target string.
50              If hash is specified, it checks whether the  key  and  the  hash
51              matches.
52
53       All  sub  commands return 0 if the operation is success, else return 1.
54       A running node master  finishes  with  closing  the  database  when  it
55       catches  the  signal  1  (SIGHUP),  2  (SIGINT),  3  (SIGQUIT),  or  15
56       (SIGTERM).  Moreover, when a node master running as  a  daemon  catches
57       the signal 1 (SIGHUP), the process is re-start and re-read the configu‐
58       ration files.
59
60       A running node server should be finished by valid means by command line
61       or via network.  Otherwise, the index may be broken.
62
63

SEE ALSO

65       estconfig(1),  estcmd(1),  estcall(1),  estwaver(1), estraier(3), estn‐
66       ode(3)
67
68       Please  see   http://hyperestraier.sourceforge.net/nguide-en.html   for
69       detail.
70
71
72
73Man Page                          2007-03-06                      ESTMASTER(1)
Impressum