1 / 7

Kickstartserver

Kickstartserver. Werner Maes 16 december 2005. Configuratie. Dell Poweredge 2500 1000 Mhz 256 MB RAM (wordt wsl 512 Mb) 4*18 Gb in RAID 5 RHAS4 U2 Standaard installatie aangevuld met apache & php. Wat doet het?. Zorgt voor kickstart installatie via http

babu
Télécharger la présentation

Kickstartserver

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Kickstartserver Werner Maes 16 december 2005

  2. Configuratie Dell Poweredge 2500 1000 Mhz 256 MB RAM (wordt wsl 512 Mb) 4*18 Gb in RAID 5 RHAS4 U2 Standaard installatie aangevuld met apache & php

  3. Wat doet het? Zorgt voor kickstart installatie via http • niet meer nodig om met diskettes te werken • enkel nog bootcd nodig van desbetreffende RedHat versie • zowel RHAS3 als RHAS4 (laatste versies) zijn mogelijk • zowel voor linsam configuraties als andere

  4. Hoe werkt het? De inhoud van de RedHat CD’s staat op de server. Op de server staat er een configuratiebestand per os, per (eventuele) groep en per host. • os.ini, group.ini & host.ini Os.ini = configuratie van het os (rhas3 of rhas4) Group.ini = configuratie voor web-, database- of sambaserver Host.ini = configuratie van de machine zelf (door te geven door netwerkbeheerder)

  5. Voorbeeld os.ini = rhas4u2.ini [dns] search = "cc.kuleuven.ac.be kuleuven.ac.be" nameserver = "134.58.127.1 134.58.126.3" [services] enable = "sendmail“ [kickstart_command] keyboard = "be-latin1" [kickstart_partition] clearpart = "--drives sda,hda,cciss/c0d0,ida/c0d0 --initlabel"

  6. Voorbeeld host.ini: ls-fac-01.ini [group] group = "samba" [software] os = "rhas4u2" selinux_mode = "disabled" [kickstart_command] rootpw = AbcDEFGz [kickstart_partition] part_/boot = "--size=100 --fstype ext3 --asprimary --ondisk=sda" … [networking] hostname = "ls-fac-01.cc.kuleuven.be" [interface_eth0] ipaddress = "10.0.3.15" network = "10.0.3.0" netmask = "255.255.255.0" bootproto = "static"

  7. Opstarten • Aanmaak ini bestand voor machine (configuratie doorgeven) gebeurt door PCLAB. • Insteken eerste CD RedHat • Ingeven van volgend commando: linux ks=http://10.33.6.3/kickstart/ks.cfg?host=ls-fac-01  Installatie gebeurt volledig automatisch

More Related