VMware PACKAGE MANAGER 1.1 Manual de usuario Pagina 67

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 69
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 66
Updating RabbitMQ Serv-
er for Resource Manager 4.2.2
60
"$RABBITMQCTL" -q add_vhost "$RABBITMQ_VHOST"
fi
local perm_exists=`"$RABBITMQCTL" -q list_user_permissions -p "$RABBITMQ_VHOST" \
"$RABBITMQ_USER"`
if [ -z "$perm_exists" ]; then
echo "Setting RabbitMQ permissions for user: $RABBITMQ_USER"
"$RABBITMQCTL" -q set_permissions -p "$RABBITMQ_VHOST" "$RABBITMQ_USER" '.*' '.*' '.*'
fi
else
echo "Unable to find rabbitmqctl. Please refer to the installation"
echo "guide for instructions on configuring RabbitMQ."
fi
}
configure_amqp
9. Change permissions, and then run the configuration script:
chmod +x ./configure_amqp.sh
./configure_amqp.sh
10. Restart all Resource Manager components. Enter one or more of the following commands:
On the Resource Manager master
service zenoss start
On each remote hub
ssh zenoss@remote-hub
zenoss start
On each remote collector
ssh zenoss@remote-hub
zenoss start
A.1.2. Resource Manager Master Not Connected to Internet
If your Resource Manager master does not have Internet connectivity, then follow these steps to upgrade Rab-
bitMQ Server:
1. From a staging server with Internet access, enter one of the following commands:
For RHEL 5 or CentOS 5:
wget http://deps.zenoss.com/yum/4.2.x/centos/5/updates/x86_64/\
rabbitmq-server-2.8.6-1.noarch.rpm
For RHEL 6 or CentOS 6:
wget http://deps.zenoss.com/yum/4.2.x/centos/6/updates/x86_64/\
rabbitmq-server-2.8.6-1.noarch.rpm
2. Copy the rabbitmq-server-2.8.6-1.noarch.rpm file to the Resource Manager master.
3. Quiesce all Resource Manager components (remote collectors, hubs, and the Resource Manager master).
Enter the following commands:
On the Resource Manager master
zenwebserver stop
On each remote collector
ssh zenoss@remote-collector
zenoss stop
Vista de pagina 66
1 2 ... 62 63 64 65 66 67 68 69

Comentarios a estos manuales

Sin comentarios