Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
icegridnode(1)		     General Commands Manual		  icegridnode(1)

NAME
     icegridnode - The IceGrid node server.

SYNOPSIS
     icegridnode [options]

DESCRIPTION
     An IceGrid node is a process that activates, monitors, and deactivates reg-
     istered  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  ice-
     gridnode executable. If you wish to run a registry and node in one process,
     icegridnode  is  the  executable  you must use. Full documentation for ice-
     gridnode is available online at:
     https://doc.zeroc.com/ice/3.7/ice-services/icegrid/icegrid-server-refer-
     ence/icegridnode

OPTIONS
     -h, --help
	    Displays help message.

     -v, --version
	    Displays the Ice version.

     --daemon
	    Run as a daemon.

     --pidfile FILE
	    Write process ID into FILE.

     --noclose
	    Do not close open file descriptors.

     --nochdir
	    Do not change the current working directory.

     --nowarn
	    Do not print security warnings.

     --readonly
	    Start the collocated master registry in read-only mode.

     --initdb-from-replica REPLICA
	    Initialize the collocated registry database from the given replica.

     --deploy DESCRIPTOR [TARGET1 [TARGET2 ...]]
	    Add or update descriptor in file DESCRIPTOR, with optional targets.

SEE ALSO
     icegridadmin(1), icegriddb(1), icegridregistry(1)

								  icegridnode(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=icegridnode&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help