Questo contenuto non è disponibile nella lingua selezionata.
7.7.2. Configuring MCollective Client
Configure the MCollective client to use ActiveMQ on Host 1.
Replace the contents of the
/opt/rh/ruby193/root/etc/mcollective/client.cfg
file with the following configuration. Change the setting for plugin.activemq.pool.1.host
from localhost
to the actual host name of Host 1, and use the same password for the MCollective user specified in /etc/activemq/activemq.xml
. Also ensure that you set the password for the plugin.psk
parameter, and the figures for the heartbeat
parameters. This prevents any node failures when you install MCollective on a node host using Section 9.7, “Installing and Configuring MCollective on Node Hosts”. However, you can leave these as the default values:
Note
If you use the kickstart or bash script, the
configure_mcollective_for_activemq_on_broker
function performs these steps.