Red Hat SATELLITE 5.3.0 RELEASE NOTES Informações Técnicas Página 98

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 199
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 97
JON_USER="`echo $i | sed 's/[-a-zA-Z0-9]*=//'`"
;;
--jon-rootdir=*)
JON_ROOT="`echo $i | sed 's/[-a-zA-Z0-9]*=//'`"
;;
--jon-url=*)
JON_URL="`echo $i | sed 's/[-a-zA-Z0-9]*=//'`"
;;
--licenseurl=*)
JON_LICENSE_URL="`echo $i | sed 's/[-a-zA-Z0-9]*=//'`"
;;
--db-connectionurl=*)
DB_CONNECTION_URL="`echo $i | sed 's/[-a-zA-Z0-9]*=//'`"
;;
--db-servername=*)
DB_SERVER_NAME="`echo $i | sed 's/[-a-zA-Z0-9]*=//'`"
;;
--ha-name=*)
HA_NAME="`echo $i | sed 's/[-a-zA-Z0-9]*=//'`"
;;
--uninstall*)
UNINSTALL_ONLY=1
;;
--recreateuser*)
RECREATE_USER=1
;;
*)
# unknown option
echo "You entered an option I didn't recognize."
echo ""
echo "If an option is not specified, a default will be used."
echo "Available options:"
echo "--jon-url URL pointing to JON distribution zipfile"
echo "--jon-localuser Username for local user which JON will be installed under"
echo "--jon-rootdir Directory beneath local user's home into which JON will be installed"
echo "--db-connectionurl DB connection URL (e.g., jdbc:postgresql://127.0.0.1:5432/rhq)"
echo "--db-servername DB server name (e.g., 127.0.0.1)"
echo "--ha-name Name for this server, if using High Availability"
echo "--licenseurl URL pointing to JON license XML file"
echo "--uninstall Only uninstall the current JON/JOPR/RHQ instance"
echo "--recreateuser Create or recreate the local user account as part of installation"
exit 1
;;
esac
done
# cover uninstall only case
if [ $UNINSTALL_ONLY -eq 1 ]; then
jon_uninstall
exit 0
www.redhat.com 98
Vista de página 97
1 2 ... 93 94 95 96 97 98 99 100 101 102 103 ... 198 199

Comentários a estes Manuais

Sem comentários