Changes between Version 74 and Version 75 of ManualInstalacion


Ignore:
Timestamp:
Nov 23, 2011, 12:05:21 PM (12 years ago)
Author:
angeldiego
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ManualInstalacion

    v74 v75  
    146146}}}
    147147
     148Si deseamos que convivan dos servidores, por ejemplo uno en producción y otro en pruebas o incluso OpenGnSys con "otro" podemos indicarlo con diferentes líneas nex-server en diferentes grupos respectivamente.
     149{{{
     150group {
     151   next-server [ip_servidor_1];
     152   host pc1 {
     153      option host-name "xxx.es";
     154      hardware ethernet xx:xx:xx:xx:xx:xx;
     155      fixed-address xxx.xxx.xxx.xxx;
     156      filename "grldr";
     157   }
     158   host pc2 ....
     159 }
     160group {
     161   next-server [ip_servidor_2];
     162   host pc3 {
     163      option host-name "xxx.es";
     164      hardware ethernet xx:xx:xx:xx:xx:xx;
     165      fixed-address xxx.xxx.xxx.xxx;
     166      filename "grldr";
     167   }
     168   host pc4 ...
     169 }
     170}}}
     171
    148172En caso de querer seguir utilizando PXELinux, debe sustituirse la cláusula {{{filename}}} para configurar DHCP con PXELinux, como se indica a continuación:
    149173{{{