summaryrefslogtreecommitdiffstats
path: root/planetlab
diff options
context:
space:
mode:
authorthibauth <thibauth@30fcff6e-8de6-41c7-acce-77ff6d1dd07b>2011-08-05 15:48:33 +0000
committerthibauth <thibauth@30fcff6e-8de6-41c7-acce-77ff6d1dd07b>2011-08-05 15:48:33 +0000
commit439d78faf3c250cec1db12797b31b31bc6519ff9 (patch)
treeec6627b59b49f0d9b9c0b9a22792a1d2d491b57f /planetlab
parentb1852e4f830d43723ef6e8468f28c8cbdcb60ba1 (diff)
downloadpacemaker-439d78faf3c250cec1db12797b31b31bc6519ff9.tar.gz
Revive
git-svn-id: https://scm.gforge.inria.fr/svn/pacemaker@54 30fcff6e-8de6-41c7-acce-77ff6d1dd07b
Diffstat (limited to 'planetlab')
-rw-r--r--planetlab/notes.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/planetlab/notes.txt b/planetlab/notes.txt
index 918c437..d8ef380 100644
--- a/planetlab/notes.txt
+++ b/planetlab/notes.txt
@@ -1,6 +1,7 @@
Redirecting the output is important to allow the ssh process to exit:
+
pssh/bin/pssh -h ple.txt -O StrictHostKeyChecking=no -i -l irisaple_pacemaker2 "cd client; nohup ./client > foo.out 2> foo.err < /dev/null &"
pssh/bin/pslurp -h ple.txt -O StrictHostKeyChecking=no -l irisaple_pacemaker2 -r -L data /home/irisaple_pacemaker2/client/log ./
+pssh/bin/pssh -h ple.txt -O StrictHostKeyChecking=no -P -l irisaple_pacemaker2 "arch" | grep SUCCESS | awk '{print $4}' | sort
+pssh/bin/pssh -h ple.txt -O StrictHostKeyChecking=no -P -l irisaple_pacemaker2 "pgrep client" | grep -v -E "(FAILURE|SUCCESS)" | awk '{print $1}' | sort
-
-pgrep instead of pidof