Last active
December 25, 2015 18:19
-
-
Save tmusabbir/7020111 to your computer and use it in GitHub Desktop.
Install Opscenter in CentOS environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install Opscenter in CentOS environment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[opscenter] | |
name= DataStax Repository | |
baseurl=http://rpm.datastax.com/community | |
enabled=1 | |
gpgcheck=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@ip-10-0-0-57 ~]# service opscenterd start | |
Starting Cassandra cluster manager opscenterd | |
Starting opscenterd [ OK ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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