Changes between Version 9 and Version 10 of Download/SCDB


Ignore:
Timestamp:
Oct 13, 2006, 12:00:28 AM (18 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download/SCDB

    v9 v10  
    152152== Compiling and Deploying ==
    153153
     154After the configuration is finished, you can try to compile your first profile, deploy it and install the machine. This involves the following steps :
    154155
     156 * In SCDB (working area copy) top level directory :
     157   * Update of RPM repository templates :
     158{{{
     159external/ant/bin/ant update.rep.templates
     160}}}
     161   * Profile compilation and deployment (deployment will not occur until compilation succeds) :
     162{{{
     163external/ant/bin/ant deploy
     164}}}
     165 * On the Quattor server :
     166   * Creation of Kickstart configuration file for the machine :
     167{{{
     168aii-shellfe --configure your.machine.domain
     169}}}
     170   * Update of DHCP and PXE for the machine to be installed at next boot :
     171{{{
     172aii-shellfe --install your.machine.domain
     173}}}
     174