Changes between Version 17 and Version 18 of GENIRacksHome/ExogeniRacks/ConfirmationTestStatus/UHouston


Ignore:
Timestamp:
06/27/13 14:23:21 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/ExogeniRacks/ConfirmationTestStatus/UHouston

    v17 v18  
    10461046LNM:~$ ssh uh-hn.exogeni.net
    10471047lnevers@uh-hn.exogeni.net's password:
    1048 
    1049 LNM:~$ cat X
    1050 {'T.+6!kX_28
    1051 LNM:~$ ssh uh-hn.exogeni.net
    1052 lnevers@uh-hn.exogeni.net's password:
    10531048Creating home directory for lnevers.
    10541049|-----------------------------------------------------------------|
     
    10611056[lnevers@uh-hn ~]$ sudo whoami
    10621057
    1063 We trust you have received the usual lecture from the local System
    1064 Administrator. It usually boils down to these three things:
    1065 
    1066     #1) Respect the privacy of others.
    1067     #2) Think before you type.
    1068     #3) With great power comes great responsibility.
    1069 
    10701058[sudo] password for lnevers:
    10711059root
     
    10731061}}}
    10741062
    1075 From head node verified login and administrative access to each of the worker nodes that supply VMs.
    1076 
    1077 For each worker node execute the following:
    1078 {{{[lnevers@uh-hn ~]$ for i in 1 2 3 4 5 6 7 8 9 10; do sudo ssh root@uh-w$i "echo -n 'Executing on: ' ; hostname;whoami"; done
     1063From head node verified login and administrative access to each of the worker nodes that supply VMs. For each worker node execute the following:
     1064
     1065{{{
     1066[lnevers@uh-hn ~]$ for i in 1 2 3 4 5 6 7 8 9 10; do sudo ssh root@uh-w$i "echo -n 'Executing on: ' ; hostname;whoami"; done
    10791067[sudo] password for lnevers:
    10801068Executing on: uh-w1
     
    10991087root
    11001088[lnevers@uh-hn ~]$
    1101 
    11021089}}}
    11031090