NAME
setNodeProperty - set node service properties to specified values on specified MOOS node
SYNOPSIS
setProperty nodeHost name=value[ name=value...]
DESCRIPTION
The setNodeProperty utility sets the value of one or more properties of the node service running on the host. Each property setting as specified as a 'key=value' pair. If a whitespace must be included in the key=value string, the entire string must be enclosed by single or double quotes. Multiple key=value pairs may be specifed in a single invocation of setNodeProperty. For example, to enable continuous reassertion of the satellite link on the "surface" node:
% setNodeProperty surface CommsManager.reassert=true

Current properties can be displayed with the nodeProperties utility.

This utility may be run on the same host as the node, or on any networked host from which the node host is accessible. If run on the node's host, then nodeHost should be specified as "localhost".


ENVIRONMENT

The following environment variables must be set:


SEE ALSO 

nodeProperties