=== Maintenance Procedure as of 6/26/2013 === '''Run inventory'''[[BR]] 1. see [wiki:Internal/RunningInventory this page] ---- '''Gen3 SSH test'''[[BR]] 2. Load all gen3 nodes with baseline: {{{ root@console.grid:/root# omf load -t inventory:topo:gen3 }}} 1. Turn on only the gen3 nodes: {{{ omf tell -a on -t inventory:topo:gen3 }}} 1. Run the looping command test with the command ls {{{ root@console.grid:/root# cd /root/scripts/ root@console.grid:/root/scripts# ./loopercmd.rb 1 1 20 20 ls }}} This script will try to ssh to each node and run ls. It first outputs the result of the command and then lists all the nodes that succeeded. As of now there should be 68. ---- '''Darpa Challange Test'''[[BR]] 5. Load the bot image onto the arena: {{{ username@console.grid:~$ omf load -i dsc-bot.ndz -t system:topo:dsc-arena }}} 1. Once completed turn nodes on {{{ username@console.grid:~$ omf tell -a on -t system:topo:dsc-arena }}} 1. Goto the root directory and run the Expirment script: {{{ cd /root omf exec dsc-wildcard.rb -- --team1 dsc-teamA --team2 dsc-teamC }}} 1. Run 3 times, then swap team names. ----