码迷,mamicode.com
首页 >  
搜索关键字:cobbler kickstart    ( 1112个结果
使用Cobbler部署yum仓库
添加yum仓库Base#cobblerrepoadd--name=CentOS-Base--mirror=http://mirrors.aliyun.com/repo/Centos-7.repo--arch=x86_64--breed=yumupdate#cobblerrepoadd--name=update--mirror=http://mirrors.aliyun.com/centos/7.2.1511/updates/x86_64/--arch=x86_64--breed=yumEple#cob..
分类:其他好文   时间:2016-01-15 17:58:57    阅读次数:154
pxe 简介以及 cobbler安装配置自动化
PXE(CentOS6.7):准备环境:pxe简介:PXE(prebootexecuteenvironment,预启动执行环境)是由Intel公司开发的最新技术,工作于Client/Server的网络模式,支持工作站通过网络从远端服务器下载映像,并由此支持通过网络启动操作系统,在启动过程中,终端要求服务器分配IP地址,再..
分类:其他好文   时间:2016-01-11 06:52:08    阅读次数:466
CentOS6.6 kickstart文件
# Kickstart file automatically generated by anaconda.#version=DEVELinstall#cdromurl --url http://192.168.0.81/centos6.6-image/lang en_US.UTF-8keyboard...
分类:其他好文   时间:2016-01-07 18:06:11    阅读次数:137
httpd+dnsmasq+kickstart部署系统真是太方便了
弄个虚机桥接一下,装系统那叫一个方便!搭建这样一个kickstart平台非常简单快捷,只需要用yum装个dnsmasq就万事大吉了。#dnsmasq的配置文件以下行的注释去掉,并修改dhcp范围和tftp的根目录。bogus-privfilterwin2kinterface=eth0dhcp-range=192.168.44.100,192.168.44.120,12..
分类:Web程序   时间:2016-01-05 15:39:31    阅读次数:197
kickstart部署
1、创建ISO镜像存放路径,挂载ISO[root@host1Desktop]#mkdir/dvd[root@host1Desktop]#mkdir/root/isos/[root@host1Desktop]#echo"/root/isos/rhel-server-7.1-x86_64-dvd.iso/dvdiso9660loop00">>/etc/fstab[root@host1Desktop]#mount-a2、配置网卡地址cat>/etc/sysco..
分类:其他好文   时间:2015-12-24 00:41:50    阅读次数:129
无人值守自动安装CentOS6.4
在大规模的linux应用环境中,如web集群、分布式计算等,服务器往往并不具备光驱设备,这种情况下为数十乃至上百台服务器裸机快速安装系统,传统的U盘、移动光驱等安装方法显然力所难及,下面我们将部署基于PXE技术网络装机并结合Kickstart配置实现无人值守自动安装系统。PXE技术 PXE...
分类:其他好文   时间:2015-12-20 23:53:38    阅读次数:290
git部署及应用
IT环境部署&&自动化操作系统安装COBBLER服务部署SALTSTACK应用代码部署saltstack&&shell监控配置zabbix加入运维集群LVS&&haproxy 安装部署git[root@linux-node2~]#yuminstallgit-y设置本地的用户名和邮箱[root@linux-node2~]#gitconfig--globaluser.na..
分类:其他好文   时间:2015-12-19 15:08:45    阅读次数:232
cobbler profile遇到的问题
[root@localhost/]#cobblerprofileadd--nameCentOS-6.4-x86_64--distro=centos6.3-x86_64--kickstart=/var/lib/cobbler/kickstarts/centos6.3-x86_64.ksexceptiononserver:"itseemsunwisetooverwritethisobject,try‘edit‘"[root@localhost/]#cobblerprofileedit--nameCentOS-6...
分类:其他好文   时间:2015-12-16 12:40:46    阅读次数:308
Cobbler + WindowsDHCP
网上很多的Cobbler都是Linux上启的DHCP,对于很多环境DHCP是Windows平台的,有一定的出入,其实也很简单,理解原理就清楚了,首先要清楚DHCP服务在Cobbler提供自动化安装的过程中所担任的角色,只是提供分配IP和给客户端指定一个网络启动文件的功能。我们只需要在DHCP上告诉客..
分类:Windows程序   时间:2015-12-15 19:37:10    阅读次数:278
cobbler buildiso报错
[root@spacewalk~]#cobblerbuildiso taskstarted:2012-06-14_191856_buildiso taskstarted(id=BuildIso,time=ThuJun1419:18:562012) using/creatingbuildisodir:/var/cache/cobbler/buildiso buildingtreeforisolinux copyingmiscellaneousfiles Exceptionoccured:<class‘co..
分类:其他好文   时间:2015-12-15 16:01:20    阅读次数:210
1112条   上一页 1 ... 78 79 80 81 82 ... 112 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!