# NCS Location Broker configuration.  See llbd(1m), glbd(1m)
#
# START_LLBD:		Set to 1 to run the Local Location Broker
#			(/usr/sbin/ncs/llbd) on this host.  If you plan to
#			run any NCS-based application (e.g. glbd, NetLS) on
#			this host, you must start the llbd first.
# START_GLBD:		Set to 1 to run the Global Location Broker
#			(/usr/sbin/ncs/glbd).  At least one host per network
#			must run the glbd to facilitate client-server binding
#			for NCS-based applications.
#
#	If this is the first time a glbd has been started on this host, it
#	must be started manually with one of the following commands:
#
#	If this is the first glbd to run on your network, use the command:
#
#	nohup /usr/sbin/ncs/glbd -create -first -family ip &
#
#	If there is already at least one glbd running in your network and you
#	want to start a glbd "replica" (or second instance of the glbd in your
#	network), use the command:
#	
#	nohup /usr/sbin/ncs/glbd -create -from <initial glbd host> -family ip &
#
#	Once the glbd has been started once using these manual commands,
#	the START_GLBD variable can be set to 1 and it will be started
#	automatically in the future.
#	
#	If you already have an nrglbd running in your network, DO NOT
#	START A GLBD.  See nrglbd(1m).
#
#	If you already have a glbd running in your network, you do
#	not necessarily need to start another.  ONLY SYSTEM/NETWORK
#	ADMINISTRATORS SHOULD CONFIGURE AND START GLBD'S!
#
START_LLBD=1
START_GLBD=0
