#!/bin/tcsh # Give different names to the diferent processes. Multiple processes may start # from the same executable files, but use different command line args and # perform different tasks. This makes it easy to find and kill exact the # process you want. ln -s fast_alert_search fast_alert_search_master_test ln -s fast_alert_search fast_alert_search_top_list_test ln -s fast_alert_search fast_alert_search_alert_ms_test ln -s fast_alert_search fast_alert_search_tl_ms_test ln -s fast_alert_search fast_alert_search_forwarding_test # This needs to be the same on all servers in all directories. ln -s ../ax_alert_server/AlertConfig.json # This should be the same in a lot of places. ln -s ../../live_server/config_common.txt mkdir Logs