~ubuntu-branches/ubuntu/quantal/zeroc-ice/quantal

« back to all changes in this revision

Viewing changes to debian/icegridadmin.1

  • Committer: Bazaar Package Importer
  • Author(s): Francisco Moya
  • Date: 2008-02-12 16:28:20 UTC
  • mfrom: (4.1.5 hardy)
  • Revision ID: james.westby@ubuntu.com-20080212162820-x3e046s7nmabeswv
Tags: 3.2.1-8
Added -g to global compilation flags (Closes: #465074).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" icegridadmin.1 -- 
2
2
.\" Created: Thu, 15 Dec 2005 22:09:31 +0100
3
3
.\" 
4
 
.TH ICEGRIDADMIN "1" "2005-12-15" "Icegridadmin 3.1.1" "ZeroC Ice"
 
4
.TH ICEGRIDADMIN "1" "2007-03-06" "Icegridadmin 3.2" "ZeroC Ice"
5
5
.SH NAME
6
6
icegridadmin \- IceGrid administration tool
7
7
.SH SYNOPSIS
15
15
 
16
16
.SH OPTIONS
17
17
.TP
18
 
.B -h, --help
 
18
.B \-h, \-\-help
19
19
Show this message.
20
20
.TP
21
 
.B -v, --version 
 
21
.B \-v, \-\-version 
22
22
Display the Ice version.
23
23
.TP
24
 
.B -DNAME 
 
24
.B \-DNAME 
25
25
Define NAME as 1.
26
26
.TP
27
 
.B -DNAME=DEF 
 
27
.B \-DNAME=DEF 
28
28
Define NAME as DEF.
29
29
.TP
30
 
.B -UNAME 
 
30
.B \-UNAME 
31
31
Remove any definition for NAME.
32
32
.TP
33
 
.B -IDIR 
 
33
.B \-IDIR 
34
34
Put DIR in the include file search path.
35
35
.TP
36
 
.B -e COMMANDS 
 
36
.B \-e COMMANDS 
37
37
Execute COMMANDS.
38
38
.TP
39
 
.B -d, --debug 
 
39
.B \-d, \-\-debug 
40
40
Print debug messages.
41
41
 
42
42
.SH COMMANDS
43
 
The -e option causes the tool to execute the given commands and then exit
 
43
The \-e option causes the tool to execute the given commands and then exit
44
44
without entering an interactive session. Otherwise, the tool enters an interactive
45
45
session; the 
46
46
.B help 
52
52
.B exit, quit
53
53
Exit this program.
54
54
.TP
55
 
.B application add [-n | --no-patch] DESC [TARGET ... ] [NAME=VALUE ... ]
 
55
.B application add [\-n | \-\-no\-patch] DESC [TARGET ... ] [NAME=VALUE ... ]
56
56
Add applications described in the XML descriptor file DESC. If specified the
57
57
optional targets are deployed. Variables are defined using the NAME=VALUE
58
 
syntax. The application is automatically patched unless the -n or --nopatch
 
58
syntax. The application is automatically patched unless the \-n or \-\-nopatch
59
59
option is used to disable it.
60
60
.TP
61
61
.B application remove NAME
73
73
Update the application in the XML descriptor file DESC. Variables are
74
74
defined using the NAME=VALUE syntax.
75
75
.TP
76
 
.B application patch [-f | --force] NAME
77
 
Patch the application named NAME. If -f or --force is specified, IceGrid
 
76
.B application patch [\-f | \-\-force] NAME
 
77
Patch the application named NAME. If \-f or \-\-force is specified, IceGrid
78
78
will first shut down any servers that depend on the data to be patched.
79
79
.TP
80
80
.B application list
190
190
defines this property, you can start icegridadmin using the configuration file
191
191
as shown below:
192
192
 
193
 
.B $ icegridadmin --Ice.Config=<file>
 
193
.B $ icegridadmin \-\-Ice.Config=<file>
194
194
 
195
195
Otherwise, you can define the property on the command line:
196
196
 
197
 
.B $ icegridadmin --Ice.Default.Locator=<proxy>
 
197
.B $ icegridadmin \-\-Ice.Default.Locator=<proxy>
198
198
 
199
199
.SH COPYRIGHT
200
 
Copyright (C) 2003-2006 ZeroC, Inc.
 
200
Copyright (C) 2003-2007 ZeroC, Inc.
201
201
 
202
202
This is free software distributed under the GNU GPL. See 
203
203
/usr/share/doc/icegrid/copyright for specific