************************************************************* HOWTO: Start up script for edg-iperf & edg-udpmon server ************************************************************* Description *********** Start up iperf & udpmon in server mode. Installing ******************************* Date: 23th March 2005 1) Download startup-edg-v1.4.tar.gz in your source directory # > cd /usr/local/src # > wget http://marianne.in2p3.fr/egee/network/download/startup-edg-v1.4.tar.gz 2) Unpack the tar ball # > tar zxf startup-edg-v1.4.tar.gz 3) Copy the two files in your /etc/init.d # > cd startup-edg-v1.4 # > cp * /etc/init.d 4) Set the correct file permissions: # > chmod ug+x /etc/init.d/iperfd # > chmod ug+x /etc/init.d/edg-udpmond 5) Start them # > ./iperfd start # > ./edg-udpmond start 6) add the two services to those under the management of chkconfig # > chkconfig edg-udpmond --add # > chkconfig iperfd --add