summaryrefslogtreecommitdiff
path: root/man/man1/icegridadmin.1
blob: db85e20b8ecb691e0f45b4146b99667a2454e9a7 (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
.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/display/Ice36/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 \-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 icegridnode (1),
.BR icegridregistry (1),