summaryrefslogtreecommitdiff
path: root/man/man1/icegridadmin.1
blob: 72a7a0b4c4c14cf582d14398951d85cc23df1c95 (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
80
81
82
83
84
85
86
.TH icegridadmin 1

.SH NAME

icegridadmin - The IceGrid command-line administrative utility.

.SH SYNOPSIS

icegridadmin [options]

.SH DESCRIPTION

The icegridadmin utility is a command-line tool for administering an IceGrid
domain. Deploying an application with this utility requires an XML file that
defines the descriptors. Full documentation for icegridadmin is available
online at:
.br
https://doc.zeroc.com/ice/3.7/ice-services/icegrid/icegridadmin-command-line-tool

.SH OPTIONS

.TP
.BR \-h ", " \-\-help\fR
.br
Show program help.

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

.TP
.BR \-e " " COMMANDS\fR
.br
Execute COMMANDS.

.TP
.BR \-d ", " \-\-debug\fR
.br
Print debug messages.

.TP
.BR \-s ", " \-\-server\fR
.br
Start icegridadmin as a server (to parse XML files).

.TP
.BR \-i ", " \-\-instanceName\fR
.br
Connect to the registry with the given instance name.

.TP
.BR \-H ", " \-\-host\fR
.br
Connect to the registry at the given host.

.TP
.BR \-P ", " \-\-port\fR
.br
Connect to the registry running on the given port.

.TP
.BR \-u ", " \-\-username\fR
.br
Login with the given username.

.TP
.BR \-p ", " \-\-password\fR
.br
Login with the given password.

.TP
.BR \-S ", " \-\-ssl\fR
.br
Authenticate through SSL.

.TP
.BR \-r ", " \-\-replica " " NAME\fR
.br
Connect to the replica NAME.

.SH SEE ALSO

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