From 49fed272865ecde741d2b1950fb32e0cafb9d976 Mon Sep 17 00:00:00 2001 From: thibauth Date: Sun, 7 Aug 2011 23:03:39 +0000 Subject: Repository cleaning, makefile for planetlab, some changes to the article git-svn-id: https://scm.gforge.inria.fr/svn/pacemaker@55 30fcff6e-8de6-41c7-acce-77ff6d1dd07b --- planetlab/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 planetlab/Makefile (limited to 'planetlab') diff --git a/planetlab/Makefile b/planetlab/Makefile new file mode 100644 index 0000000..648868c --- /dev/null +++ b/planetlab/Makefile @@ -0,0 +1,6 @@ +status: + pssh/bin/pssh -h ple.txt -O StrictHostKeyChecking=no -P -l irisaple_pacemaker2 "arch" | grep SUCCESS | awk '{print $$4}' | sort > alive.txt + pssh/bin/pssh -h ple.txt -O StrictHostKeyChecking=no -P -l irisaple_pacemaker2 "pgrep client" | grep -v -E "(FAILURE|SUCCESS)" | awk '{print $$1}' | sort > running.txt + +import: + pssh/bin/pslurp -h ple.txt -O StrictHostKeyChecking=no -l irisaple_pacemaker2 -r -L data /home/irisaple_pacemaker2/client/log ./ \ No newline at end of file -- cgit v1.2.3-70-g09d2