Code Monkey home page Code Monkey logo

cobbler's Introduction

Cobbler

修改 autoinstall.sh 这些参数

SERVER_IP=192.168.70.3 #服务器IP
DHCP_SUBNET=192.168.70.0 #网络号
DHCP_ROUTER=192.168.70.2 #网关
DHCP_DNS=192.168.70.2 #DHCP DNS
DHCP_RANGE='192.168.70.100 192.168.70.200' #分配IP范围
ROOT_PASSWORD=cobbler #密码
ISO='/dev/cdrom' #CentOS7镜像位置

手动安装

开机 选择CentOS-7-x86_64即可安装

自动化安装 指定ip gateay dns(--mac: 客户端mac地址) 客户端开机即可自动安装

cobbler system add --name=nginx_server --mac=00:0C:29:8A:A7:92 --profile=CentOS-7-x86_64 --ip-address=192.168.70.118 --subnet=255.255.255.0 --gateway=192.168.70.2 --interface=eth0 --static=1 --hostname=www.sundayle.com --name-servers="223.5.5.5 223.6.6.6" --kickstart=/var/lib/cobbler/kickstarts/CentOS-7-x86_64.cfg

https://www.sundayhk.com/cobbler/

cobbler's People

Contributors

sundayhk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.