Navigation


source: VirtualTestbed/scripts/freeDiameter-run.sh @ 14:fef572dfbd43

Last change on this file since 14:fef572dfbd43 was 0:9e5a3c884de6, checked in by Sebastien Decugis <sdecugis@nict.go.jp>, 3 years ago

Initial import of the virtual testbed.

  • Property exe set to *
File size: 292 bytes
Line 
1#!/bin/bash -x
2
3DATE=`date +%Y%m%d-%H%M%S`;
4HOST=`hostname --fqdn`;
5
6ulimit -c 1000000
7rm -f core*
8
9pushd freeDiameter
10make
11popd
12
13echo fd-$HOST-$DATE.log > /home/aaa/logs/LATEST-$HOST-fd.log
14/root/freeDiameter/freeDiameter/freeDiameterd -dd $* 2>&1 | tee -i /home/aaa/logs/fd-$HOST-$DATE.log
Note: See TracBrowser for help on using the repository browser.