Skip to content

Instantly share code, notes, and snippets.

@j-griffith
Created January 21, 2016 23:17
Show Gist options
  • Save j-griffith/bc044be0c788b4aef361 to your computer and use it in GitHub Desktop.
Save j-griffith/bc044be0c788b4aef361 to your computer and use it in GitHub Desktop.
xnode script and startup
#!/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