Automated installations

Slides:



Advertisements
Similar presentations
Presented by: Bill Ball Haroon Haider Khan Hoyt Duff.
Advertisements

INSTALLING LINUX.  Identify the proper Hardware  Methods for installing Linux  Determine a purpose for the Linux Machine  Linux File Systems  Linux.
Chapter Nineteen Troubleshooting the Network. Objectives To learn a systematic troubleshooting method To examine some basic necessities for troubleshooting.
Chapter One The Essence of UNIX.
Chapter Apache Installation on Linux. Acknowledgement The contribution made by Darrin Morison is acknowledged.
Chapter 5 Chapter 5: Server Installation. Chapter 5 Learning Objectives n Make installation, hardware, and site- specific preparations to install Windows.
1 Web Server Administration Chapter 3 Installing the Server.
Chapter 12 - Backup and Disaster Recovery1 Ch. 12 – Backups and Disaster Recovery MIS 431 – Created Spring 2006.
Chapter 2: Automating the Windows Vista Installation.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 12: Managing and Implementing Backups and Disaster Recovery.
Lesson 4-Installing Network Operating Systems. Overview Installing and configuring Novell NetWare 6.0. Installing and configuring Windows 2000 Server.
Hands-On Microsoft Windows Server 2003 Chapter 2 Installing Windows Server 2003, Standard Edition.
System Startup and Shutdown
Host Configuration: BOOTP and DHCP
Linux Install. Resources Guide to Linux Installation and Administration, Nicholas Wells, Course Technology, 2000.
MCDST : Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Chapter 5: User Environment and Multiple Languages.
 All computer has BIOS ( Basic input/output system). Here, you can set up how your PC will run. It is a blue colored full screen with different tabs.
1 Chapter Overview Installing New Hardware Installing Updates Managing Client Access Licenses Troubleshooting Boot Problems.
Automating Linux Installations at CERN G. Cancio, L. Cons, P. Defert, M. Olive, I. Reguero, C. Rossi IT/PDP, CERN presented by G. Cancio.
Installing Linux Redhat: A how to guide in installing and configuring Redhat 6.2.
PacNOG 6: Nadi, Fiji Installing Ubuntu Server 9.04 Hervey Allen Network Startup Resource Center.
1 Chapter Overview Creating User and Computer Objects Maintaining User Accounts Creating User Profiles.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 14: Problem Recovery.
1 Chapter Overview Backing Up Your Network Backing Up and Restoring Active Directory.
Linux Operations and Administration
Ch 8-3 Working with domains and Active Directory.
Chapter Two Installing Windows XP Professional. Objectives Understand how to install and upgrade Windows XP Professional Understand how to install and.
DHCP server & Client Objectives Contents
Linux+ Guide to Linux Certification Chapter Three Linux Installation and Usage.
1 Web Server Administration Chapter 3 Installing the Server.
Installing Microsoft Windows Server 2008 Lesson 2.
Guide to Linux Installation and Administration, 2e1 Chapter 3 Installing Linux.
Copyright© 2003 Avaya Inc. All rights reserved Upgrade to Communication Manager 2.0 with Migration to Linux 8.0 Purpose: This presentation was prepared.
IT:NETWORK:MICROSOFT SERVER 2 DHCP AND WINDOWS DEPLOYMENT SERVICES.
Guide to Linux Installation and Administration, 2e1 Chapter 8 Basic Administration Tasks.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 12: Managing and Implementing Backups and Disaster Recovery.
Unix Basics Chapter 4.
Network Installation Objectives –Manage linux installation from network install server Contents –Preparing for a network installation –Setting up the install.
1 Web Server Administration Chapter 3 Installing the Server.
Samba Advanced System Administration Course James Lwali University computing Centre Ltd, University of Dar es salaam,
DHCP server & Client Objectives –to learn how to setup dhcp servers Contents –Download and Install The DHCP Package –The /etc/dhcpd.conf File –Upgrading.
Database-Driven Web Sites, Second Edition1 Chapter 5 WEB SERVERS.
W2K Server Installation It is very important that before you begin to install Windows 2000 Server, you must prepare for the installation by gathering specific.
Chapter Two Exploring the UNIX File System and File Security.
WINDOWS XP PROFESSIONAL AUTOMATING THE WINDOWS XP INSTALLATION Bilal Munir Mughal Chapter-2 1.
14 Step-by-Step Instructions for an Upgrade Installation n Prepare for the installation Verify that all devices and applications are Windows 2000 compatible.
Linux Administration. Pre-Install Different distributions –Redhat, Caldera, mandrake, SuSE, FreeBSD Redhat Server Install –Check HCL –Significant issues.
INFSO-RI Enabling Grids for E-sciencE Installation of an APT+kickstart server Giuseppe Platania INFN Catania EMBRACE Tutorial Clermont-Ferrand,
Kickstart Installation
Networking in Linux. ♦ Introduction A computer network is defined as a number of systems that are connected to each other and exchange information across.
CHAPTER 2: BASIC OF OPEN SOURCE OPERATING SYSTEM Part 2 (Linux installation)
CIT 470: Advanced Network and System AdministrationSlide #1 CIT 470: Advanced Network and System Administration Workstations.
Chapter 8: Installing Linux The Complete Guide To Linux System Administration.
Linux Operations and Administration
Chapter 38 Initialization & Configuration. Bootstrapping occurs during boot up to obtain boot program which may then load operating system may use network.
Planning Server Deployments Chapter 1. Server Deployment When planning a server deployment for a large enterprise network, the operating system edition.
 Each interface card that was detected correctly will be listed under the Network Devices section. Ethernet devices in Linux are named eth0, eth1, eth2,
1 COP 4343 Unix System Administration Unit 1: –Linux OS structure –Distributions –Hardware inventory –Disks and partitions –Installation steps –Boot loader.
Guide to Linux Installation and Administration, 2e
Host Configuration: BOOTP and DHCP
Preinstallation Tasks
DHCP server & Client Objectives Contents
Oracle Solaris Zones Study Purpose Only
Host Configuration: BOOTP and DHCP
Exploring the UNIX File System and File Security
Installing Linux Redhat:
UNIX/LINUX Commands Using BASH Copyright © 2017 – Curt Hill.
SUSE Linux Enterprise Desktop Administration
The EU DataGrid Fabric Management Services
Presentation transcript:

Automated installations Objectives Creatinig a kickstart file to make automated installations from Contents Creating a new kickstart file Copy kickstart file to boot diskette Copy kickstart file to kickstart server Booting with kickstart files on floppy, cdrom, http and nfs DHCP bootstrap configuration Practicals Perform one kickstart installation Summary This chapter show howto make totally unattended installation, well almost unattended. RedHat Linux saves all the parameters you used during installation in the /root/anaconda-ks.cfg kickstart configuration file. You can use this file to create an automated installation of a duplicate system which can be useful if you have a large number of servers to install.

Creating A New Kickstart Configuration File You create your own brand kickstart configuration file by using the "ksconfig" command from a GUI console in x-windows. Ksconfig brings up your first manual installation selections Once you have created the kickstart configuration file you can copy it to: A directory on the server which has your network installation files A boot diskette A regular Linux diskette You can create your own brand new kickstart configuration file by using the "ksconfig" command from a GUI console. It will bring up a menu from which you can select all your installation options. When finished, you save the configuration with the filename of your choice. Note: During the Kickstart process you will be prompted for any of the options you didn't specify with "ksconfig". Prompting could be useful if you want to change things like IP addressing and disk partitioning with each installation. Note: Do not change the order of the entries in the kickstart configuration file.

Copying The File To A Linux Boot Diskette The file should have the name "ks.cfg" Should be placed in the top directory of the diskette. As Linux boot diskettes are in MSDOS format you will have to use the "mcopy" command to copy the file: The kickstart process will fail to read your configuration file if you just use the regular "cp" command. Copying the file to a Regular Linux diskette This is sometimes needed when you install from CDROMs and need to get the kickstart configuration file from another device. As in the case of the Linux Boot diskette method, the file should be named "ks.cfg". # mcopy ks.cfg a:ks.cfg # cp ks.cfg /mnt/floppy/ks.cfg

Copying The File To Your Kickstart Server Whether you are using NFS, HTTP or FTP for your network installation it is best to place your kickstart files in a subdirectory under the RedHat directory. The examples below assume the subdirectory is called RedHat/kickstart. A Note About Using anaconda-ks.cfg It is possible to use the /root/anaconda-ks.cfg file as a template for future installations. RedHat comments out the partitioning information in this file, so you will either have to uncomment it and then make your partitioning modifications or be prepared to be prompted for your portioning information. This is sometimes needed when you install from CDROMs and need to get the kickstart configuration file from another device. As in the case of the Linux Boot diskette method, the file should be named "ks.cfg".

Booting With Your Kickstart Files Boote from your boot device, a floppy or CDROM. You'll need to use the following commands at the lilo boot: prompt to continue with the installation. Floopy Boot, ks.cfg On Boot Floppy boot: linux ks=floppy CDROM Boot, ks.cfg On Floppy boot: linux ks=hd:fd0/ks.cfg   The HTTP Server Has ks.cfg boot: linux ks=http:192.168.1.100:/kickstart/ks.cfg

Booting With Your Kickstart Files, cont. The NFS Server Has ks.cfg Explicitly Stating the Configuration Filename You can configure kickstart to use a particular file under the /export/RedHat/ directory that our NFS configuration on the installation server makes available.   boot: linux ks=nfs:192.168.1.100:/kickstart/ks.cfg   Implicit Configuration Filename boot: linux ks ps Kickstart will use NFS to get the configuration file, but the file name used will depend on the settings of the DHCP server used on the kickstart network. In all the cases below, the NFS server IP address is assumed to be, 192.168.1.100. The "next-server" isn't necessary if the DHCP and NFS servers are the same box  >      If the network's "filename" setting in the dhcpd.conf file begins with a "/", kickstart will interpret this as the full path to the configuration file. filename "/usr/new-machine/kickstart/ks.cfg"; next-server 192.168.1.100  >      If the network's "filename" setting in the dhcpd.conf file does not begin with a "/" kickstart will interpret this as a file in the /kickstart directory. filename "ks.cfg";  >      If there is no filename specified in the dhcpd.conf file, kickstart will expect the file name to be /kickstart/ipaddress-kickstart. For example:  192.168.1.10-kickstart

DHCP with bootfile DHCP needs more DHCP now need to be able providing boot file host client { hardware ethernet 00:50:DA:38:CE:23; fixed-address 192.168.1.64; server-name ”master"; filename "/export/client/kickstart/ks.cfg"; next-server 192.168.1.100; option domain-name-servers 192.168.1.100; option log-servers 192.167.1.100; option broadcast-address 192.168.1.255; option domain-name ”client.ikea.se"; option root-path "/tftpboot/client2"; }