<?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: are 61620/61621 ports configurable in community version of opscenter?</title>
		<link>http://www.datastax.com/support-forums/topic/are-6162061621-ports-configurable-in-community-version-of-opscenter</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 02:06:48 +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/are-6162061621-ports-configurable-in-community-version-of-opscenter" rel="self" type="application/rss+xml" />

		<item>
			<title>thobbs on "are 61620/61621 ports configurable in community version of opscenter?"</title>
			<link>http://www.datastax.com/support-forums/topic/are-6162061621-ports-configurable-in-community-version-of-opscenter/page/2#post-919</link>
			<pubDate>Thu, 22 Dec 2011 23:50:39 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">919@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;The number that OpsCenter shows is also the number of writes/reads that are coordinated -- basically, it should be close to matching the number of writes/reads per second that your application is doing.&#60;/p&#62;
&#60;p&#62;The number that cfstats reports are local read/write counts.  This means that if you have RF=3, you'll see 3x as many reads/writes at the cfstats level.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "are 61620/61621 ports configurable in community version of opscenter?"</title>
			<link>http://www.datastax.com/support-forums/topic/are-6162061621-ports-configurable-in-community-version-of-opscenter/page/2#post-918</link>
			<pubDate>Thu, 22 Dec 2011 23:28:25 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">918@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I calculated read requests per second by comparing nodetool cfstats(for whole keyspace) difference. So I don't understand why # of request per second at cluster level reported in opscenter is smaller than  # of request per second at node level calculated from nodetool cfstat. # at cluster level should be bigger as it should be sum of # from all nodes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "are 61620/61621 ports configurable in community version of opscenter?"</title>
			<link>http://www.datastax.com/support-forums/topic/are-6162061621-ports-configurable-in-community-version-of-opscenter/page/2#post-917</link>
			<pubDate>Thu, 22 Dec 2011 22:37:10 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">917@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;nodetool cfstats reports a total number of reads that node has done since it last started.  OpsCenter is reporting the number reads per second that the whole cluster is doing.  Does that explain the difference?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "are 61620/61621 ports configurable in community version of opscenter?"</title>
			<link>http://www.datastax.com/support-forums/topic/are-6162061621-ports-configurable-in-community-version-of-opscenter/page/2#post-916</link>
			<pubDate>Thu, 22 Dec 2011 21:15:26 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">916@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I am seeing # of read requests cluster wide in opscenter is much smaller than what nodetool cfstat's reported at Keyspace level at node level. How could this happen?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "are 61620/61621 ports configurable in community version of opscenter?"</title>
			<link>http://www.datastax.com/support-forums/topic/are-6162061621-ports-configurable-in-community-version-of-opscenter#post-907</link>
			<pubDate>Wed, 21 Dec 2011 18:20:48 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">907@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Yes, nodetool displays stats for a single node, not for the cluster.&#60;/p&#62;
&#60;p&#62;I'm not sure I understand your second questions, but if you are asking if OpsCenter gets its read/write latency numbers from the same place as nodetool cfstats, the answer is yes, but only for the column family specific latencies.  The latencies on the dashboard are slightly different, as they are from the perspective of the coordinator node, rather than the node reading/writing data locally.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "are 61620/61621 ports configurable in community version of opscenter?"</title>
			<link>http://www.datastax.com/support-forums/topic/are-6162061621-ports-configurable-in-community-version-of-opscenter#post-906</link>
			<pubDate>Wed, 21 Dec 2011 17:51:00 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">906@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi Nick, &#60;/p&#62;
&#60;p&#62;&#34;Nodetool cfstats displays the total read/write counts for column families.&#34; at node level, not at cluster level, right?&#60;br /&#62;
also does read/write latency also come from cfstats result?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickmbailey on "are 61620/61621 ports configurable in community version of opscenter?"</title>
			<link>http://www.datastax.com/support-forums/topic/are-6162061621-ports-configurable-in-community-version-of-opscenter#post-897</link>
			<pubDate>Wed, 21 Dec 2011 01:43:03 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">897@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;&#34;how does opscenter count # of reads or writes?&#34;&#60;/p&#62;
&#60;p&#62;Nodetool cfstats displays the total read/write counts for column families. So these numbers are the total number of reads/writes that have been performed on a column family since the cassandra process started. OpsCenter uses this value to display the number of reads/writes per second happening in the cluster. This number more accurately represents the current state of the cluster.&#60;/p&#62;
&#60;p&#62;&#34;can opscenter client/server share same cassandra host?&#34;&#60;/p&#62;
&#60;p&#62;Yes, the agent and daemon can run on the same host. Are you using different ports for the two port settings? That error either indicates you are attempting to use the same port for both settings or something else on your machine is already listening on the agent api port. Is it possible you already have a running agent process? If you attempted to start two agent processes you would see that error.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "are 61620/61621 ports configurable in community version of opscenter?"</title>
			<link>http://www.datastax.com/support-forums/topic/are-6162061621-ports-configurable-in-community-version-of-opscenter#post-896</link>
			<pubDate>Wed, 21 Dec 2011 01:41:32 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">896@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;please ignore my 2nd question. an opscenter client/server share same cassandra host? &#60;/p&#62;
&#60;p&#62;I forgot to kill previous client process.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "are 61620/61621 ports configurable in community version of opscenter?"</title>
			<link>http://www.datastax.com/support-forums/topic/are-6162061621-ports-configurable-in-community-version-of-opscenter#post-895</link>
			<pubDate>Wed, 21 Dec 2011 01:30:52 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">895@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;2nd question: can opscenter client/server share same cassandra host? I tried to do that, but client log shows error as: &#60;/p&#62;
&#60;p&#62; INFO [StompConnection receiver] 2011-12-20 18:29:14,732 Jetty server started&#60;br /&#62;
ERROR [Jetty] 2011-12-20 18:29:15,372 Exception running Jetty, restarting: java.net.BindException: Address already in use
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "are 61620/61621 ports configurable in community version of opscenter?"</title>
			<link>http://www.datastax.com/support-forums/topic/are-6162061621-ports-configurable-in-community-version-of-opscenter#post-894</link>
			<pubDate>Wed, 21 Dec 2011 00:46:04 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">894@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;hi, one more question.&#60;/p&#62;
&#60;p&#62;how does opscenter count # of reads or writes? # of request showed in opscenter graph are much lower comparing to counts from nodetool cfstats.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "are 61620/61621 ports configurable in community version of opscenter?"</title>
			<link>http://www.datastax.com/support-forums/topic/are-6162061621-ports-configurable-in-community-version-of-opscenter#post-893</link>
			<pubDate>Tue, 20 Dec 2011 22:04:39 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">893@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;thanks, using IP worked.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "are 61620/61621 ports configurable in community version of opscenter?"</title>
			<link>http://www.datastax.com/support-forums/topic/are-6162061621-ports-configurable-in-community-version-of-opscenter#post-892</link>
			<pubDate>Tue, 20 Dec 2011 21:56:18 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">892@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;You need to use the IP address of the agent rather than its hostname.  This is also set in address.yaml.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "are 61620/61621 ports configurable in community version of opscenter?"</title>
			<link>http://www.datastax.com/support-forums/topic/are-6162061621-ports-configurable-in-community-version-of-opscenter#post-891</link>
			<pubDate>Tue, 20 Dec 2011 21:51:17 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">891@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;thanks for reply.&#60;/p&#62;
&#60;p&#62;I changed ports to 41620/41621. I see following errors on opscenter host.&#60;br /&#62;
slcdbx1035 is client which has agent manually installed and it has no errors in agent.log.&#60;/p&#62;
&#60;p&#62;Any idea?&#60;/p&#62;
&#60;p&#62;2011-12-20 14:46:18-0700 [] ERROR: Error collecting datacenter: No agents available to query.&#60;br /&#62;
2011-12-20 14:47:27-0700 []  INFO: Agent for ip slcdbx1035 is version u'2.4'&#60;br /&#62;
2011-12-20 14:48:18-0700 [] ERROR: Error collecting datacenter: No agents available to query.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "are 61620/61621 ports configurable in community version of opscenter?"</title>
			<link>http://www.datastax.com/support-forums/topic/are-6162061621-ports-configurable-in-community-version-of-opscenter#post-890</link>
			<pubDate>Tue, 20 Dec 2011 21:43:26 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">890@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;OpsCenter does not yet support multiple clusters, but that's something we're planning to support soon in the Enterprise version, probably some time in the first half of 2012.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "are 61620/61621 ports configurable in community version of opscenter?"</title>
			<link>http://www.datastax.com/support-forums/topic/are-6162061621-ports-configurable-in-community-version-of-opscenter#post-889</link>
			<pubDate>Tue, 20 Dec 2011 21:30:29 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">889@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;thanks thobbs, let me try that.&#60;/p&#62;
&#60;p&#62;btw does opscenter work with multiple clusters?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
