Best unofficial Apache Server developers community |
| |||||
| Feb 8, 2012 | |||||
|
Martinus Martinus |
|
||||
| Tags: | |||||
|
Mongodb replicaset config - erase all config and begin from scratch September 1, 2011 02:15:52 AM Hi all, I was playing with Mongodb Replica Sets (3-node replica set - all nodes are full-servers) and found myself stuck into config issues and all that stuff. Is there a way to clear all the configs related to replica set and begin playing from… Re: Migrate replicaset config from 1.6 to 1.8 ? March 24, 2011 10:48:57 AM Did you take a look at http://www.mongodb.org/display/DOCS/Upgrading+to+1.8.0? On Mar 24, 11:34 pm, Sbastien HEITZMANN <seb.hei### @gmail.com> wrote: > Hi > > Is it safe to migrate only one from the tree node in my replicatset… Migrate replicaset config from 1.6 to 1.8 ? March 24, 2011 10:58:02 AM Hi Is it safe to migrate only one from the tree node in my replicatset config ? Can the 1.8 version talk to 1.6 or do I need to migrate all nodes together ? Thanks for your response. Sébastien HEITZMANN svn commit: r1200263 - in /tomcat/trunk/webapps/docs: config/ajp.xml config/filter.xml config/http.x November 10, 2011 04:49:11 AM Author: kkolinko Date: Thu Nov 10 10:48:27 2011 New Revision: 1200263 URL: http://svn.apache.org/viewvc?rev=1200263&view=rev Log: Add links to FailedRequestFilter in several places and do other small documentation improvements. Modified: … Error in a ReplicaSet July 26, 2011 07:27:16 AM Hi people, I'm testing the ReplicaSet feature and when I stop the PRIMARY node I can see an error in my Tomcat Log. The secondary node becomes primary quite fast and the application works but I would like to know why this error happens (kiri node… ReplicaSet and Mongos October 22, 2011 09:35:26 AM Hello, I am new to mongodb and especially really new to the mongodb cluster setups. So please pardon me for some very naive questions that I am posing. First the environment: a. The server is Ubuntu 10.04 LTS 64 bit b. Mongodb 2.0.0 is going to… ReplicaSet and copyDatabase January 31, 2011 10:33:12 AM I'm using MongoDB 1.65. I've configured on a single server a Single MongoDB server on port 27017 (S1) and a ReplicaSet (RS1) of 3 servers on ports 27018, 27019, 27010. I want to copy from a database DB1 on S1 to a database DB2 on RS1. I connect… Best way to add a replicaset member December 21, 2011 11:35:44 PM Hi Mongos, Before I say anything, FYI, I red the following. http://groups.google.com/group/mongodb-user/browse_thread/thread/1e1de 334729e4fe4/d95dd8736f5e61a1 http://www.mongodb.org/display/DOCS/Adding+a+New+Set+Member… Replicaset IPSec example June 30, 2011 12:57:49 PM We have a mongo replica set on EC2 with members in different regions, and would like to secure communication between members using IPSec. I've tried to use setkey and the ipsec-tools.conf config to identify the IP pairs and hashes, but NAT seems… ReplicaSet Reads August 5, 2011 07:00:13 PM I am a newbie, just started looking at mongdb. I am using java driver 1) Can i configure the java driver to read for machines from two different replica sets (not a sharded env). assuming 4 machines A,B,C,D. AB from replicaset 1 and BD from… Authentication and ReplicaSet November 23, 2011 10:37:35 AM I have a replicaset that initiates fine and dandy like so: mongod --replSet mysetname The boxes discover each other and figure out primary and secondary. Happy days. As soon as I introduce a keyfile, things go wrong: mongod --replSet mysetname… ReplicaSet questions October 18, 2011 07:27:22 PM Hi, I've 2 questions about replicaset (I'm not DBA). In a replica like that : 2 nodes, 1 arbiter. What happend if the arbiter get down ? What would do the other nodes ? On a single-server, is there any advantage to use replicaset on the same … ReplicaSet across 2 AWS regions June 9, 2011 02:30:14 PM Hi, I have configured a replicaset with mongo on different AWS regions - 2 in us-west and 1 in us-east. The nodes can connect to each other and syncing the replica set config. However I see 2 issues a) when I stepdown the primary the secondary… ReplicaSet Consistency August 10, 2010 11:35:30 AM I'm still a little fuzzy of where the danger zones are, but let me try out a scenario to see if I understand it reasonably well. Let's say I have a set of 3 nodes (A, B, C) and A is the current master. I insert a new doc and specify w=2 (to write… For a primary in a non-majority ReplicaSet May 6, 2011 07:44:45 AM Say I have a ReplicaSet of 5 nodes and 3 go down. The two active nodes will both go in secondary status as none can see the majority. Can I force one of them to be the primary ? how ? Thanks. Replicaset syncing problem. April 4, 2011 07:47:31 AM Hi all, I ran into a problem about replicaset. We have 3 nodes(Primary, Secondary and a Arbiter). The mongo version is 1.8.0. The "health" and "state" of all members are fine. But when I tried to stepDown Primary, the Secondary node could never… EC2 EBS vs ephemeral in replicaset context December 8, 2011 11:46:05 AM Hi all, For EC2, i understand the recommended RAID10 for EBS with snapshotting support. In terms of cost, if we build a replicaset, do we really need EBS - for 500GB RAID10 it might add up to 1K/mo? what do people usually do in that situation? … mongodump on replicaSet secondary January 17, 2012 03:11:03 AM Hi All, I want to take the backup from replicaSet secondary mongod. But I get the following error. ./mongodump --host localhost --port 2003 --oplog connected to: localhost:2003 assertion: 13106 nextSafe(): { $err: "not master and slaveok=false",… Re: 2 nodes replicaSet also could do failover? July 12, 2011 09:28:04 PM It's normal. That's why you would need an arbiter. ------Original Message------ From: axlfu Sender: mongodb-use### @googlegroups.com To: mongodb-user ReplyTo: mongodb-us### @googlegroups.com Subject: [mongodb-user] 2 nodes replicaSet also could do… 2 nodes replicaSet also could do failover? July 12, 2011 09:26:07 PM We setup a replicaSet with two nodes (1 primary, 1 secondary, 0 arbiter) When primary is down we thought the secondary node would not select it self, But the secondary do become the primary, is it normal? Nosql mongodb replicaset autosharding, data loss while running an experiment January 17, 2011 Hi, I was continuously inserting data into autosharded mongodb. (not updating, only insertion ) Experimental setup 2 shards, each shard has 2 nodes.… Endless replicaset connection error with spring data support and mongodb May 17, 2011 I'm working in a apps where I'm using mongodb with replicaset. In my replicaset I've 2 db servers and 1 arbiter. I'm creating my mongo object as… BIND9 DNS server config file ( named.config.options) May 2, 2011 options { version "Not available"; directory "/var/cache/bind"; forwarders { 212.129.64.220; 212.129.64.221; }; acl "mynetworks" { 127/8;… How to config DNS onto TCP from UDP May 29, 2011 DNS on UDP is currently polluted in some regions, and it is said that if UDP is changed to TCP, the problem can be temporarily solved. My question… Need help with nameserver config with WHM April 23, 2011 Just installed a fresh CPANEL at cloudweb.com . I need some help though... I only have on IP address. I just can't understand how to set up WHM in… MySql Config on Mac February 16, 2011 Hi, I have a macbook pro with 2.53 GHz Intel Core 2 Duo and 4GB DDR3 ram. I am running a huge database on my laptop with over 100 million records. I… Osx rvm passenger config? February 5, 2011 Can someone please help me figure out why my passenger setup wont work? Here are the steps I have taken to install it. cd… Dns config not working May 21, 2011 Ok so I have a sub-domain which is running under cdn.sitename.com here is the t not wish nor do I desire to show the user the location of static… WCF Get HTTPS Config June 7, 2011 I am trying to configure my WCF service enpoints to be HTTPs and support 2 WCF enpoints (1 regular, 1 RESTFUL (GET)). I get the following error when… URL Conditional config in htaccess January 24, 2011 My case is the following: I have a file named mylogic.php. This file is called from two different URLs (/url1.php & /url2.php). What I want to… Redis logrotate config March 31, 2011 Does anyone have a sample logrotate config for redis? This is what I have so far /var/log/redis/*.log { daily missingok rotate 52 compress… Apache config: Rails app and php June 16, 2011 I found a couple of article helping out but now I'm stuck. http://www.igvita.com/2007/07/04/integrating-wordpress-and-rails/ It works but now… Testing apache config changes May 17, 2011 What's the best way to reconfigure an apache server that's hosting a production site? The basic workflow I use is as follows: Make a test server… Regex for redirect in web.config May 6, 2011 Hi there, Using this pattern \/hotel/?$|\/hotel/?[?](gclid=\w+)$ And have this to replace… How to config Apache2 to redirect URL January 4, 2011 Hi, I am trying to config url redirect in Apache. I have tried some approaches and nothing works. Can someone tell me the solution of this as it… Config website in apach2 via 192.xxx.x.x January 5, 2011 Set up behind a router (192.168.1.1)! Able to access my website in apach2 via 192.168.1.2:8008 how do i access it when i type my ip address (from… Nginx rewrite config June 10, 2011 I'm pretty new to nginx and am trying to setup some pretty simple rewrite rules, but they don't seem to be working. Just for your info, this server… Mysql Config File February 28, 2011 How can I check that my mac mysql has imported my config file (my.cnf) or not. I think I don't know exactly how mysql config files work because when… Config problem with Apache 2 on Win 7 April 15, 2011 The real problem is that I'm not terribly good with infrastructure, but you probably can't help me there. My issues today is that I'm trying to… Nginx - config for several domains December 15, 2010 So in the past, I've just had one nginx.conf file. I'd like to separate this out for each domain (right now there's two), but to stay organized in… | |||||
(12 lines) Feb 8, 2012 22:25
(16 lines) Feb 9, 2012 03:11