Created
January 21, 2016 23:17
-
-
Save j-griffith/bc044be0c788b4aef361 to your computer and use it in GitHub Desktop.
xnode script and startup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
xtest --cluster-create=1 --bindir=/sf/bin/ --nodes=1 --block-size=2368709120 --mipi eth0 --mip $2 --sipi eth0 --sip $2 --mvip $1 --svip $3 --xterm=0 -- --webpath=/sf/etc/webmgmt/ --pcachenumfiles=16 --pcachefilesizemb=5 --gcinterval=15 | |
./start_xnode.sh 192.168.1.12 192.168.1.14 192.168.1.15 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment