diff options
| author | thibauth <thibauth@30fcff6e-8de6-41c7-acce-77ff6d1dd07b> | 2011-08-07 23:03:39 +0000 |
|---|---|---|
| committer | thibauth <thibauth@30fcff6e-8de6-41c7-acce-77ff6d1dd07b> | 2011-08-07 23:03:39 +0000 |
| commit | 49fed272865ecde741d2b1950fb32e0cafb9d976 (patch) | |
| tree | 8da24fad38e09d55d30cd881d3a40a4dc181d355 /planetlab | |
| parent | 439d78faf3c250cec1db12797b31b31bc6519ff9 (diff) | |
| download | pacemaker-49fed272865ecde741d2b1950fb32e0cafb9d976.tar.gz | |
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
Diffstat (limited to 'planetlab')
| -rw-r--r-- | planetlab/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
