Node migration
Steps to migrate Snaplex nodes from using the global.properties file to slpropz
global.properties file in the $SL_ROOT/etc folder, you should consider migrating the Snaplex to use the slpropz mechanism for the configuration. Running the Groundplex with the global.properties file requires the following tasks for any configuration change.
global.properties file instead of overwriting it.global.properties (not yet migrated to slpropz),
designate it as a FeedMaster by setting server_type=feed_master in
that host's global.properties file before starting the node.
server_type=feed_master is host-specific: apply it only to the file
on the intended FeedMaster and keep it out of the files copied to ordinary JCC nodes
(see the copy step below), or those nodes are promoted to FeedMasters as well. If you
start a node intended as a FeedMaster without this setting, it comes up as a regular
JCC node and can begin receiving pipeline executions.After you migrate to
slpropz, the FeedMaster role is no longer read from
global.properties. Instead, it is carried in the downloaded
slpropz file based on the node's server type as set in
Manager. Map each FeedMaster's hostname to server type
FeedMaster in the Snaplex Node
Properties before you download the slpropz
file (see the steps below); otherwise the file contains no FeedMaster designation
for that host and the node starts as a regular JCC node.
slpropz mechanism, therefore allowing for remote configuration updates.