<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>DataStax Support Forums &#187; Topic: failed: Connection was refused by other side: 111: Connection refused.</title>
		<link>http://www.datastax.com/support-forums/topic/failed-connection-was-refused-by-other-side-111-connection-refused</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 09:56:11 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.datastax.com/support-forums/search.php</link>
		</textInput>
		<atom:link href="http://www.datastax.com/support-forums/rss/topic/failed-connection-was-refused-by-other-side-111-connection-refused" rel="self" type="application/rss+xml" />

		<item>
			<title>ynixon on "failed: Connection was refused by other side: 111: Connection refused."</title>
			<link>http://www.datastax.com/support-forums/topic/failed-connection-was-refused-by-other-side-111-connection-refused#post-7989</link>
			<pubDate>Mon, 17 Dec 2012 16:05:28 +0000</pubDate>
			<dc:creator>ynixon</dc:creator>
			<guid isPermaLink="false">7989@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;thanks, you information helped
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbulman on "failed: Connection was refused by other side: 111: Connection refused."</title>
			<link>http://www.datastax.com/support-forums/topic/failed-connection-was-refused-by-other-side-111-connection-refused#post-7986</link>
			<pubDate>Mon, 17 Dec 2012 09:28:42 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">7986@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;ynixon,&#60;/p&#62;
&#60;p&#62;opscenterd will only create agent.tar.gz if ssl is enabled (it is by default), and setup.py has not already been run for that instance.  It should be something that you only need to run once.&#60;/p&#62;
&#60;p&#62;You can look in opscenterd.log for messages starting with &#34;Configuring agent communication&#34;.  That will let you know if SSL is enabled or not.  If it is, and bin/setup.py is going to run, you'll see another log message that says &#34;SSL files do not exist. Attempting to create them now....&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ynixon on "failed: Connection was refused by other side: 111: Connection refused."</title>
			<link>http://www.datastax.com/support-forums/topic/failed-connection-was-refused-by-other-side-111-connection-refused#post-7985</link>
			<pubDate>Mon, 17 Dec 2012 09:18:59 +0000</pubDate>
			<dc:creator>ynixon</dc:creator>
			<guid isPermaLink="false">7985@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;From the documentation I understand that the first time opscenter is started, a file called agent.tar.gz  should create automatically&#60;br /&#62;
at some former installations it happened and somehow it is not happening anymore :(&#60;/p&#62;
&#60;p&#62;After some reading I understand that this file can be created by running bin/setup.py&#60;/p&#62;
&#60;p&#62;should I relay on the automatic way or manual way ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tupton on "failed: Connection was refused by other side: 111: Connection refused."</title>
			<link>http://www.datastax.com/support-forums/topic/failed-connection-was-refused-by-other-side-111-connection-refused#post-7952</link>
			<pubDate>Tue, 11 Dec 2012 17:14:04 +0000</pubDate>
			<dc:creator>tupton</dc:creator>
			<guid isPermaLink="false">7952@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;ynixon,&#60;/p&#62;
&#60;p&#62;That warning is just informing you that OpsCenter cannot connect to the agent on that node, which makes sense if there are no agents running yet. Once the agent is installed and running, OpsCenter will connect and begin collecting node metrics.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Thomas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ynixon on "failed: Connection was refused by other side: 111: Connection refused."</title>
			<link>http://www.datastax.com/support-forums/topic/failed-connection-was-refused-by-other-side-111-connection-refused#post-7943</link>
			<pubDate>Tue, 11 Dec 2012 15:01:23 +0000</pubDate>
			<dc:creator>ynixon</dc:creator>
			<guid isPermaLink="false">7943@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;after moved cassandra from endpoint_snitch: SimpleSnitch to PropertyFileSnitch&#60;br /&#62;
at the startup of tarball opscenter I get in opscenterd.log:&#60;/p&#62;
&#60;p&#62;WARN: HTTP request &#60;a href=&#34;http://172.17.4.26:61621/cluster/datacenter?node_ip=172.17.4.26&#34; rel=&#34;nofollow&#34;&#62;http://172.17.4.26:61621/cluster/datacenter?node_ip=172.17.4.26&#60;/a&#62; failed: Connection was refused by other side: 111: Connection refused.&#60;/p&#62;
&#60;p&#62;opscenterd.conf&#60;br /&#62;
================&#60;br /&#62;
[webserver]&#60;br /&#62;
port = 8888&#60;br /&#62;
interface = 172.17.4.26&#60;br /&#62;
[logging]&#60;br /&#62;
level=DEBUG&#60;br /&#62;
[agents]&#60;br /&#62;
use_ssl = false&#60;/p&#62;
&#60;p&#62;cassandra-topology.properties&#60;br /&#62;
=============================&#60;br /&#62;
172.17.4.26=DC1:RAC1&#60;br /&#62;
default=DC1:RAC1&#60;/p&#62;
&#60;p&#62;at this stage there are no agents (still waiting for agent.tar.gz to be created ..)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
