Kickstart is used in Redhat Linux automatically perform unattended operating system installation and configuration. Tested Kickstart on RHEL6....
分类:
其他好文 时间:
2014-08-26 17:26:16
阅读次数:
183
借鉴了网上好多文章,但是因为是去年做的cobbler,忘记是哪些地址,故暂未附上,见谅。[root@kingserver111 ~]# lsb_release -aLSB Version: :core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:grap...
分类:
其他好文 时间:
2014-08-25 11:42:54
阅读次数:
500
The following options can be placed in a kickstart file. If you prefer to use a graphical interface for creating your kickstart file, use the Kickstart Configurator application. Refer to Chapter 29...
分类:
其他好文 时间:
2014-08-21 22:58:06
阅读次数:
739
新建虚拟机或客户端常见报错:如果遇到了以下错误Errorprocessingdriverthisdevicemayneedtobereinitialized,那几乎可以肯定是制作ks.cfg文件时,没有选择清除原有MBR。而不是内存不足。解决办法:重新制作ks.cfg,或者修改成以下样子:#Systembootloaderconfigurationbootload..
分类:
其他好文 时间:
2014-08-19 16:53:35
阅读次数:
218
文章结构1. 前言2. cobbler安装3. 系统定制4. 参考链接前言: 给电脑装过系统的同学都知道,不论是从U盘、光驱或者其他设备装系统,都需要先在BIOS里设置开机启动项(或用开机快捷键设置)。从上大学到现在,我帮同学装系统少说也有上百次,但是还从来没有使用从网卡启动安装过,虽然以前也注意....
分类:
其他好文 时间:
2014-08-18 01:29:23
阅读次数:
483
1、概述 Anaconda是RedHat、CentOS、Fedora等Linux的安装管理程序。它能够提供文本、图形等安装管理方式,并支持Kickstart等脚本提供自己主动安装的功能。此外,其还支持很多启动參数,熟悉这些參数可为安装带来非常多方便。该程序的功能是把位于光盘或其它源上的数据包,依.....
分类:
系统相关 时间:
2014-08-17 21:18:32
阅读次数:
488
#!/bin/basha=($(awk‘{print$1}‘/home/yanchao/ip.txt))b=($(awk‘{print$2}‘/home/yanchao/ip.txt))c=($(awk‘{print$3}‘/home/yanchao/ip.txt))d=($(awk‘{print$4}‘/home/yanchao/ip.txt))e=($(awk‘{print$5}‘/home/yanchao/ip.txt))for((i=0;i<${#a[@]};i++))docobblersyst..
分类:
其他好文 时间:
2014-08-14 17:10:09
阅读次数:
208
Cobbler简介使用cobbler,第一件事就是定义其distros指的是定义一个特殊发行版的内核和init文件,这意味着我们要使用独立运行系统之外的独立引导内核来实现,也就是说要启动这个操作系统,首先加载的是init和内核文件,在我们真正启动系统之后initrd和内核则只要不重启则不会被..
分类:
其他好文 时间:
2014-08-13 15:24:57
阅读次数:
421
一、安装环境centos6.5IP:192.168.100.11/24GW:192.168.100.1关闭iptables、selinux二、需要安装组件dhcp服务器tftp服务器kickstart生成的ks.cfg配置文件提供安装镜像的httpd服务器三、安装1安装dhcp服务器#yuminstall-ydhcp
#cp-a/usr/share/doc/dhcp-4.1.1/dhcpd.conf.sampl..
分类:
其他好文 时间:
2014-08-11 18:12:03
阅读次数:
248
服务器配置基本不会用dhcp来分配IP,而且在生产环境中配置dhcp和pxe可能导致一些意外的自动重装。因此,可能需要在无dhcp和pxe的环境中应用kickstart,测试了一下,可以通过以下的方法来实现编辑kickstart配置,不过多描述,可以在安装好的系统root目录中找到anaconda.cfg,在..
分类:
其他好文 时间:
2014-08-07 07:31:49
阅读次数:
334