<?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: OpsCenter configuration for cassandra using dual networks</title>
		<link>http://www.datastax.com/support-forums/topic/opscenter-configuration-for-cassandra-using-dual-networks</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 23:20:39 +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/opscenter-configuration-for-cassandra-using-dual-networks" rel="self" type="application/rss+xml" />

		<item>
			<title>cooptron on "OpsCenter configuration for cassandra using dual networks"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-configuration-for-cassandra-using-dual-networks#post-7994</link>
			<pubDate>Mon, 17 Dec 2012 16:51:54 +0000</pubDate>
			<dc:creator>cooptron</dc:creator>
			<guid isPermaLink="false">7994@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;This did help, I was able to successfully configure the agents for bi-directional communication.  I do see another issue that I will open a new topic for.  Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbulman on "OpsCenter configuration for cassandra using dual networks"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-configuration-for-cassandra-using-dual-networks#post-7888</link>
			<pubDate>Fri, 07 Dec 2012 14:54:23 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">7888@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Some information on the 3 interfaces/IPs involved on the agent side can be seen in step 3 here:  &#60;a href=&#34;http://www.datastax.com/docs/opscenter/configure/configure_multi_region&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/docs/opscenter/configure/configure_multi_region&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It sounds like, since the gossip network is unroutable, you'll want to configure agent_rpc_interface on each node to point to cassandra's rpc interface (by default, that will pull from the broadcast address configured in cassandra.yaml)&#60;/p&#62;
&#60;p&#62;If you're not able to bind to that interface on the agent side, you can configure agent_rpc_broadcast_address instead, which will allow the agent's http server to bind on a separate interface from the one opscenterd connects on.&#60;/p&#62;
&#60;p&#62;Hope that helps.  Let us know if you have any other questions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cooptron on "OpsCenter configuration for cassandra using dual networks"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-configuration-for-cassandra-using-dual-networks#post-7868</link>
			<pubDate>Thu, 06 Dec 2012 23:07:42 +0000</pubDate>
			<dc:creator>cooptron</dc:creator>
			<guid isPermaLink="false">7868@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;tupton,&#60;/p&#62;
&#60;p&#62;It appears that the agents are connecting to the localhost jmx/thrift ok, but opscenter is trying to communicate to the agents on the gossip interface of our cassandra cluster instead of the thrift/rpc interface.  This is causing half of the information in opscenter to be missing (storage, etc) even though all the agents are showing connected.&#60;/p&#62;
&#60;p&#62;here is the opscenterd log output.  It SHOULD be connecting to 172.23.58.80, etc, the gossip network (172.23.1.x) is unroutable on purpose, so the opscenter server can not access it. &#60;/p&#62;
&#60;p&#62;From what it seems, you are gathering up the node IPs via thrift calls, but that call is using autoDiscoverHosts instead of requesting the thrift IP address of the nodes, so it is defaulting to the gossip interface.&#60;/p&#62;
&#60;p&#62;What I setup in opscenter for the seed addresses:&#60;br /&#62;
172.23.58.80&#60;br /&#62;
172.23.58.81&#60;br /&#62;
172.23.58.82&#60;/p&#62;
&#60;p&#62;Output from opscenterd trying to connect to an agent:&#60;/p&#62;
&#60;p&#62;WARN: HTTP request &#60;a href=&#34;https://172.23.1.87:61621/cluster/datacenter?node_ip=172.23.1.81&#34; rel=&#34;nofollow&#34;&#62;https://172.23.1.87:61621/cluster/datacenter?node_ip=172.23.1.81&#60;/a&#62; failed: Connection was refused by other side: 111: Connection refused.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tupton on "OpsCenter configuration for cassandra using dual networks"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-configuration-for-cassandra-using-dual-networks#post-7014</link>
			<pubDate>Thu, 18 Oct 2012 20:18:00 +0000</pubDate>
			<dc:creator>tupton</dc:creator>
			<guid isPermaLink="false">7014@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;cooptron,&#60;/p&#62;
&#60;p&#62;The agents use localhost for JMX by default, so you shouldn't have to change anything to set up opscenter like that. If using localhost is a problem, you can set &#34;jmx_host&#34; in address.yaml on each node to the IP that you need.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cooptron on "OpsCenter configuration for cassandra using dual networks"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-configuration-for-cassandra-using-dual-networks#post-7013</link>
			<pubDate>Thu, 18 Oct 2012 20:08:46 +0000</pubDate>
			<dc:creator>cooptron</dc:creator>
			<guid isPermaLink="false">7013@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;We have our cassandra implementations setup so that nodes have two network interfaces, one for the gossip/jmx and one for thrift/app connections.  How can I configure OpsCenter to use different IP addresses for thrift connections and jmx connections?  As far as I can tell, you only specify a single IP address for cassandra nodes
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
