summaryrefslogtreecommitdiff
path: root/man/man1/icegridregistry.1
blob: ff80b95b188e764329301b8daf2f1b8cb6ca650b (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
.TH icegridregistry 1

.SH NAME

icegridregistry - The IceGrid registry server.

.SH SYNOPSIS

icegridregistry [options] [command...]

.SH DESCRIPTION

The IceGrid registry is a centralized repository of information, including
deployed applications and well-known objects. A registry can optionally be
collocated with an IceGrid node, which conserves resources and can be
convenient during development and testing. The registry server is implemented
by the icegridregistry executable. Full documentation for icegridregistry is
available online at:
.br
https://doc.zeroc.com/display/Ice37/icegridregistry

.SH OPTIONS

.TP
.BR \-h ", " \-\-help\fR
.br
Displays a help message.

.TP
.BR \-v ", " \-\-version\fR
Displays the Ice version.

.TP
.BR \-\-daemon\fR
.br
Run as a daemon.

.TP
.BR \-\-pidfile " " FILE
.br
Write process ID into FILE.

.TP
.BR \-\-noclose\fR
.br
Do not close open file descriptors.

.TP
.BR \-\-nochdir\fR
.br
Do not change the current working directory.

.TP
.BR \-\-nowarn\fR
.br
Do not print security warnings.

.TP
.BR \-\-readonly\fR
.br
Start the master registry in read-only mode.

TP
.BR \-\-initdb\-from\-replica " " REPLICA
.br
Initialize the registry database from the given replica.

.SH SEE ALSO

.BR icegridadmin (1),
.BR icegriddb (1),
.BR icegridnode (1)