Changes between Version 91 and Version 92 of Download/SCDB
- Timestamp:
- Nov 7, 2009, 11:29:33 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download/SCDB
v91 v92 9 9 modified for other platforms.'' 10 10 11 ''Note: you may want to refer to another step-by-step [http://sourceforge.net/apps/mediawiki/quattor/index.php?title=StepByStepQuattorInstall installation guide] containing more details for the initial steps. When in doubt, use this page as the authoritative documentation.''12 13 11 14 12 == OS Installation == … … 16 14 Quattor server requires a machine installed with a default server 17 15 installation of any RH-based Linux distro. There is no specific 18 requirements for the OS configuration itself. The server can be 16 requirements for the OS configuration itself: just check your installation options install an Apache web server. 17 18 The server can be 19 19 installed by any mean available at the site (CD-Rom, Kickstart, 20 imaging...). When Quattor server is ready nit will be possible to21 manage the server itself with Quattor, except forOS upgrades.20 imaging...). When Quattor server is ready, it will be possible to 21 manage the server itself with Quattor, including OS upgrades. 22 22 23 23 == Web Server Installation == … … 202 202 203 203 204 == DHCP and TFTPD installation == 204 == DHCP and TFTPD installation and configuration == 205 206 === DHCP and TFTPD installation === 205 207 206 208 Install DHCPD and TFTPD server from OS distribution. You can do it with the following YUM command: … … 208 210 yum install dhcp tftp-server 209 211 }}} 212 213 === DHCP configuraton === 210 214 211 215 If the DHCP server is to be used for Quattor usage only, a basic DHCP configuration (`/etc/dhcpd.conf`) may be: … … 256 260 advanced features. 257 261 258 TFTP server is run by `xinetd`. In the default configuration, it is 259 disabled. Enable it by editing `/etc/xinetd.d/tftp`, modifying 260 `disable` parameter from `yes` to `no`. 261 262 Note that default location for TFTP root in AII configuration files is 263 {{{/osinstall/nbp}}}. It must be explicitly defined if you want to use 264 {{{/tftpboot}}} or another location. 262 === TFTPD configuration === 263 264 TFTP server is run by `xinetd`. In the default configuration provided by the OS installation, it is generally 265 disabled. Enable it by editing `/etc/xinetd.d/tftp`, modifying `disable` parameter from `yes` to `no`. 266 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]. 265 268 266 269 … … 531 534 * `AII_ACKCGI` : post-installation CGI URL. Defaults to 532 535 `/cgi-bin/aii-installack.cgi`. 536 * `AII_NBP_DIR` : path of the directory containing the PXE configuration for each machine. Defaults: `/tftpboot/quattor/pxelinux.cfg`. 533 537 534 538 These variables are generally defined site-wide, in the template