Red Hat SATELLITE 5.1.0 RELEASE NOTES Especificaciones Pagina 117

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 137
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 116
# deploy the test app
cd $JBOSS_DIR/jbossas/server/default/deploy
wget http://rhcf-sat-vm.cloud.lab.eng.bos.redhat.com/pub/kits/jboss-seam-booking-ds.xml
wget http://rhcf-sat-vm.cloud.lab.eng.bos.redhat.com/pub/kits/jboss-seam-booking.ear
chown jboss.jboss jboss-seam-*
# configure JBoss auto start
chkconfig jbossas on
service jbossas start
# Copy startup script
cd /etc/init.d
wget http://rhcf-sat-vm.cloud.lab.eng.bos.redhat.com/pub/scripts/jboss-eap
chmod +x jboss-eap
/sbin/chkconfig --add jboss-eap
/sbin/chkconfig jboss-eap on
jon-agent-install.sh
#!/bin/bash
# download, install and configure the JON agent
cd /root
wget http://rhcf-sat-vm.cloud.lab.eng.bos.redhat.com/pub/kits/rhq-enterprise-agent-default.GA.jar
java -jar /root/rhq-enterprise-agent-default.GA.jar --install
cd /root/rhq-agent/conf
line=$(grep -n "key=\"rhq.agent.configuration-setup-flag" agent-configuration.xml | cut -d: -f1)
before=`expr $line - 1`
117
www.redhat.com
Vista de pagina 116
1 2 ... 112 113 114 115 116 117 118 119 120 121 122 ... 136 137

Comentarios a estos manuales

Sin comentarios