#!/bin/bash
# GRID-TLSE shell scripts :
# start omniNames and MA on MA computer

echo "Launching omniNames..."
omniNames -start 2809 >& ${TLSE_SERVICE_PATH}/log/omniNames.trace &
sleep 3

echo "Launching DIET Master Agent..."
dietAgent ${TLSE_SERVICE_PATH}/config/MA_TLSE.cfg >& ${TLSE_SERVICE_PATH}/log/MA_TLSE.trace & 
sleep 3
