网上很多的Cobbler都是Linux上启的DHCP,对于很多环境DHCP是Windows平台的,有一定的出入,其实也很简单,理解原理就清楚了,首先要清楚DHCP服务在Cobbler提供自动化安装的过程中所担任的角色,只是提供分配IP和给客户端指定一个网络启动文件的功能。我们只需要在DHCP上告诉客..
[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
我们要确保Ubuntu14.04的服务器是可以上网的,这里我就不操作,这个比较简单。由于我的服务器是用Cobbler部署的,所以要更改源。# vi /etc/apt/source.list我这里使用的是Ubuntu官方的源,使用wq保存退出。为了使修改的源生效,需要更新本地源。# apt-get u...
分类:
数据库 时间:
2015-12-08 16:04:47
阅读次数:
261
首先需要挂载光盘:CentOS-7-x86_64-DVD-1503-01[root@linux-node1~]#mount/dev/cdrom/mnt[root@linux-node1~]#yuminstallcobblercobbler-webdhcptftp-serverpykickstarthttpd-y[root@linux-node1~]#/etc/init.d/httpdrestart[root@linux-node1~]#/etc/init.d/cobblerdstart[ro..
分类:
其他好文 时间:
2015-11-30 18:19:04
阅读次数:
194
运维自动化安装方面,早期一般使用人工配置pxe+dhcp+tftp配合kickstart,现在开源工具就多了,如cobbler,OpenQRM和Spacewalk。本文重点介绍Cobbler。Cobbler介绍Cobbler是一个快速网络安装linux的服务,而且在经过调整也可以支持网络安装windows。该工具使用python开发,小巧..
分类:
其他好文 时间:
2015-11-27 20:16:06
阅读次数:
555
1、安装cobblercobbler可以手动编译安装,也可以基于yum源的安装,如果使用yum源安装,则需要配置epel源epel源可以通过下载官网的epel源的目录来实现。由于cobbler是由python而写,所以还要安装python环境。 https://fedoraproject.org/....
分类:
系统相关 时间:
2015-11-18 19:37:42
阅读次数:
255
#!/bin/bashyum-yinstallcobblerhttpdcobbler-webdebmirrorpykickstartservicecobblerdstartservicehttpdstartcd/etc/cobblersed-i‘s@next_server:127.0.0.1@next_server:192.168.3.17@g‘settingssed-i‘s@server:127.0.0.1@server:192.168.3.17@g‘settingscobblerget-loadersse..
分类:
其他好文 时间:
2015-10-31 01:48:59
阅读次数:
221
============cobbler部署============系统环境Centos6.4-x86_64cobbler2.6.3系统初使化关闭iptablesselinux一.安装软件包安装安装扩展yum源,yuminstalleple-release##yum-yinstallcobblerfence-agents安装CobblerWeb配置界面yum-yinstallcobblercobbler-webdhcphttpdxinetdtft..
分类:
其他好文 时间:
2015-10-27 17:53:39
阅读次数:
252
Cobblerisaninstallserver;batteriesareincluded
CobblerisaLinuxinstallationserverthatallowsforrapidsetupofnetworkinstallationenvironments.
ItgluestogetherandautomatesmanyassociatedLinuxtaskssoyoudonothavetohopbetweenlotsof
variouscommandsandapplicationswhenro..
分类:
其他好文 时间:
2015-10-12 02:02:32
阅读次数:
410
一、PXE概述预启动执行环境(PrebooteXecutionEnvironment,PXE,也被称为预执行环境)是让计算机通过网卡独立地使用数据设备(如硬盘)或者安装操作系统。PXE当初是作为Intel的有线管理体系的一部分,Intel和Systemsoft于1999年9月20日公布其规格(版本2.1)。通过使用像网际协议(I..
分类:
其他好文 时间:
2015-09-26 01:48:33
阅读次数:
371