<?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 is listening in the localhost(127.0.0.1) IP with port 61620 - how to modify this?</title>
		<link>http://www.datastax.com/support-forums/topic/opscenter-is-listening-in-the-localhost127001-ip-with-port-61620-how-to-modify-this</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 23:48:32 +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-is-listening-in-the-localhost127001-ip-with-port-61620-how-to-modify-this" rel="self" type="application/rss+xml" />

		<item>
			<title>Anonymous on "opscenter is listening in the localhost(127.0.0.1) IP with port 61620 - how to modify this?"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-is-listening-in-the-localhost127001-ip-with-port-61620-how-to-modify-this#post-1078</link>
			<pubDate>Tue, 31 Jan 2012 21:23:26 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1078@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I have added the following parameter under [agents] in opscenterd.conf&#60;/p&#62;
&#60;p&#62;incoming_interface = 10.#.#.36&#60;/p&#62;
&#60;p&#62;and restarted opscenter.&#60;/p&#62;
&#60;p&#62;It started listening correctly in the given IP and the agent is able to connect and fetch the data and show in dashboard.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "opscenter is listening in the localhost(127.0.0.1) IP with port 61620 - how to modify this?"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-is-listening-in-the-localhost127001-ip-with-port-61620-how-to-modify-this#post-1077</link>
			<pubDate>Tue, 31 Jan 2012 21:19:04 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">1077@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;This indicates that opscenterd is listening on all interfaces (0.0.0.0), not just 127.0.0.1:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
tcp 0 0 127.0.0.1:61620 0.0.0.0:* LISTEN 6403/python2.6
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Can you verify that you don't have any firewall issues by telnetting from one of the Cassandra nodes to the opscenterd machine on port 61620?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "opscenter is listening in the localhost(127.0.0.1) IP with port 61620 - how to modify this?"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-is-listening-in-the-localhost127001-ip-with-port-61620-how-to-modify-this#post-1076</link>
			<pubDate>Tue, 31 Jan 2012 20:56:19 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1076@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;opscenter version is 1.4
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "opscenter is listening in the localhost(127.0.0.1) IP with port 61620 - how to modify this?"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-is-listening-in-the-localhost127001-ip-with-port-61620-how-to-modify-this#post-1075</link>
			<pubDate>Tue, 31 Jan 2012 20:21:34 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1075@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Opscenter had indentified the 3 nodes from the cluster, but it is unable to connect to the agent running in the cassandra node and shows No Data Avaiable for all metics in the dashboard.&#60;/p&#62;
&#60;p&#62;# tail opscenterd.log&#60;br /&#62;
2012-01-31 15:08:24-0500 [] DEBUG: Getting nodelist over thrift&#60;br /&#62;
2012-01-31 15:08:54-0500 [] DEBUG: Getting nodelist over thrift&#60;br /&#62;
2012-01-31 15:09:22-0500 [] DEBUG: Average opscenterd CPU usage: 0.58%, memory usage: 0 MB&#60;br /&#62;
2012-01-31 15:09:24-0500 [] DEBUG: Collecting topology info for node 10.##.##.76&#60;br /&#62;
2012-01-31 15:09:24-0500 [] ERROR: Error collecting datacenter: No agents available to query.&#60;br /&#62;
2012-01-31 15:09:24-0500 [] DEBUG: Collecting topology info for node 10.##.##.49&#60;br /&#62;
2012-01-31 15:09:24-0500 [] ERROR: Error collecting datacenter: No agents available to query.&#60;br /&#62;
2012-01-31 15:09:24-0500 [] DEBUG: Collecting topology info for node 10.##.##.77&#60;br /&#62;
2012-01-31 15:09:24-0500 [] ERROR: Error collecting datacenter: No agents available to query.&#60;br /&#62;
2012-01-31 15:09:54-0500 [] DEBUG: Getting nodelist over thrift&#60;/p&#62;
&#60;p&#62;# netstat -anp &#124; grep 616&#60;br /&#62;
tcp        0      0 127.0.0.1:61619             0.0.0.0:*                   LISTEN      6403/python2.6&#60;br /&#62;
tcp        0      0 127.0.0.1:61620             0.0.0.0:*                   LISTEN      6403/python2.6&#60;br /&#62;
tcp        0      0 127.0.0.1:61619             127.0.0.1:64691             ESTABLISHED 6403/python2.6&#60;br /&#62;
tcp        0      0 127.0.0.1:64691             127.0.0.1:61619             ESTABLISHED 6403/python2.6&#60;/p&#62;
&#60;p&#62;# ps -ef &#124; grep opsc&#60;br /&#62;
root      6403     1  0 13:29 ?        00:00:48 /usr/bin/python2.6 ./bin/twistd -oy bin/start_opscenter.py&#60;/p&#62;
&#60;p&#62;logs at the agent&#60;/p&#62;
&#60;p&#62;# tail agent.log&#60;br /&#62;
ERROR [StompConnection receiver] 2012-01-31 15:06:58,335 failed connecting to 10.##.##.36:61620:java.net.ConnectException: Connection refused&#60;br /&#62;
 INFO [StompConnection receiver] 2012-01-31 15:06:58,335 Reconnecting in 60s.&#60;br /&#62;
ERROR [StompConnection receiver] 2012-01-31 15:07:58,391 failed connecting to 10.##.##.36:61620:java.net.ConnectException: Connection refused&#60;br /&#62;
 INFO [StompConnection receiver] 2012-01-31 15:07:58,391 Reconnecting in 60s.&#60;br /&#62;
ERROR [StompConnection receiver] 2012-01-31 15:08:58,402 failed connecting to 10.##.##.36:61620:java.net.ConnectException: Connection refused&#60;br /&#62;
 INFO [StompConnection receiver] 2012-01-31 15:08:58,403 Reconnecting in 60s.&#60;br /&#62;
ERROR [StompConnection receiver] 2012-01-31 15:09:58,414 failed connecting to 10.##.##.36:61620:java.net.ConnectException: Connection refused&#60;br /&#62;
 INFO [StompConnection receiver] 2012-01-31 15:09:58,415 Reconnecting in 60s.&#60;br /&#62;
ERROR [StompConnection receiver] 2012-01-31 15:10:58,425 failed connecting to 10.##.##.36:61620:java.net.ConnectException: Connection refused&#60;br /&#62;
 INFO [StompConnection receiver] 2012-01-31 15:10:58,425 Reconnecting in 60s.&#60;/p&#62;
&#60;p&#62;opscenter is listening in the localhost IP with 61620 - how to modify this?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
meymey
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
