Displaying 20 results from an estimated 37 matches for "mco".
Did you mean:
co
2011 Dec 06
9
MCollective discovery - we did not discover any nodes
Hi everyone,
I run MCollective 1.2.1 together with ActiveMQ 5.5 under Scientific Linux 6.1 on Amazon EC2. Overall it works like a
charm, but sometimes (eg. 1/30) discovery fails. Still the exit-code of mco will be 0, which is a problem for me as I
use MCollective e.g. to trigger deployments from Jenkins.
I would like to...
2013 Jun 07
1
" mco puppet runonce -v" fails when puppet returns code 2 for change
*Not sure if this a feature or a issue, if its a feature is there a way to
configure it in puppet or mcollective?
1st Attempt(Failed)
-------------------------------------------------------------------------------------------------------------------
*
[root@mcqpuppetserver ~]# mco puppet runonce -v
Discovering hosts using the mc method for 2 second(s) .... 1
* [ =====================================...
2013 Feb 13
0
MCO caching Facts from Facter
Hi,
We are trying to use a custom fact to tell us the version of our service in
order to do hot deployment. The idea is that we poll mco for servers with
this fact matching the new version until it returns that there are some,
which is a signal we can move on to the next server.
Unfortunately we''re bumping into the cache of facts mentioned in the server
config here:
http://docs.puppetlabs.com/mcollective/reference/basic...
2013 Apr 12
17
MCollective and Puppet with periodic runs disabled
Hi,
I have looked all over the place and can''t seem to find a complete answer
to my query
I am setting up MCollective to run alongside my puppet deployment and am
having some problems getting it to play as I want it to
Basically, I need to make sure that puppet NEVER makes any changes without
them being triggered by someone (I honestly can''t see how anyone would ever
want that not to the the c...
2013 Jan 17
2
mcollective puppet plugin not working for centos
I have a test setup like this:
host
=======
*puppet-idc*: Ubuntu 12.04 running ActiveMQ, Mcollective, puppet agent and
server
*puppet-node1*: Ubuntu 12.04 running MCollective and puppet agent
*puppet-node2*: Ubuntu 12.04 running MCollective and puppet agent
*puppet-node3*: CentOS 6.3 running MCollective and puppet agent
I installed the *mcollective-plugins-puppetd plugin* on all *3 Ubunt...
2016 Nov 17
2
Possible MemCpyOpt bug?
Hi all,
I think I've managed to trick the legacy MemCpyOpt (MCO) into an incorrect
transform, but I would like to confirm the validity of my counterexample
before
working on the fix. Suppose the following IR:
%T = type { i32, i32 }
define void @f(%T* %a, %T* %b, %T* %c, %T* %d) {
%val = load %T, %T* %a, !alias.scope !{!10}
; store1...
2012 Jun 07
5
MCollective not all nodes answer to commands when using aes_security plugin
Hi,
I deployed MCollective to our Puppet clients. approx. ~ 200. Our
platform requires the most secure setup possible, so PSK as
securityprovider is not an option.
Therefor I changed the security provider to aes_security reusing
puppets certificates in the server.cfg as found in the docs (1)
Our goal is to use mcoll...
2013 Jul 01
1
Puppet with Mcollective, which modules and how ? (TheForeman)
...l,
I have a working installation of a Puppet Master (CA) with Puppet agents,
this using The Foreman. I really see the usage of Puppet this way but
because The Foreman supports pushing your classes/templates to you nodes
(agents) and uses the depricated Run/Kick for it I''m looking into
Mcollective.
Mcollective is supported by The Foreman since 1.2, the version I''m running
at the moment.
The integration of Mcollective is very confusing to me because of the
common/agent/client packages you have.
At the moment I have installed ActiveMQ on the Puppet Master, Stomp is
insta...
2013 Mar 05
9
Mcollective/Puppet Connector
When attempting to execute the mcollective puppet plugin:
# mco puppet runonce -v
aixl : execution expired
aixj : execution expired
I get an error, ''execution expired'' on some hosts. However, these hosts
respond via mco ping and, I hav...
2011 Sep 29
1
How to Code Random Nested Variables within Two-way Fixed Model in lmer or lme
...ations. The 13 Locations are divided into 2
habitat types (Control and Treatment).
Thus:
CO is a continuous response variable,
Week is a fixed categorical factor,
Habitat is a fixed categorical factor, and
Location is a random categorical factor nested within Habitat.
Here is my model in R:
mCO = aov(CO ~ Week * Habitat + Error(Location/Week))
summary(mCO)
And the output:
Error: Location
Df Sum Sq Mean Sq F value Pr(>F)
Habitat 1 182566 182566 8.6519 0.01341 *
Residuals 11 232115 21101
Error: Location:Week
Df Sum S...
2012 Jul 10
0
reply: puppet mcollective problem
I find the cause of the problem, because the client and server time not
synchronization.
发件人: 刘亚丹 [mailto:lyflyd@gmail.com]
发送时间: 2012年7月10日 10:10
收件人: ''puppet-users@googlegroups.com''
主题: puppet mcollective problem
Hi,
I am a new puppet user . I had some trouble when I using the
mcollective.
Soft info:
Mcollective :2.0.0
Rabbitmq: 2.8.2
stomp :1.2.4
the problem description:
I configuration good rabbitmq, as well as...
2013 Feb 19
3
Specifying multple nodes with mcollective-puppet-agent Host Filters
If I want to run Puppet agent only on two nodes out of ten, how can I
specify this with the Host Filters? I tried mco puppet runall 10 -I
node1,node2 and different other variations, but this does not work. Is this
at all possible?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an...
2013 Nov 12
1
How to get Puppet Ent Agent for Mac Mountain Lion?
...b/facter/root_home.rb
Info: Loading facts in /var/lib/puppet/lib/facter/windows.rb
Info: Caching catalog for unknown.home
Info: Applying configuration version ''1384195446''
Notice: unknown.home (osfamily = Darwin) is not a Puppet Enterprise agent.
It will not appear when using the mco command-line tool or from within Live
Management in the Puppet Enterprise Console.
You may voice your opinion on PE platform support here:
http://links.puppetlabs.com/puppet_enterprise_3.x_platform_support
If you no longer wish to see this message for all non-PE agents, visit
your Puppet Ent...
2003 Jun 26
1
xyplot
I am doing group wise plots by using the following commands; it shows
errors that I do not know how to fix it. Please help.
xyplot(within.2.special.care ~ agecat| mco.cms.ind, neuro, panel =
function(x,y){
+ panel.grid()
+ panel.xyplot(x,y)
+ panel.loess(x,y, span =1)})
Error: couldn't find function "xyplot"
[[alternative HTML version deleted]]
2012 Oct 12
1
Puppet liveManagement very slow
Hi ,
I have installed puppet enterprise , master and agent in two nodes in a
cluster.
Everything works perfeclty except live mangement console . clicking this
option take lot of time and finally it doesnot come up. It came 1 or 2
times.
Can you explain what could be reason?
Thanks
Leo
--
You received this message because you are subscribed to the Google Groups "Puppet Users"
2013 May 29
5
mcollective setup question
I am currently trying to get mcollective 2.2.4 up and running on RHEL
6 activeqm appears to be running and bound to the correct port, I see
the server and client connections to the activemq box. However when I
run mco ping all "seems to go well" except I get "No responses
recieved" and above that I get the fo...
2011 Dec 06
1
About summary in linear models
Hello!!, for linear models fit I use Gretl, but now I'm starting to use R,
I would like to know if is there some function to obtain a extended summary
like in Gretl.
I will write a example in Gretl
Modelo 1: MCO, usando las observaciones 1968-1982 (T = 15)
Variable dependiente: Invest
Coeficient
St error
t-ratio
p-value
const
377,631
35,0955
10,7601
<0,00001
***
GNP
0,63612
0,055015
11,5627
<0,00001
***
CPI
-9,70228
0,913737
-10,6182
<0,00001
***
Interest
-0,941363
2,2...
2011 Dec 06
1
Duda sobre summary
Hola!! A ver si alguien puede ayudarme!!
Para ajuste de modelos lineales normalmente uso Gretl. Ahora estoy
empezando a hacerlo en R. Me gustaría saber si existe alguna función
que haga un summary extendido como el de Gretl. Os pongo un ejemplo
del summary de Gretl.
Modelo 1: MCO, usando las observaciones 1968-1982 (T = 15)
Variable dependiente: Invest
Coeficiente Desv. Típica Estadístico t Valor p
----------------------------------------------------------------
const 377,631 35,0955 10,76 8,09e-07 ***
GNP ...
2011 Dec 10
5
create user and push out keys.
Hello
Im just been working with puppet, the first usecase i have is to set
up a system to create users and then push ssh keys on this machines in
the create users .ssh files. I just started with puppet so i am a bit
cluesless, Can someone push me in the right direction?
Im having a centos enviorment.
--
You received this message because you are subscribed to the Google Groups "Puppet
2016 Feb 19
4
Automatically inferring %d on multi-domain virtual install ?
...ks much,
> >--Gabriel
> >
>
> - -- Steffen Kaiser
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
>
> iQEVAwUBVsbHG3z1H7kL/d9rAQLzRggAoBVJDWXDakkqLD+Gye/9KjHvfcIFkf+5
> u3W7ZlPSvyePaAM8u0TDnIPJ15aeyO6XZbTTqB9iKQXzluCusvhNOUl14nVO4CjW
> gJASzpo1Kc9moWW7sWXTF/MCO+O4zVSBtJWdVmJch80hQT8LJxG3jU45FJAd1Jj3
> j+Rso5vEtH3Qw8i1cePaRc6FpDQ+7wboUI53OVjSKJGXbsyK5MXJFhoyvOo8UnvU
> KdbyFoGkYR4n3zaSrkwof6TrRqqgcGA2TUyeQIS8j+ArhDpi7ilOU6x904KK7LoE
> Ff2CzskTaTwEyTW1DZgJzLPc38PzMv9PX7QNUhdPHLFnYrhrutOfww==
> =CFD6
> -----END PGP SIGNATURE-----