Changes between Version 6 and Version 7 of SaliHowto


Ignore:
Timestamp:
04/19/12 08:56:06 (12 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SaliHowto

    v6 v7  
    4141}}}
    4242
    43 To test the installation copy the `pxelinux.example` to your ``pxelinux.cfg`` directory. Is your tftpboot directory  with `pxelinux.cfg` appended. See [https://subtrac.sara.nl/oss/pxeconfig SARA pxeconfig utility]:
     43== Test ==
     44
     45To test the installation copy the `pxelinux.example` to your ``pxelinux.cfg`` directory,  ss your tftpboot directory  with `pxelinux.cfg` appended. See [https://subtrac.sara.nl/oss/pxeconfig SARA pxeconfig utility]:
    4446{{{
    4547cp /data/tftpboot/sali/x86_64/example/pxelinux.example /data/tftpboot/pxelinux.cfg/default.sali_test
    4648}}}
    4749
     50The default action for `pxelinux.example` is to start a shell and you can login on the node via `ssh`.  With the aid of [https://subtrac.sara.nl/oss/pxeconfig SARA pxeconfig utility] you can instruct a node to use this configuration file, eg:
     51{{{
     52pxeconfig gb-r7n2 -f default.sali_test
     53}}}
     54
     55Reboot the node and if your node had a [http://en.wikipedia.org/wiki/Remote_access_card Remote Access Card] take over the console and see how the node boots. If the node has finished the boot process you can login on the node:
     56{{{
     57ssh gb-r7n2
     58}}}
     59
     60The default password for SALI is `SaliRoot`. If you can login and execute a command you have successfully installed SALI:
     61{{{
     62gb-r7n2:~ root# uname -a
     63Linux gb-r7n2.irc.sara.nl 3.1.4-sali_v1.5.0 #1 SMP Tue Mar 6 16:18:17 CET 2012 x86_64 GNU/Linux
     64}}}
     65
     66
     67