#!/bin/sh ##-------------------------------------------------------------- ## Must use valid information here export AWS_ACCESS_KEY_ID= export EC2_PRIVATE_KEY= ##-------------------------------------------------------------- # Fix hostname and DNS issues and build new /etc/hosts file echo "## Running _pre-01-fix-hosts-and-dns.pl (again)" /opt/univa-prep-scripts/_pre-01-fix-hosts-and-dns.pl # Autoinstall ClusterExpress echo "## Running _install-Unicluster-login-node.sh" . /opt/univa-prep-scripts/_install-Unicluster-login-node.sh # Add TCP port ranges for Globus GridFTP to xinetd.d/unicluster-gridftp echo "## Running _post-01-Fix-Globus-ENV.sh" . /opt/univa-prep-scripts/_post-01-Fix-Globus-ENV.sh # Reconfigure the Univa Ganglia install to unicast status # data back to our remote grid master instead of using broadcast # based method which don't span subnets perl /opt/univa-prep-scripts/_post-02-Modify-Ganglia.pl # Restart ganglia /etc/rc.d/init.d/gmond restart ## Add a new -data-interface line to gridFTP configuration so ## it will work behind the NAT used by Amazon AWS EC2 . /opt/univa-prep-scripts/_post_03-Fix-GridFTP.sh