<?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; Tag: opscenter-agent - Recent Posts</title>
		<link>http://www.datastax.com/support-forums/tags/opscenter-agent</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 12:50:54 +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/tags/opscenter-agent" rel="self" type="application/rss+xml" />

		<item>
			<title>Anonymous on "Trouble running OpsCenter Agent manually please HELP!!!!"</title>
			<link>http://www.datastax.com/support-forums/topic/trouble-running-opscenter-agent-manually-please-help-1#post-1808</link>
			<pubDate>Tue, 01 May 2012 11:11:34 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1808@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Problem Solved.........i was using an old version of cassandra..........there are some additions in JMX paramters in new version like AllDataLocations etc.........those were missing in my version.&#60;/p&#62;
&#60;p&#62;Thanks thobbs for your answer...now i have upgraded to latest version cassandra.........and it is working fine.........i read your answer today..........but i had figured it out day before yesterday...........i had to decompile opscenter-agent code...:).....but it was really hard after decompilation......can't we have open source code avaiable on the website for the community edition of opscenter......that will help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "Trouble running OpsCenter Agent manually please HELP!!!!"</title>
			<link>http://www.datastax.com/support-forums/topic/trouble-running-opscenter-agent-manually-please-help-1#post-1801</link>
			<pubDate>Mon, 30 Apr 2012 15:06:02 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">1801@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;What version of OpsCenter and Cassandra are you running?  If you connect to Cassandra with jconsole and go to MBeans -&#38;gt; org.apache.cassandra.db -&#38;gt; StorageService -&#38;gt; Attributes, do you see fields named &#34;AllDataFileLocations&#34;, &#34;CommitLogLocation&#34;, and &#34;SavedCachesLocation&#34;?  If so, what are their values? (You may need to double click the AllDataFileLocations value.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Trouble running OpsCenter Agent manually please HELP!!!!"</title>
			<link>http://www.datastax.com/support-forums/topic/trouble-running-opscenter-agent-manually-please-help-1#post-1793</link>
			<pubDate>Sat, 28 Apr 2012 16:48:16 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1793@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I have manually installed agent through Tarball Installations instructions but i am having trouble running agent in foreground as well as background....i am not able to get Disk IO Metrics........everything else is working fine.&#60;/p&#62;
&#60;p&#62;ERROR [pool-4-thread-3] 2012-04-28 12:15:01,692 Error getting devices and partitions&#60;br /&#62;
java.io.IOException: Process failed: df&#60;br /&#62;
  Exit val: 1&#60;br /&#62;
  Output:&#60;br /&#62;
df: `': No such file or directory&#60;br /&#62;
        at opsagent.proc$handle_proc_results.invoke(proc.clj:68)&#60;br /&#62;
        at opsagent.proc$run_proc.doInvoke(proc.clj:92)&#60;br /&#62;
        at clojure.lang.RestFn.invoke(RestFn.java:410)&#60;br /&#62;
        at opsagent.os.linux_disks$get_partition.invoke(linux_disks.clj:124)&#60;br /&#62;
        at clojure.lang.Var.invoke(Var.java:365)&#60;br /&#62;
        at clojure.lang.AFn.applyToHelper(AFn.java:161)&#60;br /&#62;
        at clojure.lang.Var.applyTo(Var.java:482)&#60;br /&#62;
        at clojure.core$apply.invoke(core.clj:540)&#60;br /&#62;
        at opsagent.os.disks$os_specific.doInvoke(disks.clj:12)&#60;br /&#62;
        at clojure.lang.RestFn.invoke(RestFn.java:423)&#60;br /&#62;
        at opsagent.os.disks$get_partition.invoke(disks.clj:24)&#60;br /&#62;
        at opsagent.nodedetails$get_disk_info.invoke(nodedetails.clj:77)&#60;br /&#62;
        at opsagent.nodedetails$run_longtime_collection$fn__2803.invoke(nodedetails.clj:167)&#60;br /&#62;
        at opsagent.jmx$jmx_wrap.doInvoke(jmx.clj:100)&#60;br /&#62;
        at clojure.lang.RestFn.invoke(RestFn.java:410)&#60;br /&#62;
        at opsagent.nodedetails$run_longtime_collection.invoke(nodedetails.clj:159)&#60;br /&#62;
        at opsagent.nodedetails$start_pool$fn__2829$fn__2830.invoke(nodedetails.clj:210)&#60;br /&#62;
        at opsagent.util$error_wrap.doInvoke(util.clj:114)&#60;br /&#62;
        at clojure.lang.RestFn.invoke(RestFn.java:423)&#60;br /&#62;
        at opsagent.nodedetails$start_pool$fn__2829.invoke(nodedetails.clj:209)&#60;br /&#62;
        at clojure.lang.AFn.run(AFn.java:24)&#60;br /&#62;
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)&#60;br /&#62;
        at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)&#60;br /&#62;
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)&#60;br /&#62;
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)&#60;br /&#62;
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)&#60;br /&#62;
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)&#60;br /&#62;
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)&#60;br /&#62;
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)&#60;br /&#62;
        at java.lang.Thread.run(Thread.java:619)&#60;/p&#62;
&#60;p&#62;................And................&#60;/p&#62;
&#60;p&#62;ERROR [pool-3-thread-7] 2012-04-28 12:16:40,885 Long os-stats collector failed: Process failed: iostat -x -d -m 60 2&#60;br /&#62;
  Exit val: 130&#60;br /&#62;
  Output:&#60;br /&#62;
Linux 2.6.21.7-2.fc8xen (xxxxxxxxxxxxxxx)    04/28/12&#60;/p&#62;
&#60;p&#62;    Device:         rrqm/s   wrqm/s   r/s   w/s    rMB/s    wMB/s avgrq-sz avgqu-sz   await  svctm  %util&#60;br /&#62;
    sda1              0.13    24.66  0.83  3.80     0.02     0.11    58.17     0.04    8.27   1.26   0.58&#60;br /&#62;
    sdb              38.54   191.82 307.75 20.05     7.33     0.83    50.96    11.13   33.97   2.53  82.78&#60;br /&#62;
    sdc               0.00     0.00  0.00  0.00     0.00     0.00    23.52     0.00    1.03   1.00   0.00&#60;/p&#62;
&#60;p&#62;ERROR [pool-3-thread-3] 2012-04-28 12:16:40,885 Long os-stats collector failed: Process failed: iostat -c -m 60 2&#60;br /&#62;
  Exit val: 130&#60;br /&#62;
  Output:&#60;br /&#62;
Linux 2.6.21.7-2.fc8xen (xxxxxxxxxxxxxx)    04/28/12&#60;/p&#62;
&#60;p&#62;    avg-cpu:  %user   %nice %system %iowait  %steal   %idle&#60;br /&#62;
               5.30    0.27    1.74   41.47    1.48   49.74&#60;/p&#62;
&#60;p&#62;**********************************************&#60;/p&#62;
&#60;p&#62;command df and iostat are working fine when are executed externally.&#60;/p&#62;
&#60;p&#62;I am running this on Amazon EC2 instance on CENTOS.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickmbailey on "trouble connecting to agent"</title>
			<link>http://www.datastax.com/support-forums/topic/trouble-connecting-to-agent#post-1679</link>
			<pubDate>Wed, 18 Apr 2012 15:45:00 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">1679@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;The bug involved here has been fixed in the 2.0 release of OpsCenter which just came out. The workarounds mentioned above will still work fine, but shouldn't be necessary from now on.&#60;/p&#62;
&#60;p&#62;Let us know if you have any issues.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>conzar on "trouble connecting to agent"</title>
			<link>http://www.datastax.com/support-forums/topic/trouble-connecting-to-agent#post-1669</link>
			<pubDate>Tue, 17 Apr 2012 22:06:07 +0000</pubDate>
			<dc:creator>conzar</dc:creator>
			<guid isPermaLink="false">1669@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;@jas, you need to set incoming-interface = &#38;lt;ip address&#38;gt; where ip address is the ip of the interface that opscenterd is running on and that the agents connect to.  0.0.0.0 isn't a valid address.&#60;/p&#62;
&#60;p&#62;For instance, the interface that the agents connect to for me looks like this:&#60;br /&#62;
/sbin/ifconfig&#60;br /&#62;
eth0      Link encap:Ethernet  HWaddr **:**:**:**:**:**&#60;br /&#62;
          inet addr:10.1.1.1  Bcast:10.1.255.255  Mask:255.255.0.0&#60;/p&#62;
&#60;p&#62;The configuration for opscenterd.conf:&#60;br /&#62;
[agents]&#60;br /&#62;
use_ssl = false&#60;br /&#62;
incoming_interface = 10.1.1.1&#60;/p&#62;
&#60;p&#62;Also, is there a patch to fix this problem in the code yet?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "trouble connecting to agent"</title>
			<link>http://www.datastax.com/support-forums/topic/trouble-connecting-to-agent#post-1625</link>
			<pubDate>Sun, 15 Apr 2012 19:26:56 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">1625@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;thobbs,&#60;/p&#62;
&#60;p&#62;I thank you as well.  I was having this same problem just now on some EC2 nodes I setup up and the agents just kept getting the connection refused to the opscenter (1.4.1)  system. I was playing around with the AWS security groups etc., not able to figure it out. Then I did netstat -n and noticed the  localhost issue. I copied interface = 0.0.0.0 from [webserver] to agents [agents] and that did not work.&#60;/p&#62;
&#60;p&#62;Anyway, your solution does work, and is showing up from my two DSE 2 nodes. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kireet on "trouble connecting to agent"</title>
			<link>http://www.datastax.com/support-forums/topic/trouble-connecting-to-agent#post-1332</link>
			<pubDate>Wed, 07 Mar 2012 21:05:12 +0000</pubDate>
			<dc:creator>kireet</dc:creator>
			<guid isPermaLink="false">1332@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;cool, i will try it out and let you know if it works.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "trouble connecting to agent"</title>
			<link>http://www.datastax.com/support-forums/topic/trouble-connecting-to-agent#post-1308</link>
			<pubDate>Tue, 06 Mar 2012 18:17:48 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">1308@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Thanks, that confirms what I thought was happening.  Looks like there's a bug where opscenterd binds to 127.0.0.1 if ssl is disabled and the default of 0.0.0.0 isn't overridden.&#60;/p&#62;
&#60;p&#62;We should be able to fix this pretty easily in the next release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kireet on "trouble connecting to agent"</title>
			<link>http://www.datastax.com/support-forums/topic/trouble-connecting-to-agent#post-1301</link>
			<pubDate>Tue, 06 Mar 2012 04:34:25 +0000</pubDate>
			<dc:creator>kireet</dc:creator>
			<guid isPermaLink="false">1301@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;yeah, i disabled ssl. i was debugging another issue and i was turning things off to see if it helped...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "trouble connecting to agent"</title>
			<link>http://www.datastax.com/support-forums/topic/trouble-connecting-to-agent#post-1292</link>
			<pubDate>Mon, 05 Mar 2012 21:43:26 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">1292@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Cool, glad that worked.&#60;/p&#62;
&#60;p&#62;Did you happen to disable SSL for communication with the agents, by chance?  Did you change any other default config options?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kireet on "trouble connecting to agent"</title>
			<link>http://www.datastax.com/support-forums/topic/trouble-connecting-to-agent#post-1285</link>
			<pubDate>Sun, 04 Mar 2012 04:15:36 +0000</pubDate>
			<dc:creator>kireet</dc:creator>
			<guid isPermaLink="false">1285@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;yep that worked:&#60;/p&#62;
&#60;p&#62;# netstat -tulpn &#124; grep 616&#60;br /&#62;
tcp        0      0 127.0.0.1:61619             0.0.0.0:*                   LISTEN      30930/python2.6&#60;br /&#62;
tcp        0      0 66.160.192.50:61620         0.0.0.0:*                   LISTEN      30930/python2.6&#60;br /&#62;
tcp        0      0 ::ffff:66.160.192.50:61621  :::*                        LISTEN      31064/java          &#60;/p&#62;
&#60;p&#62;and i see in the agent log that communication was established.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "trouble connecting to agent"</title>
			<link>http://www.datastax.com/support-forums/topic/trouble-connecting-to-agent#post-1284</link>
			<pubDate>Sat, 03 Mar 2012 19:38:42 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">1284@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;The opscenterd daemon tries to bind to 0.0.0.0:61620 by default to listen for agent communication.  It seems odd that it's apparently only listening on 127.0.0.1.&#60;/p&#62;
&#60;p&#62;You can try overriding the default by adding an &#60;code&#62;[agents]&#60;/code&#62; section to opscenterd.conf:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;[agents]&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;incoming_interface = 0.0.0.0&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and changing &#60;code&#62;0.0.0.0&#60;/code&#62; to the correct IP address of the machine.&#60;/p&#62;
&#60;p&#62;If that works, let me know and we can perhaps try to figure out why it wasn't binding to the correct interface(s) in the first place.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kireet on "trouble connecting to agent"</title>
			<link>http://www.datastax.com/support-forums/topic/trouble-connecting-to-agent#post-1279</link>
			<pubDate>Fri, 02 Mar 2012 20:27:57 +0000</pubDate>
			<dc:creator>kireet</dc:creator>
			<guid isPermaLink="false">1279@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I am trying to get datastax community (cassandra+opscenter) running all on one linux(centos) machine for testing purposes. I have everything installed and cassandra is running fine. Opscenter is communicating with cassandra fine, but it's having trouble with the agent. After debugging, I found this:&#60;/p&#62;
&#60;p&#62;netstat -tulpn &#124; less&#60;br /&#62;
~# netstat -tulpn &#124; grep 616&#60;br /&#62;
tcp        0      0 127.0.0.1:61619             0.0.0.0:*                   LISTEN      22068/python2.6&#60;br /&#62;
tcp        0      0 127.0.0.1:61620             0.0.0.0:*                   LISTEN      22068/python2.6&#60;br /&#62;
~# netstat -tulpn &#124; grep 9160&#60;br /&#62;
tcp        0      0 66.160.192.50:9160          0.0.0.0:*                   LISTEN      19926/java&#60;br /&#62;
~# netstat -tulpn &#124; grep 7199&#60;br /&#62;
tcp        0      0 0.0.0.0:7199                0.0.0.0:*                   LISTEN      19926/java          &#60;/p&#62;
&#60;p&#62;I think the issue is cassandra is running with the public IP but somehow opscenter is opening ports using the loopback address. results from hostname -f and hostname -i look correct. How does opscenter pick an interface when it opens the agent ports?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "Error installing OpsCenter agent"</title>
			<link>http://www.datastax.com/support-forums/topic/error-installing-opscenter-agent#post-590</link>
			<pubDate>Thu, 27 Oct 2011 19:40:57 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">590@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Well, I'm glad the problem resolved itself.  That's pretty interesting.&#60;/p&#62;
&#60;p&#62;Perhaps you later changed something in the config and forgot to restart opscenter after that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>conzar on "Error installing OpsCenter agent"</title>
			<link>http://www.datastax.com/support-forums/topic/error-installing-opscenter-agent#post-589</link>
			<pubDate>Thu, 27 Oct 2011 19:37:28 +0000</pubDate>
			<dc:creator>conzar</dc:creator>
			<guid isPermaLink="false">589@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Thank you for your help thobbs.  I restarted both Cassandra and opscenterd (with DEBUG enabled).  After that, the installer worked!  Maybe there was a problem with how I initially installed opscenter?&#60;/p&#62;
&#60;p&#62;Order of events&#60;br /&#62;
* started Cassandra (from tarball)&#60;br /&#62;
* intalled opscenter (through apt-get on Ubuntu)&#60;br /&#62;
* configured and launched opscenter&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
