summaryrefslogtreecommitdiffstats
path: root/planetlab/notes.txt
blob: d8ef3805cf1d6402b4e8b75f33a464d590d9a654 (plain)
1
2
3
4
5
6
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