Skip to content

Instantly share code, notes, and snippets.

@tmusabbir
Last active December 25, 2015 18:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmusabbir/7020111 to your computer and use it in GitHub Desktop.
Save tmusabbir/7020111 to your computer and use it in GitHub Desktop.
Install Opscenter in CentOS environment
Install Opscenter in CentOS environment
[opscenter]
name= DataStax Repository
baseurl=http://rpm.datastax.com/community
enabled=1
gpgcheck=0
[root@ip-10-0-0-57 ~]# service opscenterd start
Starting Cassandra cluster manager opscenterd
Starting opscenterd [ OK ]
[root@ip-10-0-0-57 ~]# yum --showduplicates list opscenter-free
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirror.us.leaseweb.net
* extras: centos.vipernetworksystems.com
* updates: centos.vipernetworksystems.com
Available Packages
opscenter-free.noarch 2.1.1-2 datastax
opscenter-free.noarch 2.1.2-1 datastax
opscenter-free.noarch 2.1.3-1 datastax
opscenter-free.noarch 3.0.0-1 datastax
opscenter-free.noarch 3.0.1-1 datastax
opscenter-free.noarch 3.0.2-1 datastax
opscenter-free.noarch 3.1.0-1 datastax
opscenter-free.noarch 3.1.1-1 datastax
# opscenterd.conf
[webserver]
port = 8888
interface = 10.0.0.57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment