From cbd8781538bda28beae78cb14787d918b6085a91 Mon Sep 17 00:00:00 2001 From: adrian Date: Thu, 12 Apr 2012 14:52:28 +0000 Subject: [PATCH] Some further (english-speaking ;-)) hints on experiment distribution. git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1062 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- doc/howto-build.txt | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/doc/howto-build.txt b/doc/howto-build.txt index 0209a206..3555f117 100644 --- a/doc/howto-build.txt +++ b/doc/howto-build.txt @@ -317,10 +317,16 @@ themselves, they contain some documentation): starts several instances of client.sh in a tmux session - client.sh -- (Repeatedly) runs a single FailBochs instance - -TODO: -- bochs-distribution problematik -- Ausgabenproblematik -- in wiedeholten verteilten experimenten (nicht lokal) sollte man daran denken - dass der server nicht läuft bzw. funktioniert, wenn es noch eine existierende - coolcampaign.csv gibt +Some useful things to note: +--------------------------- + - Using the distribute-experiment.sh script causes the local bochs binary to + be copied to the hosts. If the binary is not present in the current directory + the default bochs binary (-> which bochs) will be used. If you have modified + some of your experiment code (id est, your bochs binary will change), don't + forget to delete the local bochs binary in order to distribute the *new* binary. + - The runcampaign.sh script prints some status information about the clients + recently started. In addition, there will be a few error messages concerning + ssh, tmux and so on. They can be ignored for now. + - The runcampaign.sh script starts the coolchecksum-server. Note that the server + instance will terminate immediatly (without notice), if there is still an + existing coolcampaign.csv file.