
Upgrading Version 4.1.1
46
rpm -Uvh http://deps.zenoss.com/yum/zenossdeps-4.2.x-1.el5.noarch.rpm
10.Clean up yum caches.
yum clean all
11.If either of the following statements are true, perform the procedure in the appendix titled "Upgrading RabbitMQ
Server" before continuing:
• You are using customized RabbitMQ Server queues.
• You are using a server other than the Resource Manager master host for RabbitMQ Server.
If neither of the preceding statements are true, continue to the next section.
7.3. Upgrading Zenoss DataStore
The procedure in this section upgrades Zenoss DataStore on the Resource Manager master host. (If your installation
includes a remote Zenoss DataStore host, perform the procedure in the next section, too.) The Resource Manager
master host needs upgraded client libraries, both to communicate with Zenoss DataStore, and to copy the libraries to
remote hub and collector hosts.
Note
The Zenoss DataStore upgrade installer preserves Resource Manager data, plus any customizations it finds,
in the /opt/zends/etc/zends.cnf file.
1. Log in to the Resource Manager master host as user root, or as a user with superuser privileges.
2. If necessary, stop Zenoss DataStore.
service zends stop
3. Download the Zenoss DataStore RPM file from the https://support.zenoss.com site. Contact your Zenoss represen-
tative for login credentials.
4. Upgrade Zenoss DataStore.
yum -y --nogpgcheck localinstall zends-version.el5.x86_64.rpm
You may see the following warning message:
warning: /opt/zends/etc/zends.cnf created as /opt/zends/etc/zends.cnf.rpmnew
If so, merge the new properties and values in zends.cnf.rpmnew with your customizations in zends.cnf.
5. Edit the /opt/zenoss/etc/global.conf file with the following command:
sed -i.bak -e 's#^mysqlsocket .*$#mysqlsocket /var/lib/zends/zends.sock#' \
/opt/zenoss/etc/global.conf
In addition, edit the /opt/zenoss/etc/zope.conf file with the following command:
sed -i.bak -re 's#([[:space:]]*)unix_socket .*$#\1unix_socket /var/lib/zends/zends.sock#' \
/opt/zenoss/etc/zope.conf
6. If you are not using a remote Zenoss DataStore host, enter the following commands:
chkconfig --level 2345 zends on
service zends start
Comentarios a estos manuales