Está en la página 1de 2

Install Zenoss Core on CentOS 6

The following table lists prerequisite software required to install Zenoss Core. Prerequisite Version Oracle Java 1.6 Update 31 or later. (1.7 is not supported.) RRDtool 1.4.7 or later MySQL Community Server 5.5.25 or later RabbitMQ 2.8.4 or later Nagios Plugins 1.4.15 or later Erlang R12B Downloading the Pre-requisite ORACLE JAVA:
wget -O jre-6u31-linux-x64-rpm.bin http://javadl.sun.com/webapps/download/AutoDL?BundleId=59622

2. Change mode:
chmod +x ./jre-6u31-linux-x64-rpm.bin

3. Install Oracle JRE:


./jre-6u31-linux-x64-rpm.bin

4. Update JAVA_HOME. Add the following line to the end of the /etc/profile file:
export JAVA_HOME=/usr/java/default

5. Verify the correct installed version:


java version

RRDtool:
wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm yum -y --nogpgcheck localinstall rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm

Disable automatic access to the RPMforge YUM repository:


a. Edit the /etc/yum.repos.d/rpmforge.repo file. b. Change the value of "enabled" in the [rpmforge] stanza: enabled = 0

3. Install RRDtool:
yum -y --enablerepo=rpmforge install rrdtool-1.4.7

Install RabbitMQ
Use this command to download, install, and configure RabbitMQ:

1. Download the RPM:


wget http://www.rabbitmq.com/releases/rabbitmq-server/v2.8.4/\ rabbitmq-server-2.8.4-1.noarch.rpm

2. Install the RPM:


yum -y --nogpgcheck --enablerepo=epel localinstall rabbitmq-server-2.8.4-1.noarch.rpm

3. If RabbitMQ is configured with a non-standard node name, then add the following line to the /etc/rabbitmq/rabbitmq-env.conf file. (If you have just installed RabbitMQ, then this step is not needed.)
NODENAME=Name

4. Run these commands to start the rabbitmq-server daemon and configure it to start automatically on reboot:
service rabbitmq-server start chkconfig rabbitmq-server on

NAGIOS-PLUGINS:
REQUIRES: fping o

o perl

glibc: (yum install glibc) basesystem: (yum install basesystem) setup: yum install setup filesystem: yum install filesystem yum insall glibc-common Enable the extra repository on /etc/pacman.conf [extra] Include = /etc/pacman.d/mirrorlist Install fping xz package: pacman Sy fping

o yum install perl perl-Net-SNMP o http://apt.sq.be/redhat/el6/en/i386/rmpforge/RMPS o rpm Uvh rpmforge-release*rpm o yum install perl-Net-SNMP ERLANG:
wget -O /etc/yum.repos.d/epel-erlang.repo http://repos.fedorapeople.org/repos/peter/erlang/epel-erlang.repo

yum install erlang-percept yum install erlang


rpm --import http://www.rabbitmq.com/rabbitmq-signing-key-public.asc yum install rabbitmq-server-3.0.01.noarch.rpm

También podría gustarte