VMware PACKAGE MANAGER 1.1 Manual de usuario Pagina 70

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 95
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 69
Upgrading Version 4.2.3
or 4.2.4, ZenUp in use
63
1. Log in to the collector host as zenoss.
2. Delete the RRDtool files of a misnamed collector.
find $ZENHOME -name 'ifOperStatus_ifOperStatus.rrd' -delete
3. Switch user to root, or to a user with superuser privileges.
su -
4. Upgrade Java.
a. Download the self-installing RPM of Oracle Java SE Runtime Environment 6u45 from the Java SE 6 Downloads
page. The file to download is jre-6u45-linux-x64-rpm.bin.
b. Make the RPM installer executable, install the JRE, and verify the installed version.
chmod +x ./jre-6u45-linux-x64-rpm.bin
./jre-6u45-linux-x64-rpm.bin
java -version
c. Remove the older version of Java.
yum -y remove jre-1.6.0_31-fcs.x86_64
5. Update the Zenoss dependencies repository.
RHEL/CentOS 5: rpm -Uvh http://deps.zenoss.com/yum/zenossdeps-4.2.x-1.el5.noarch.rpm
RHEL/CentOS 6: rpm -Uvh http://deps.zenoss.com/yum/zenossdeps-4.2.x-1.el6.noarch.rpm
6. Update Memcached, Net-SNMP, and RRDtool, and install Redis.
yum -y install memcached net-snmp net-snmp-utils redis rrdtool-1.4.7
7. Clean up yum caches.
yum clean all
8. Update Nagios plugins.
yum -y install nagios-plugins nagios-plugins-dig nagios-plugins-dns \
nagios-plugins-http nagios-plugins-ircd nagios-plugins-ldap nagios-plugins-tcp \
nagios-plugins-ntp nagios-plugins-perl nagios-plugins-ping nagios-plugins-rpc
9. Configure required services to start when the host starts, and start the services:
for svc in memcached snmpd; do chkconfig $svc on; service $svc start; done
10.Log in to the Resource Manager browser interface as a user with ZenManager or Manager permissions.
Select Advanced.
Click Collectors.
Select the collector to upgrade, and then select Update Collector from the Action menu.
8.8. Performance tuning
Finally, review the contents of the chapter titled "Performance Tuning". New tuning options have been added since
the previous release.
Vista de pagina 69
1 2 ... 65 66 67 68 69 70 71 72 73 74 75 ... 94 95

Comentarios a estos manuales

Sin comentarios