VMware PACKAGE MANAGER 1.1 Manual de usuario Pagina 15

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 95
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 14
Installing Resource Manager
8
1. Download the Resource Manager RPM file from the Zenoss Support site. Contact your Zenoss representative for
login credentials.
2. Install Resource Manager.
yum -y --nogpgcheck localinstall zenoss_resmgr-*.x86_64.rpm
3. Configure required services to start when the host starts, and start the services:
for svc in rabbitmq-server memcached snmpd; do chkconfig $svc on; service $svc start; done
2.4. (Optional) Install a remote Zenoss DataStore
Follow these steps to install and configure the Zenoss DataStore to run on a remote host.
1. Log in to the Resource Manager master host as root, or as a user with superuser privileges.
2. Stop Zenoss DataStore, and configure it not to start when the system starts.
service zends stop
chkconfig zends off
3. Switch user to zenoss.
su - zenoss
4. Open $ZENHOME/etc/global.conf.example in a text editor and change property values as indicated in the fol-
lowing list.
zodb-host - Change to the hostname or IP address of the remote Zenoss DataStore host.
zep-host - Change to the hostname or IP address of the remote Zenoss DataStore host.
zodb-port - Change to 13306.
zep-port - Change to 13306.
Save and close $ZENHOME/etc/global.conf.example.
5. Log out of the Resource Manager master host.
6. Log in to the the remote Zenoss DataStore host as root, or as a user with superuser privileges.
7. Download the Zenoss DataStore RPM file from the Zenoss Support site. Contact your Zenoss representative for
login credentials.
8. Determine whether MySQL is installed, and if so, remove it.
rpm -qa | grep -i mysql
If the preceding command returns a package name, use the returned name in the following command.
yum -y remove Package-Name
9. Enable inbound TCP traffic on port 13306, or enable traffic on all ports.
To enable traffic on all ports, enter the following commands.
IPv4: service iptables stop; chkconfig iptables off
Vista de pagina 14
1 2 ... 10 11 12 13 14 15 16 17 18 19 20 ... 94 95

Comentarios a estos manuales

Sin comentarios