Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 43629 invoked from network); 3 Apr 2010 16:22:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Apr 2010 16:22:14 -0000 Received: (qmail 84984 invoked by uid 500); 3 Apr 2010 16:22:14 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 84958 invoked by uid 500); 3 Apr 2010 16:22:14 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 84950 invoked by uid 500); 3 Apr 2010 16:22:14 -0000 Delivered-To: apmail-incubator-cassandra-commits@incubator.apache.org Received: (qmail 84947 invoked by uid 99); 3 Apr 2010 16:22:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Apr 2010 16:22:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Apr 2010 16:22:09 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 23B2017DB5; Sat, 3 Apr 2010 16:21:48 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Sat, 03 Apr 2010 16:21:47 -0000 Message-ID: <20100403162147.2399.19881@eos.apache.org> Subject: =?utf-8?q?=5BCassandra_Wiki=5D_Update_of_=22MultinodeCluster=22_by_Benjam?= =?utf-8?q?inBlack?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for= change notification. The "MultinodeCluster" page has been changed by BenjaminBlack. http://wiki.apache.org/cassandra/MultinodeCluster?action=3Ddiff&rev1=3D4&re= v2=3D5 -------------------------------------------------- }}} = - Once these changes are made, simply restart cassandra on this node. Use = netstat to verify cassandra is listening. Look for a line like this: + Once these changes are made, simply restart cassandra on this node. Use = netstat to verify cassandra is listening on the right address. Look for a = line like this: = {{{tcp4 0 0 192.168.1.1.7000 *.* L= ISTEN}}} + = + If netstat still shows cassandra listening on 127.0.0.1.7000, then either= the previous cassandra process was not properly killed or you are not edit= ing the storage-conf.xml file cassandra is actually using. = = =3D=3D Preparing the rest of the nodes =3D=3D