~ubuntu-branches/ubuntu/trusty/hyperestraier/trusty-proposed

« back to all changes in this revision

Viewing changes to man/estmaster.1

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2006-11-14 05:28:32 UTC
  • mfrom: (2.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061114052832-0lzqzcefn8mt4yqe
Tags: 1.4.9-1.1
* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Set HOME=$(CURDIR)/junkhome when building, otherwise the package build
  will incorrectly look for headers there -- and fail when the directory
  exists and is unreadable, as happens sometimes on sudo-using
  autobuilders!

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
.SH SYNOPSIS
7
7
.PP
8
8
.B estmaster init [\-ex] rootdir
9
 
.br
10
 
.B estmaster start [\-bg] [\-st] rootdir
11
 
.br
 
9
.PP
 
10
.B estmaster start [\-bg] [\-ro] [\-st] rootdir
 
11
.PP
12
12
.B estmaster stop rootdir
13
 
.br
 
13
.PP
14
14
.B estmaster unittest rootdir
15
 
.br
 
15
.PP
16
16
.B estmaster crypt key [hash]
17
17
 
18
18
.SH DESCRIPTION
19
19
.PP
20
 
estmaster is an aggregation of sub commands.  The name of a sub command is specified by the first argument.  Other arguments are parsed according to each sub command.  The argument
 
20
.B estmaster
 
21
is an aggregation of sub commands.  The name of a sub command is specified by the first argument.  Other arguments are parsed according to each sub command.  The argument
21
22
.I rootdir
22
23
specifies the server root directory which contains configuration file and so on.
23
24
.TP
24
25
.B estmaster init [\-ex] rootdir
25
26
Create the server root directory.
 
27
.br
26
28
If
27
29
.B \-ex
28
30
is specified, some users and some nodes are set for example.  By default, only a super user whose name and password are both "admin" is set.
29
31
.TP
30
 
.B estmaster start [\-bg] [\-st] rootdir
 
32
.B estmaster start [\-bg] [\-ro] [\-st] rootdir
31
33
Start the node master.
 
34
.br
32
35
If
33
36
.B \-bg
34
37
is specified, the server runs in background as a daemon process.
 
38
.br
 
39
If
 
40
.B \-ro
 
41
is specified, the server runs in read-only mode regardless of the configuration.
 
42
.br
35
43
If
36
44
.B \-st
37
45
is specified, the server runs in single thread mode.
44
52
.TP
45
53
.B estmaster crypt key [hash]
46
54
Output an encrypted string of a string.
 
55
.br
47
56
.I key
48
57
specifies a target string.
 
58
.br
49
59
If
50
60
.I hash
51
61
is specified, it checks whether the key and the hash matches.
59
69
.BR estconfig (1),
60
70
.BR estcmd (1),
61
71
.BR estcall (1),
62
 
.BR estraier (3)
 
72
.BR estwaver (1),
 
73
.BR estraier (3),
 
74
.BR estnode (3)
63
75
.PP
64
76
Please see
65
77
.B http://hyperestraier.sourceforge.net/nguide-en.html