Changes between Version 1 and Version 2 of Internal/Maintenance


Ignore:
Timestamp:
Jun 26, 2013, 9:11:02 PM (11 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Maintenance

    v1 v2  
    22
    33'''Run inventory'''[[BR]]
    4 see [wiki:wiki/Internal/RunningInventory this page]
     4 1. see [wiki:Internal/RunningInventory this page]
    55----
    66'''Gen3 SSH test'''[[BR]]
    7 
     7 2. Load all gen3 nodes with baseline:
     8    {{{
     9    root@console.grid:/root# omf load -t inventory:topo:gen3
     10    }}}
     11 1. Run the looping command test with the command ls
     12    {{{
     13    root@console.grid:/root# cd /root/scripts/
     14    root@console.grid:/root/scripts# ./loopercmd.rb 1 1 20 20 ls
     15    }}}
     16    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.
    817----
    918'''Darpa Challange Test'''[[BR]]
     19 4. TODO?
     20----