![Teleste Optimo Скачать руководство пользователя страница 16](http://html1.mh-extra.com/html/teleste/optimo/optimo_installation-manual_1082229016.webp)
Copyright © 2013
Teleste Corporation
Optimo
Server Installation Guide and Release Notes v2.0.2
16
CONFIGURING A WORKER NODE USING A CONFIGURATION FILE
After the Management Node has been configured, a special settings XML file may be queried via the
REST interface that will help with the configuration of any worker nodes.
curl -H 'Accept: application/xml' http://<management_node ip
address>/settings.xml?cluster=true > settings.xml
This creates a settings.xml file that contains the default cluster settings already filled out for the given
master node. This file should be reviewed for accuracy and updated as necessary. In particular, the
hostname and any static IP configuration
must
be updated to the values desired for this worker node.
Next, configure the worker node using the command:
sudo ./elemental_production_server_2.0.2.####.run -i settings.xml
This step assumes that the settings.xml file has been copied to the /home/elemental/ directory.