
Installing for RHEL 6 or CentOS 6
19
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
3.3.5. Install the Zenoss Dependencies Repository
Install the Zenoss dependencies repository:
rpm -ivh http://deps.zenoss.com/yum/zenossdeps-4.2.x-1.el6.noarch.rpm
3.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
3.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
3. Start the snmpd daemon and configure it to start automatically on reboot:
service snmpd start
chkconfig snmpd on
3.3.8. Install the Zenoss DataStore
You can employ the Zenoss DataStore on a local or remote server. Resource Manager requires certain features
provided by the data store, so even if you plan to use a remote server, you must install it on the local server as
well. (You can, however, save resources by not running the main service.)
Perform these steps on the local Resource Manager server:
1. Browse to this URL:
https://support.zenoss.com
Note
Contact your Zenoss representative for site login credentials.
2. In the Downloads area of the Home tab, locate and download the Zenoss DataStore RPM files.
3. Install the Zenoss DataStore:
Comentarios a estos manuales