blob: ce1c74b7ba2d22a8377a8e4db6f6e6d40c5a8b2f (
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
|
.TH GRID-LOCALREG 1
.SH NAME
grid: localreg \- starts a
registry
on the local machine
.SH SYNOPSIS
.B grid/localreg
.SH DESCRIPTION
.I Localreg
starts up a
.IR registry (4),
on the local machine and handles incoming connections to it. The registry is announced on tcp port
.I registry
(as defined in
.B /lib/ndb/services
).
.SH SOURCE
.B /appl/grid/localreg.b
.br
.B /appl/cmd/ndb/registry.b
.SH "SEE ALSO"
.IR registries (2),
.IR registry (4)
|