summaryrefslogtreecommitdiff
path: root/man/man1/icegridnode.1
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2013-07-16 16:34:51 +0200
committerJose <jose@zeroc.com>2013-07-16 16:34:51 +0200
commit6323856315e22e68d1587b9de20a4b282f64b3f0 (patch)
tree4b3caf2784414bd81675ec99fa370e39ac4fa130 /man/man1/icegridnode.1
parentFixed ICE-5307 - Visual Studio 2012 migration errors when opening SL demo sol... (diff)
downloadice-6323856315e22e68d1587b9de20a4b282f64b3f0.tar.bz2
ice-6323856315e22e68d1587b9de20a4b282f64b3f0.tar.xz
ice-6323856315e22e68d1587b9de20a4b282f64b3f0.zip
Fixed ICE-5356 - Consider adding man pages for unix executables
Diffstat (limited to 'man/man1/icegridnode.1')
-rw-r--r--man/man1/icegridnode.173
1 files changed, 73 insertions, 0 deletions
diff --git a/man/man1/icegridnode.1 b/man/man1/icegridnode.1
new file mode 100644
index 00000000000..447d82453cb
--- /dev/null
+++ b/man/man1/icegridnode.1
@@ -0,0 +1,73 @@
+.TH icegridnode 1
+
+.SH NAME
+
+icegridnode - The IceGrid node server.
+
+.SH SYNOPSIS
+
+icegridnode [options]
+
+.SH DESCRIPTION
+
+An IceGrid node is a process that activates, monitors, and deactivates
+registered server processes. You can run any number of nodes in a domain, but
+typically there is one node per host. A node must be running on each host on
+which servers are activated automatically, and nodes cannot run without an
+IceGrid registry. The IceGrid node server is implemented by the icegridnode
+executable. If you wish to run a registry and node in one process,
+icegridnode is the executable you must use. Full documentation for icegridnode
+is available online at:
+.br
+"http://doc.zeroc.com/display/Ice/icegridnode".
+
+.SH OPTIONS
+
+.TP
+.BR \-h ", " \-\-help\fR
+.br
+Displays help message.
+
+.TP
+.BR \-v ", " \-\-version\fR
+Displays the compiler 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
+Don't print any security warnings.
+
+.TP
+.BR \-\-readonly\fR
+.br
+Start the collocated master registry in read-only mode.
+
+.TP
+.BR \-\-deploy " " DESCRIPTOR " " [TARGET1 " " [TARGET2 " " ...]]\fR
+.br
+Add or update descriptor in file DESCRIPTOR, with optional targets.
+
+.SH SEE ALSO
+
+.BR icegridadmin (1),
+.BR icegridregistry (1)