| 479 | | * Customization of AII related variables in templates |
| | 479 | * Customization of AII-related variables in templates |
| | 480 | |
| | 481 | There are 2 AII configuration files that need to be customized to reflect your site configuration: |
| | 482 | * `/etc/aii/aii-shellfe.conf`: a typical file is as follows, with paths edited to reflect your configuration. |
| | 483 | {{{ |
| | 484 | cdburl=http://quattor.web.lal.in2p3.fr/profiles |
| | 485 | use_fqdn=true |
| | 486 | osinstalldir = /www/htdocs/ks |
| | 487 | nbpdir = /tftpboot/quattor/pxelinux.cfg |
| | 488 | }}} |
| | 489 | * `/etc/aii/aii-dhcp.conf`: check that `dhcpconf` and `restartcmd` command match your configuration and edit as necessary. The file referred by `dhcpconf` must be writable from the AII server. `restartcmd` may launch a command on a remote machine through appropriate means. |