Changes between Version 14 and Version 15 of GENIRacksHome/OpenGENIRacks/InstallationGuideJuno


Ignore:
Timestamp:
05/28/15 13:25:35 (9 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/OpenGENIRacks/InstallationGuideJuno

    v14 v15  
    231231
    232232If something goes wrong (you'll see errors in the output stream), then the scripts it is running are in /tmp/install/install*.sh (install_compute.sh or install_control.sh). You can usually run the commands by hand and get things to work or at least see where things went wrong (often a problem in the configuration file).
     233
     234  - Create gram ssh public key pair and authorized_hosts file on network node so that commands for gram can be executed without typing in a password
     235
     236{{{
     237ssh-keygen -t rsa -C "gram@bbn.com"
     238ssh gram@networkNode:
     239mkdir .ssh
     240exit
     241scp .ssh/id_rsa.pub gram@networkNode:~/.ssh
     242ssh gram@networkNode:
     243cat .ssh/id_rsa.pub >> .ssh/authorized_keys
     244}}}
     245It might be good to try and see that gram can indeed issue commands and not be prompted for a password.
     246{{{
     247ssh gram@networkNode ls
     248}}}
     249
    233250
    234251  - Set up the namespace only on the control node. Use a '''root shell'''.