|
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.
|
|
|
|
File size:
292 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash -x |
|---|
| 2 | |
|---|
| 3 | DATE=`date +%Y%m%d-%H%M%S`; |
|---|
| 4 | HOST=`hostname --fqdn`; |
|---|
| 5 | |
|---|
| 6 | ulimit -c 1000000 |
|---|
| 7 | rm -f core* |
|---|
| 8 | |
|---|
| 9 | pushd freeDiameter |
|---|
| 10 | make |
|---|
| 11 | popd |
|---|
| 12 | |
|---|
| 13 | echo 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.