Reputation: 2283
I downloaded the last version of Cassandra (v3.3.0) from here:
http://www.planetcassandra.org/cassandra/
I ran some cql
commands and it works great.
However in the installation process I hadn't seen the OpsCenter (no opportunity to tag it). I tried to find it in the Windows services - it is not there and I tried to go directly to the port: http://localhost:8888/opscenter/index.html
and it doesn't exist. I opened the programs and it is not there as well. How can I add/ install Cassandra OpsCenter?
It is clearly written here:
http://www.planetcassandra.org/cassandra/
DataStax DevCenter (Included in the Windows .MSI installer packages; click here to download & setup DevCenter for other operating systems) However, when installed no Centos option offered and no sign for services.
Upvotes: 1
Views: 4666
Reputation: 54
You are not getting opscenter because you have downloaded the latest version of cassandra which does not support opscenter.Versions previous to 3.0 support opscenter.As you can see versions 2.1-3.0 are marked legacy.
Upvotes: 1
Reputation: 12443
You will have to go to Datastax and download the OpsCenter and install it. OpsCenter will need datastax-agent installed also. You can read more HERE
I am not sure of the Cassandra releases supported by OpsCenter, but give it a shot. You can download OpsCenter HERE , just make sure you have a Datastax-agent running and configured in address.yaml
Upvotes: 0