<?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: Can&#039;t install multi Opscenter into one host server ?</title>
		<link>http://www.datastax.com/support-forums/topic/cant-install-multi-opscenter-into-one-host-server</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 14:32:52 +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/cant-install-multi-opscenter-into-one-host-server" rel="self" type="application/rss+xml" />

		<item>
			<title>nickmbailey on "Can&#039;t install multi Opscenter into one host server ?"</title>
			<link>http://www.datastax.com/support-forums/topic/cant-install-multi-opscenter-into-one-host-server#post-600</link>
			<pubDate>Wed, 02 Nov 2011 15:52:35 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">600@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I really suggest you look into using virtualization to accomplish this. As Tyler mentioned, setting OpsCenter up in this manner isn't tested or supported.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Can&#039;t install multi Opscenter into one host server ?"</title>
			<link>http://www.datastax.com/support-forums/topic/cant-install-multi-opscenter-into-one-host-server#post-596</link>
			<pubDate>Wed, 02 Nov 2011 02:56:20 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">596@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Sorry, my question is about config setting for each opscenterd.&#60;br /&#62;
When we have multiple opscenterds on a node, we'd like to have different setting for each.&#60;br /&#62;
So, I'd like to know how we can set each opscenterd with each config setting (opscenterd.conf).&#60;br /&#62;
Could you let me know?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickmbailey on "Can&#039;t install multi Opscenter into one host server ?"</title>
			<link>http://www.datastax.com/support-forums/topic/cant-install-multi-opscenter-into-one-host-server#post-594</link>
			<pubDate>Tue, 01 Nov 2011 16:31:43 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">594@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;You can specify the directory that opscenter looks for the conf file by setting the OPSCENTERD_CONFIG_DIR environment variable.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Can&#039;t install multi Opscenter into one host server ?"</title>
			<link>http://www.datastax.com/support-forums/topic/cant-install-multi-opscenter-into-one-host-server#post-591</link>
			<pubDate>Tue, 01 Nov 2011 09:09:50 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">591@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;By default, opscenterd refers /etc/opscenter/opscenterd.conf. Would you let me know how to specify another configuration file from command line? I could not find the information in online document.&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "Can&#039;t install multi Opscenter into one host server ?"</title>
			<link>http://www.datastax.com/support-forums/topic/cant-install-multi-opscenter-into-one-host-server#post-575</link>
			<pubDate>Mon, 24 Oct 2011 20:53:50 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">575@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;You should be able to run multiple instanced of opscenterd on a single host after some config changes.  You will need to change (or create) the following items in each opscenterd.conf to be different values:&#60;/p&#62;
&#60;p&#62;===&#60;/p&#62;
&#60;p&#62;[webserver]&#60;br /&#62;
port&#60;br /&#62;
log_path&#60;/p&#62;
&#60;p&#62;[logging]&#60;br /&#62;
log_path&#60;/p&#62;
&#60;p&#62;[agents]&#60;br /&#62;
incoming_port (what port opscenterd will listen on for agent communication)&#60;/p&#62;
&#60;p&#62;[agent_config]&#60;br /&#62;
stomp_port  (what port the agents will connect to; same as [agents]:incoming_port above)&#60;/p&#62;
&#60;p&#62;===&#60;/p&#62;
&#60;p&#62;Let me know if you have any trouble.&#60;/p&#62;
&#60;p&#62;- Tyler&#60;/p&#62;
&#60;p&#62;EDIT: I should mention that this is not a supported use case, and it's likely prone to breaking. A better solution would be virtualization, with one opscenterd instance per virtual host.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Can&#039;t install multi Opscenter into one host server ?"</title>
			<link>http://www.datastax.com/support-forums/topic/cant-install-multi-opscenter-into-one-host-server#post-574</link>
			<pubDate>Mon, 24 Oct 2011 01:48:02 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">574@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Opscenter not works if install multi opscenter into one host.&#60;br /&#62;
Can we install multi opscenter into one host?&#60;/p&#62;
&#60;p&#62;If yes, please advise&#60;br /&#62;
How to setup multi OpsCenter into one host?&#60;br /&#62;
How to setup the multi port into one host server ?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
