Objective: To implement unattended installationEnvironment: centos6.5Components: Default Pxe,kickstart, Apache, TFTP, DHCPPXE:PXE (Pre-Boot execution Environment, pre-boot execution Environment)
is a boot mode, the network card must have the PXE CLIENT,PXE protocol to enable the computer to boot over the network. This protocol is divided into the client side and Server side, while the PXE client is in the ROM of the network card, when the com
Kickstart unattended rhel5 installation (graphic version)
A text version sent before 21:56:48 is now a detailed graphic version, so that everyone can implement rhel5 unattended installation.Test environment: RedHat 5.3 disable iptables and SELinuxRequired services: DHCP vsftp TFTP xinted1. Set up the yum Source:For detailed method, see: http://iminmin.blog.51cto.com/689308/162666 (using the second method, the CD image to build YUM)Ii. Install the vsft
Ubuntu16 kickstart pxe installation system, ubuntu16kickstart
This article does not describe a lot of principles, but mainly explains practices.
Lab environment:
Virtual Machine: vm
Ubuntu: 16.04 (desktop installation required), as the server
Server IP Address: 192.168.193.128
Practice:
1. Install the dhcp service
Apt-get install isc-dhcp-server-y # If the prompt E: unable to locate the software package isc-dhcp-Server, execute this command apt-get u
through Kickstart installation CentOS 6.61. Configuring the ks.cfg fileVirtual Machines 1 it's already open. httpd Services, its IP address is 192.168.2.13 , in the virtual machine 1 inside, run System-config-kickstart command, pop up the following interface, as configured. 650) this.width=650; "style=" Float:none; "title=" 1.png "src=" http://s3.51cto.com/wyfs02/M00/72/E1/ Wkiol1xvpoxd0tt2aal7dnfzhtu023.jp
machine that generated the Kickstart installation files), the installer will first look for the files generated by the kickstart, and if the appropriate parameters are found, use the found parameters; Need to be manually intervened by the installer. So, if the kickstart file covers all the parameters that may be required during installation, then the installer c
The last article just completed the automatic installation of Nagios, this article continues, think of the previous days manually configured kickstart server process is more cumbersome, the idea is not clear, or the installation configuration process to write into the script is very convenient, feeling is once and for all, reduce the follow-up work of the Labor, And the whole idea process is clearer.
Experimental environment: centos6.3 x86_64
Firewa
Always want to do e-commerce software, but really do not want to learn PHP, so around the two open source e-commerce system. One is produced by the Chinese, and one is said to have been written by the Russians (I don't know right). At present, two open source software are learning to understand, the following blog post may be related to these two systems, I hope to compare learning, can learn from each othe
Easy modification of website name-light E-commerce system (enterprise entry level B2C website), E-commerce system B2C
By modifying the website name, the system can be customized to any user, satisfying the user's feeling. This is a very clever and useful small function.
The procedure is as follows:
Introduce permission judgment (the Administrator has the permission to modify the website name)
Read the web
Joomla Akeeba Kickstart deserialization Remote Code Execution Vulnerability
Release date:Updated on:
Affected Systems:Joomla! AkeebaDescription:CVE (CAN) ID: CVE-2014-7228
Joomla Akeeba is in charge of Joomla! The updated component.
Joomla! Versions earlier than 2.5.25, 3.2.5, and earlier versions, and 3.3.0 to 3.3.4 have security vulnerabilities. This vulnerability can only be found in Joomla! CMS is used when it is updated. This vulnerability ca
PXE
PXE works in the client/server network mode. It allows workstation to download images from remote servers over the network and starts the operating system over the network. During the startup process, the terminal requires the server to assign IP addresses, use TFTP or mtftp (Multicast Trivial File Transfer Protocol) Protocol to download a startup package to the local memory for execution. The startup package completes the basic software settings of the terminal (customer, in this way, the o
=" 19.png" alt = "wkiom1py1qxjdograagiofpfvee949.jpg"/>
5. Use System-config-Kickstart to generate the automatic installation configuration file. Here I implement it based on HTTP.
650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M00/42/D1/wKiom1PYzynBDSGQAAGaTl1TSLs272.jpg "style =" float: none; "Title =" 10.png" alt = "wkiom1pyzynbdsgqaagatl1tsls272.jpg"/>
650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M02/42/D1/wKioL1PY0EPD
)For the configuration of "/var/lib/tftpboot/pxelinux.cfg/default" See here: Test whether the file can be read, start the installation interfaceAt this point you can see the startup page on the client: Take another virtual machine experiment:How to configure this machine:To create a new Linux machine:New virtual machine – Prompt me to install the disk location and so on: not to search;Nic: Set to bridging mode: (i.e. vmnet0) To start the client:Select Network boot:Quick CRTL + ALT + InsertFast E
This is what I wrote when I read the document. It is basically part of the Oreilly document translated.
Original article: http://www.linuxdevcenter.com/pub/a/linux/2004/11/04/advanced_kickstart.html
Pre-And Postinstall scripts
Kickstart provides some basic system adjustments and settings, such as setting the root password and time zone. However, it cannot make more detailed adjustments, such as disabling certain services through chkconfig and creat
Advantages of PXE boot:The client does not require any peripheral support, and does not require optical drives or USB flash drives. You only need to enable PXE for the NIC.Suitable for installation of multiple automatic responses. For example, you only need to specify A, B, or C configuration after PXE boot. Fully automatic Unattended Installation Without peripherals.The number of machines to be installed is unlimited. you can install multiple machines based on different configurations at the sa
KickstartAutomated Installation PlatformAs the company's business continues to grow, it often needs to purchase new servers, and requires Linux to be installed in a consistent way, to facilitate future maintenance and management, and to waste more time on each manual installation of the Linux system, but wouldn't it be better if we had a way to save time?Large and medium-sized Internet companies on a procurement server hundred, if the use of manual one installation, a person must make a bad n CD
Before using cobbler to build automatic installation system, recently cobbler website http://www.cobblerd.org/inaccessible, execute command cobbler get-loaders download get PXE boot required file times 404 , even if the download succeeds, all files are 0 bytes, causing the server installation system to automatically obtain the IP address after it gets stuck. Have to find a way to solve their own, re-use Nginx DHCP TFTP Kickstart built a set of automat
and pxelinux.0 files are obtained from the DHCP server after power on and the relevant kernel boot files are loaded from the TFTP server, and the CFG configuration file of the kickstart is downloaded, the system image file location is loaded and installed, For unattended installation!(Images from the Web):3. Environmental Preparation InstructionsThis test environment description:PXE server: CentOS7.4 VIRTUALBOXT-based virtual machinesip:172.16.3.152
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.