
Installing for RHEL 5 or CentOS 5
7
Note
Contact your Zenoss representative for site login credentials.
2. In the Downloads area of the Home tab, locate the current Service Dynamics installation files.
3. Download the Resource Manager and (optionally) Windows ZenPacks RPM files.
2.3.4. Install Oracle Java
Follow these steps to install and configure Oracle Java.
Note
OpenJDK is not supported for Resource Manager. If you have OpenJDK or another Java version installed,
then remove those installations before installing the required Oracle Java version.
1. Download Oracle JRE:
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. Add the following line to the end of the /etc/profile file:
export JAVA_HOME=/usr/java/default/bin
5. Verify the correct installed version (1.6 Update 31):
java -version
2.3.5. Install the Zenoss Dependencies Repository
Install the Zenoss dependencies repository:
rpm -ivh http://deps.zenoss.com/yum/zenossdeps-4.2.x-1.el5.noarch.rpm
2.3.6. Install RabbitMQ
Use the following commands to install and configure RabbitMQ:
1. Install RabbitMQ:
yum -y install rabbitmq-server-2.8.6
2. Start the rabbitmq-server daemon and configure it to start automatically on reboot:
service rabbitmq-server start
chkconfig rabbitmq-server on
2.3.7. Install and Configure memcached and snmpd
Use these commands to install and configure the memcached and snmpd daemons:
1. Install memcached and net-snmp:
yum -y install memcached net-snmp net-snmp-utils
2. Start the memcached daemon and configure it to start automatically on reboot:
service memcached start
chkconfig memcached on
Comentarios a estos manuales