Changes between Version 10 and Version 11 of GENIRacksHome/ExogeniRacks/ConfirmationTestStatus/UNF


Ignore:
Timestamp:
08/16/16 08:29:40 (8 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v10 v11  
    645645{{{
    646646LNM:~$ ssh unf-hn.exogeni.net
    647 
    648 
    649 sudo whoami
    650 
    651 id
    652 
     647lnevers@unf-hn.exogeni.net's password:
     648|-----------------------------------------------------------------|
     649|                ____ ____ ____ ____ ____ ____ ____               |
     650|               ||E |||x |||o |||G |||E |||N |||I ||              |
     651|               ||__|||__|||__|||__|||__|||__|||__||              |
     652|               |/__\|/__\|/__\|/__\|/__\|/__\|/__\|              |
     653|                                                                 |
     654|-----------------------------------------------------------------|
     655[lnevers@unf-hn ~]$ sudo whoami
     656[sudo] password for lnevers:
     657root
     658[lnevers@unf-hn ~]$ id
     659uid=2107(lnevers) gid=2000(nonrenci) groups=2000(nonrenci),2502(ncsuadmins),2508(osfadmins),2509(ucdadmins),2510(sladmins),2512(ncsu2admins),2513(tamuadmins),2523(unfadmins),9510(bbnadmins)
     660[lnevers@unf-hn ~]$
    653661}}}
    654662
    655663From head node verified login and administrative access to each of the worker nodes that supply VMs.
    656664{{{
    657 for i in 1 2 3 4 5 6 7 8; do sudo ssh root@unf-w$i "echo -n 'Executing on: ' ; hostname;whoami;uname -a"; done
    658 }}}
    659 
    660 For each worker node execute the following:
    661 {{{
    662 for i in 9 10; do sudo ssh root@unf-w$i "echo -n 'Executing on: ' ; hostname;whoami;uname -a"; done
     665[lnevers@unf-hn ~]$ for i in 1 2 3 4 5 6 7; do sudo ssh root@unf-w$i "echo -n 'Executing on: ' ; hostname;whoami;uname -a"; done
     666Executing on: unf-w1
     667root
     668Linux unf-w1 2.6.32-431.29.2.el6.x86_64 #1 SMP Tue Sep 9 21:36:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
     669Executing on: unf-w2
     670root
     671Linux unf-w2 2.6.32-431.29.2.el6.x86_64 #1 SMP Tue Sep 9 21:36:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
     672Executing on: unf-w3
     673root
     674Linux unf-w3 2.6.32-431.29.2.el6.x86_64 #1 SMP Tue Sep 9 21:36:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
     675Executing on: unf-w4
     676root
     677Linux unf-w4 2.6.32-431.29.2.el6.x86_64 #1 SMP Tue Sep 9 21:36:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
     678Executing on: unf-w5
     679root
     680Linux unf-w5 2.6.32-431.29.2.el6.x86_64 #1 SMP Tue Sep 9 21:36:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
     681Executing on: BM-1
     682root
     683Linux BM-1 2.6.32-573.7.1.el6.x86_64 #1 SMP Tue Sep 22 22:00:00 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
     684Executing on: unf-w7
     685root
     686Linux unf-w7 2.6.32-573.7.1.el6.x86_64 #1 SMP Tue Sep 22 22:00:00 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
     687[lnevers@unf-hn ~]$
    663688}}}
    664689