Red Hat SATELLITE 5.1.0 RELEASE NOTES Specifikace Strana 117

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 137
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 116
1 2 ... 112 113 114 115 116 117 118 119 120 121 122 ... 136 137

Komentáře k této Příručce

Žádné komentáře