Questions tagged [mcollective]
33 questions
1
vote
1 answer
mcollective - different ruby path/environment
How do I tell the mcollective server to use a different ruby path, or otherwise control the ruby environment?
I'm running on Centos 6.5, and have installed the ruby193 collection onto the servers and client. I'm trying to use the puppetlabs 'shell'…

shearn89
- 3,403
- 2
- 15
- 39
1
vote
0 answers
Mcollective Does Not Return Hosts Matching Class Filter
Whenever I execute the command
$ mco service cupsd status --with-class mcollective
I receive the message:
No request sent, we did not discover any nodes
However, if I remove the class filter, it returns the status from all my nodes. I checked…

Engineer2021
- 601
- 8
- 25
1
vote
1 answer
Is it possible to use different connectors on MCollective client and server side?
Is it possible to use the STOMP connector on client side and ActiveMQ on server side?
Here are my configurations:
#client.cfg
connector = stomp
plugin.stomp.host = localhost
plugin.stomp.port = 6163
plugin.stomp.user =…

ddario
- 511
- 1
- 3
- 12
1
vote
1 answer
Can't set Rabbit_STOMP port 6163
I am trying to setup mcollective using RabbitMQ. Per instruction, I enabled rabbit_stomp plugin and then set the port to 6163:
[ {rabbit_stomp, [{tcp_listeners, [{"127.0.0.1",6163}]} ]} ].
However, even after a restart, it does not seem to want to…

Rilindo
- 5,078
- 5
- 28
- 46
1
vote
2 answers
MCollective daemon not binding a network socket
I’ve just installed PE using on Ubuntu 10.04 LTS using puppet-enterprise-2.0-ubuntu-10.04-amd64.tar.gz (downloaded from http://puppetlabs.com/misc/pe-files/) and right now the same machine is running the master, the console, and the agent roles.
I…

Max
- 3,523
- 16
- 53
- 71
1
vote
1 answer
Installed ruby from source on debian, apt-get no longer works due to failed dependencies, how do I fix it?
I installed ruby from source, and everything ruby related seems to work just fine. I can't install anything that depends on ruby using apt because I don't want 2 versions of ruby installed.
After I install mcollective from dpkg using…

matt
- 1,152
- 1
- 8
- 18
0
votes
1 answer
mco puppet configuration issues
I am facing some while configuring mcollective for puppet
# mco puppet runonce
The Marionette Collective version 2.8.8
Unknown command 'puppet', searched for applications…

Zama Ques
- 523
- 1
- 9
- 24
0
votes
0 answers
mcollective ping not working
I am facing the below error while setting up mcollective activemq setup on centos, could you please let me know what went wrong in the setup?
mco ping
The ping application failed to run, use -v for full error details:
Could not create instance of…

Satya
- 9
- 2
0
votes
1 answer
MCollective metadata refresh returns: Host name lookup failure
With puppet installed, the command /opt/puppet/sbin/refresh-mcollective-metadata is run every 15 minutes. It loggs hostname: Host name lookup failure when it runs.
hostname, hostname -i, and hostname -f all return hostname: Host name lookup failure

Dan Bowling
- 309
- 1
- 3
- 12
0
votes
1 answer
MCollective with RabbitMQ stops responding
Using MCollective (2.2.3) with RabbitMQ (3.1.5) on RedHat 6.5, MCollective stops responding after a first successful ping.
When I restart RabbitMQ, it works again.
root@rabbitmqserver# /etc/init.d/rabbitmq-server restart
Restarting rabbitmq-server:…

raphink
- 11,987
- 6
- 37
- 48
0
votes
2 answers
Can I use capistrano for this usage case?
I want to run commands on many servers simultaneously. I know that mcollective, capistrano, clusterssh and pconsole are tools to quickly managed many servers simultanesouly. An example command:
du /var/log | sort -n | tail -5
I have looked into…

ujjain
- 3,983
- 16
- 53
- 91
0
votes
2 answers
Managing svn repo with puppet/mcollective
I'm interested to hear how people manage code deployments and how they tie it into their orchestration system.
I've not been able to find a good puppet subversion module which works the way I want. Say I split my application servers into two groups,…

chrskly
- 1,569
- 12
- 16
0
votes
1 answer
Mcollective responds to ping but not puppetd
I'm working with a colleagues setup, so I'm hoping things were setup correctly; however I'm having some issues.
When on the Puppet Master, if I run mco ping then I get a list of agents; however if I run mco puppetd runall 1 (Or any number, for that…

TJ Biddle
- 161
- 1
- 6
0
votes
2 answers
MCollective cannot load the Stomp library?
CentOS 5.5
I'm facing with this problem when restarting mcollective:
# service mcollective restart
Shutting down mcollective:
Starting mcollective: /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no such file to…

quanta
- 51,413
- 19
- 159
- 217
0
votes
1 answer
Installing MCollective on Ubuntu 11.10
I have tried installing MCollective on the latest version of Ubuntu, and out of the box, it does not seem to be working. I am curious what I have missed, and where the correct place to file a bug is, assuming it is a bug.
Steps so far:
$ apt-get…

Peter Sankauskas
- 698
- 6
- 11
- 21