Red Hat SATELLITE 5.1.0 RELEASE NOTES Especificaciones Pagina 122

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 137
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 121
# Also note that if your agent install directory
# has spaces in its name, you might have to do
# some special string manipulation to get the
# agent script to start. See below for an
# example of how to do this.
#RHQ_AGENT_START_COMMAND="su -m -l user -c '${RHQ_AGENT_HOME}/bin/rhq-
agent.sh'"
#RHQ_AGENT_START_COMMAND="su -m -l user -c '$(echo ${RHQ_AGENT_HOME}|sed 's/ /\\
/')/bin/rhq-agent.sh'"
# RHQ_AGENT_PASSWORD_PROMPT - if "true", this indicates that the user
# that is to run the agent must type the
# password on the console in order to run.
# Therefore, "true" forces a prompt message
# to appear on the console. If this is
# defined, but not equal to "true", the value
# itself will be used as the prompt string.
# This is not defined by default. Note that
# this setting does nothing more than simply
# printing a message to the console.
#
#RHQ_AGENT_PASSWORD_PROMPT=true
rhq-install.sh
#!/bin/bash
# quick 'n dirty JON/JOPR/RHQ installation/reinstallation script
# for zipped distributions
#
# Author: Steve Salevan <[email protected]>
# Modified: BJ Lachance <[email protected]>
# source env vars
# if [[ -x varDefs.sh ]] ; then
# source varDefs.sh
# elif [[ -x /root/varDefs.sh ]] ; then
# source /root/varDefs.sh
# elif [[ -x /root/resources/varDefs.sh ]] ; then
# source /root/resources/varDefs.sh
# elif [[ -x /root/distro/resources/varDefs.sh ]] ; then
# source /root/distro/resources/varDefs.sh
# else
# echo "didn't find a varDefs.sh file"
# fi
www.redhat.com 122
Vista de pagina 121
1 2 ... 117 118 119 120 121 122 123 124 125 126 127 ... 136 137

Comentarios a estos manuales

Sin comentarios