
sleep 5
echo Sunmitting DAG ...
condor_submit_dag /home/admin/render/production/jobs/render.dag
hello.sh – simple script which write date of the start of the render process
#!/bin/bash
echo "`date '+%H:%M:%S'` Starting Render Job" >> /home/admin/render/production/logs/testloop.out
testjob – condor job description file used to submit the hello.sh script
#Test Job
Executable = /home/admin/render/production/jobs/hello.sh
Universe = vanilla
#input = test.data
#transfer_executable = true
#should_transfer_files = YES
#when_to_transfer_output = ON_EXIT
output = /home/admin/render/production/logs/testloop.out
error = /home/admin/render/production/logs/testloop.error
Log = /home/admin/render/production/logs/testloop.log
#args = if=/dev/zero of=/dev/null
queue
A.5 JBoss
All files related to JBoss and JON are described below.
A.5.1 JBoss EAP
jboss-eap-5.0.0.GA.zip is the zipfile containing the JBoss EAP installer which unzips to
become the /root/resources/jboss-eap directory. To make scripting easier, the softlink jboss-
eap-default.GA.zip is maintained to reference the latest obtained zipfile for JBoss EAP, in this
case v5.
A.5.2 JBoss Seam
The jboss-seam-booking.ear and jboss-seam-booking-ds.xml files comprise the JBoss Seam
hotel booking demo which is deployed by the presence of both files in the /root/jboss-
eap*/jboss-as/server/default/deploy directory.
A.5.3 JON
JON in this environment is comprised of the files:
• jon-server-2.4.0.GA.zip – JON server installer
• jon-license.xml – JON license
• jon-plugin-pack-eap-2.4.0.GA.zip – plugin to allow monitoring of EAP instances
• jon-plugin-pack-ews-2.4.0.GA.zip – plugin for the EWS distribution of Tomcat
175 www.redhat.com
Comentarios a estos manuales