similar to: AIX mcollective errors

Displaying 20 results from an estimated 100 matches similar to: "AIX mcollective errors"

2012 Aug 26
1
Comparing two variables for match and creating a new vector with results
Hello, I need help comparing two variables and producing a third variable with the result.I have this data: id <-c(1,2,3,4,5,6,7,8,9,10) vi <-c(1,0,1,1,1,1,1,2,2,0) vi2 <-c(0,1,1,1,1,1,1,2,0,0) data<-cbind(id,vi,vi2) For the data in the example, I need to generate: id <-c(1,2,3,4,5,6,7,8,9,10) correct <-c(0,0,1,1,1,1,1,1,0,1) correct_data<-cbind(id,correct) Matrix
2005 Sep 02
4
ffmpeg2theora bugs ?
Hi, we are using ffmpeg2theora as encoder for a new project. We are finding problems during the conversion step with different type of input compression but, for now, in AVI container. In many case an error generated by ffmpeg lib produce a stop in theora lib (we suppose) Here an example: D:\tmp\ffmpeg>ffmpeg -i f:\vi1.avi vo1.avi ffmpeg version 0.4.9-pre1, build 4743, Copyright (c)
2010 Jul 28
3
[LLVMdev] Subregister coalescing
Hi all, We are working on a backend for a machine that has 4-wide vector register & ops, *but* not vector loads. All the vector register elements are directly accesible, so VI1 reg (Vector Integer 1) has I4, I5, I6 and I7 as its (integer) subregisters. Subregisters of same reg *never* overlap. Therefore, vector loads are lowered to scalar loads followed by a chain of INSERT_VECTOR_ELTs. Then
2004 Aug 27
2
Zap & ANSWER the Call
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm using a TDM400 with one FXS and one FXO module (developer kit) and I've been testing termination from SIP phones to PSTN and it works fine, but asterisk accounting is doing something strange (for me). Scenario: 1 - extension 1009 (SIP phone - BT101) 2 - Zap/4-1 (TDM400 FXO module) extensions.conf: [dialout] exten =>
2012 Jan 21
1
Trying to understand how mcollective differs from saltstack?
http://saltstack.org/ http://puppetlabs.com/mcollective/ I found this link that talks about Func, Rundeck, Salt and mcollective, but it doesn''t really compare and contrast. http://www.coloandcloud.com/editorial/func-mcollective-salt-and-rundeck/(From a 10,000 overview Saltstack and mcollective look very similar. IE: both integrate with facter/puppet, have queuing mechanisms, allow remote
2013 Oct 23
0
Mysql database synching using mcollective/puppet
Hi, I was wondering if there was an easy way of managing database schemas and content on different servers using mcollective/puppet Some of my thoughts are - since puppet seems to use ruby on rails maybe I can use active record migrations to do this ?(I don''t know much about ruby or rails by the way). One problem I faced when doing something else was that other vendor libraries?
2013 Jul 18
0
About Facter via YAML and mcollective
I''m looking at http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/FactsFacterYAML If my understanding is right, just using this class can be dangerous because if puppet is run with a --tags that dooesn''t match it, it will not be run. But some fact can be changer any way (fqdn, ssh tokens, …) How guys do you ensure it will always be updated ? -- You received this
2013 Aug 14
1
Mcollective: remote commands
Hi! Is it possible to use Mcollective to run different cli commands remotely on nodes? Cannot find anything related in the documentation. -- Best regards, Sergey Arlashin -- 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 email to
2011 Jun 21
0
Announce: puppetlabs-mcollective 0.1.8
Hi everyone, I''m going to try announcing new versions of Modules I''m working on as I release them to the Forge. puppet-users and mcollective-users seems like the best place, but please let me know if you have other preferences. I''ve added a small change to the mcollective module we''ve recently released [1]. This change ensures all of the resources managed by
2012 Dec 14
1
mcollective and aptitude safe-upgrade
Guys Compliments of the festive season to everyone. Ive looked at mcollective plugins from http://projects.puppetlabs.com/projects/mcollective-plugins/wiki And I tried / installed some of them. What im looking for is a method or really a mcollective plugin to ''aptitude safe-upgrade'' on my test VMs. Would anyone have a solution or method on how I can go about this. The only
2012 Apr 18
0
Tighter Puppet Dashboard and MCollective integration
I was just thinking about the problem of host groups and such trying to set up our puppet infrastructure properly and came to the realization that using MCollective better in puppet dashboard would allow for more cloud like scaling of infrastructure services. Here is the concept: Right now in puppet dashboard groups can have nodes, facts (parameters) and Classes. What I am suggesting would
2013 Jun 19
1
Ruby Class or other API for controlling puppet/mcollective
HI, i''m currently trying to develop a task-driven rails-based frontend for some tasks that puppet/mcollective is doing in the background ( basically some user-management and some asset queries...). But i''m currently stuck at finding some puppet/mcollective API classes for ruby. (you''ll only find results for using ruby within puppet, which is of course more obvious).
2013 Feb 08
1
Still getting an error....Re: Mcollective/Puppet Plug-In
Now, I am getting this .... Thanks for the help! puppet5 : Cannot validate input: Unknown validator: ''puppet_server_address''. Cannot validate input: Unknown validator: ''puppet_server_address''.puppetdev04 : Puppet command ''puppet agent --test --onetime --daemonize --color=false --no-splay
2013 Jan 30
2
Mcollective on puppet server and agent?
I have a puppet server and various puppet agents. I want to do mcollective stuff. So please anyone tell me what should i install on puppet server and agent to run mcollective? Is there any need to install ActiveMQ also and where should i install it? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe
2011 Sep 08
3
What is the deference of Puppi, MCollective and ControlTier?
Hi, I am using puppet as my configuration solution, it is a very good for system-level configuration management and compliance. But it is not good at batch jobs. For now, I have three options: puppi, MCollective and ControlTier. I don''t know much about them. Can anyone give me some advices that which of them is better at batch jobs. Thanks Yunfeng -- You received this message because
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
2010 Oct 25
0
Re: MCollective Client Languages (WAS Re: Re: Accessing Facter in other languages than Ruby?)
----- lists@truthisfreedom.org.uk wrote: > We have a team of system administrators within our organisation who love the > look and power of MCollective but are currently "unable" to utilise it fully > as they don''t know ruby (for some reason Python is the language of > choice here!). > > I''m writing a new web interface for our change management
2012 Feb 01
3
MCollective Cost?
Someone told me yesterday that collective wasn''t free, New to me. Has something changed in the past month, or are they looking at the commercial version? The web site must be somewhat confusing if a new user thinks it costs, but it doesn''t. Doug -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group,
2013 Dec 12
2
Puppet and MCollective
Hi, I am writing scripts for deployment of our software and I am also using MCollective on linux. I hope to use MCollective in order to reduce the requirement of opening a putty session to each VM and running the puppet agent manually the first time (when its registers/ creates keys etc). The problem I see with this is that I need to log in to each machine and install/configure mcollective
2013 Jul 01
1
Puppet with Mcollective, which modules and how ? (TheForeman)
Hi All, 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