-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
23 lines (17 loc) · 1.07 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Follow the steps below:
1.Copy Toread to nodes
vxargs -a /home/tsinghua_wgd/wangguodong/experiment/1111/nodelist.txt scp /home/tsinghua_wgd/wangguodong/experiment/Toread.tar.gz {}:/home/tsinghua_wgd/Toread.tar.gz
2.Uncompress
vxargs -a /home/tsinghua_wgd/wangguodong/experiment/1111/nodelist.txt ssh {} tar -zxvf /home/tsinghua_wgd/Toread.tar.gz
3.Startup
vxargs -a /home/tsinghua_wgd/wangguodong/experiment/1111/nodelist.txt ssh {} /home/tsinghua_wgd/1111/startup.sh
4.Get NCs
cd Toread
python gethostnc.py
if you want to get the information of pharos, use the following command
vxargs -a /home/tsinghua_wgd/wangguodong/sandbox/nodelist.txt -t 30 -o vxargxResult/ ssh {} 'nohup sh /home/tsinghua_wgd/sandbox/evaluatePHAROS.sh'
5.Terminate
vxargs -a /home/tsinghua_wgd/wangguodong/experiment/1111/nodelist.txt ssh {} /home/tsinghua_wgd/1111/terminate.sh
NOTICE:
1.All the above should be done when you're in the same directory as this README
2.Make sure that all your nodes have twisted installed. Otherwise run "vxargs -a nodelist.txt ssh {} sudo yum -y install twisted" to install it.