
Upgrading
55
During Zenoss DataStore update, if you see the following warning message:
warning: /opt/zends/etc/zends.cnf created as /opt/zends/etc/zends.cnf.rpmnew
then you must manually merge updates from zends.cnf.rpmnew into your customized zends.cnf file.
In the following example scenario, merge of the zends.cnf file is required after update:
ZenDS RPM upgrade to version 5.5.25a-1.r64630.el5
Giving ZenDS 5 seconds to exit gracefully
Updating : zends 1/2Executing post-installation steps
Updating vm.swappiness
vm.swappiness = 0
Successfully upgraded Zenoss DataStore under /opt/zends.
The default configuration is located here:
/opt/zends/etc/zends.cnf
Before starting Zenoss, update the mysqlsocket option
in /opt/zenoss/etc/global.conf and the unix_socket option
(two places) in /opt/zenoss/etc/zope.conf to the value /var/lib/zends/zends.sock.
7.4. Update and Configure Resource Manager
Follow these steps to update the Resource Manager software and ZenPacks, and (optionally) a remote Zenoss
DataStore.
7.4.1. Update the Resource Manager RPM
Install the Resource Manager RPM file.
• For RHEL 5 or CentOS 5 systems:
yum -y --nogpgcheck localinstall zenoss_resmgr-Version.el5.x86_64.rpm
• For RHEL 6 or CentOS 6 systems:
yum -y --nogpgcheck localinstall zenoss_resmgr-Version.el6.x86_64.rpm
7.4.2. (Optional) Install a Remote Zenoss DataStore
Follow these optional steps to install and configure a remote data store.
1. On the local Resource Manager server:
a. Stop the data store and configure it so that it will not run at system startup:
service zends stop
chkconfig --level 2345 zends off
b. Change the values of these entries in the $ZENHOME/etc/global.conf.example file:
• zodb-host - Change the value from "localhost" to the name or IP address of the remote server.
• zep-host - Change the value from "localhost" to the name or IP address of the remote server.
• zodb-port - Change the value from 3306 to 13306
• zep-port - Change the value from 3306 to 13306
2. On the remote server:
a. Download the Zenoss DataStore RPM files.
b. Install the Zenoss DataStore.
• For RHEL 5 or CentOS 5 systems:
yum --nogpgcheck localinstall zends-5.5.25a-1.Version.el5.x86_64.rpm
Kommentare zu diesen Handbüchern