Changes between Version 92 and Version 93 of Download/SCDB


Ignore:
Timestamp:
Nov 7, 2009, 11:40:44 PM (16 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download/SCDB

    v92 v93  
    265265disabled. Enable it by editing `/etc/xinetd.d/tftp`, modifying `disable` parameter from `yes` to `no`.
    266266
    267 Option `server_args` allows to define the TFTP root directory. By default, it is `/tftpboot`. If you'd like to use another location you need to update this option and you'll need to define the variable `AII_NBP_DIR` when configuring your [#ConfigurationofAII site paramaters].
     267Option `server_args` allows to define the TFTP root directory. By default, it is `/tftpboot`. If you'd like to use another location you need to update this option and you'll need to define the variable `AII_NBP_DIR` to reflect that  when configuring your [#ConfigurationofAII site paramaters].
    268268
    269269
     
    567567
    568568{{{
    569 mkdir /osinstall/nbp/<platform>
    570 cp  /var/www/html/<platform>/.../pxeboot/* /osinstall/nbp/<platform>
    571 }}}
     569mkdir /tftpboot/quattor/<platform>
     570cp  /var/www/html/<platform>/.../pxeboot/* /tftpboot/quattor/<platform>
     571}}}
     572
     573''Note: the TFTP directory you copy the files to must be under the root directory [#TFTPDconfiguration configured for TFTP], in the same directory as the `pxelinux.cfg` directory (see variable `AII_NBP_DIR` configured at the [#ConfigurationofAII previous step]). `<plaform>` must have the usual form with all `-` replaced by `_`.''
    572574
    573575== Compiling and Deploying ==