view scripts/circum-run.sh @ 13:cce88765f200

Created new VMs for interop testing
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 29 Nov 2010 17:04:05 +0900
parents
children
line wrap: on
line source

#!/bin/bash -x

DATE=`date +%Y%m%d-%H%M%S`;
HOST=`hostname --fqdn`;

ulimit -c 1000000
rm -f core*

echo crcum-$HOST-$DATE.log > /home/aaa/logs/LATEST-$HOST-crcum.log
/root/circum-rt/sbin/circumd -U root -D FF -c /root/conf/circum/circumd.conf.xml 2>&1 | tee -i /home/aaa/logs/crcum-$HOST-$DATE.log
"Welcome to our mercurial repository"