CN112256288B - A kind of Linux system batch installation method, device and medium - Google Patents
A kind of Linux system batch installation method, device and medium Download PDFInfo
- Publication number
- CN112256288B CN112256288B CN202011149933.9A CN202011149933A CN112256288B CN 112256288 B CN112256288 B CN 112256288B CN 202011149933 A CN202011149933 A CN 202011149933A CN 112256288 B CN112256288 B CN 112256288B
- Authority
- CN
- China
- Prior art keywords
- service
- server
- file
- software
- installation
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 238000009434 installation Methods 0.000 title claims abstract description 65
- 238000000034 method Methods 0.000 title claims abstract description 34
- KKIMDKMETPPURN-UHFFFAOYSA-N 1-(3-(trifluoromethyl)phenyl)piperazine Chemical compound FC(F)(F)C1=CC=CC(N2CCNCC2)=C1 KKIMDKMETPPURN-UHFFFAOYSA-N 0.000 claims abstract description 20
- 230000008569 process Effects 0.000 claims abstract description 10
- 230000000007 visual effect Effects 0.000 claims abstract description 10
- 238000011900 installation process Methods 0.000 claims description 8
- 230000004048 modification Effects 0.000 claims description 4
- 238000012986 modification Methods 0.000 claims description 4
- 238000005192 partition Methods 0.000 claims description 4
- 230000010354 integration Effects 0.000 claims description 3
- 230000006870 function Effects 0.000 claims description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 230000009466 transformation Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/61—Installation
- G06F8/63—Image based installation; Cloning; Build to order
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/4401—Bootstrapping
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44505—Configuring for program initiating, e.g. using registry, configuration files
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0803—Configuration setting
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L61/00—Network arrangements, protocols or services for addressing or naming
- H04L61/50—Address allocation
- H04L61/5007—Internet protocol [IP] addresses
- H04L61/5014—Internet protocol [IP] addresses using dynamic host configuration protocol [DHCP] or bootstrap protocol [BOOTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Stored Programmes (AREA)
Abstract
Description
技术领域technical field
本发明涉及操作系统安装领域,特别是涉及一种Linux系统批量安装方法、装置及介质。The invention relates to the field of operating system installation, in particular to a Linux system batch installation method, device and medium.
背景技术Background technique
目前在服务器进行Linux操作系统安装的时候,几乎都是用PXE引导方式进行部署。PXE引导部署的客户端就是服务器,服务端包括DHCP服务和TFTP服务,以及用于放置软件包的NFS服务、HTTP服务或FTP服务。在搭建服务端时,首先要分别安装对应服务软件,然后在将Linux系统的ISO进行解压,将ISO对应的文件放置在对应的服务软件的路径中,接着手动配置kickstart配置文件用于批量安装时自动化生成。对于不懂kickstart配置过程的用户,这个配置过程非常的麻烦。At present, when installing the Linux operating system on the server, it is almost always deployed by PXE boot. The client of PXE boot deployment is the server. The server includes DHCP service and TFTP service, as well as NFS service, HTTP service or FTP service for placing software packages. When building the server, first install the corresponding service software separately, then decompress the ISO of the Linux system, place the file corresponding to the ISO in the path of the corresponding service software, and then manually configure the kickstart configuration file for batch installation. Automatic generation. For users who do not understand the kickstart configuration process, this configuration process is very troublesome.
发明内容SUMMARY OF THE INVENTION
本发明主要解决的技术问题是提供一种Linux系统批量安装方法、装置及介质,能够兼容X86和ARM64架构服务器的Linux系统的批量安装,在window运行一个PXE引导安装的软件,就可以完成Linux系统的批量安装。The main technical problem to be solved by the present invention is to provide a Linux system batch installation method, device and medium, which can be compatible with the batch installation of Linux systems of X86 and ARM64 architecture servers, and run a PXE boot installation software in the window to complete the Linux system batch installation.
为解决上述技术问题,本发明采用的一个技术方案是:提供一种Linux系统批量安装方法,包括以下步骤:In order to solve the above-mentioned technical problem, a technical scheme adopted by the present invention is: a kind of Linux system batch installation method is provided, comprising the following steps:
S100,Linux系统对镜像文件进行解析;S100, the Linux system parses the image file;
S200,使用可视化的界面,生成启动配置文件;S200, use a visual interface to generate a startup configuration file;
S300,PXE服务端开启DHCP服务,DHCP服务进行自定义开发;S300, the DHCP service is enabled on the PXE server, and the DHCP service is customized for development;
S400,将含有TFTP服务和HTTP服务的软件整合到PXE服务端中;S400, integrate the software containing TFTP service and HTTP service into the PXE server;
S500,进行系统批量安装。S500, perform system batch installation.
进一步,所述S100步骤中,所述Linux系统对镜像文件进行解析时包括以下步骤:Further, in the step S100, when the Linux system parses the image file, the following steps are included:
S101,确认Linux操作系统类型、Linux操作系统安装镜像和服务器架构;S101, confirm the type of the Linux operating system, the installation image of the Linux operating system and the server architecture;
S102,软件根据Linux操作系统类型和服务器架构对Linux操作系统的镜像文件进行解析,将镜像文件中用于安装的软件自动包放置在TFTP服务和HTTP服务的目录中,将安装所要使用的引导文件放置到软件的指定位置;S102, the software parses the image file of the Linux operating system according to the type of the Linux operating system and the server architecture, places the software automatic package used for installation in the image file in the directory of the TFTP service and the HTTP service, and stores the boot file to be used for the installation. placed in the designated location of the software;
S103,解析所述镜像文件中包含的软件组。S103, parse the software group contained in the image file.
进一步,所述第二步中,所述生成启动配置文件前,用户对系统安装系统语言、时区和时间、系统分区和要安装的软件进行配置,配置完成后生成启动配置文件。Further, in the second step, before generating the startup configuration file, the user configures the system installation system language, time zone and time, system partition and software to be installed, and generates the startup configuration file after the configuration is completed.
进一步,所述S300步骤中,所述DHCP服务进行自定义开发包括PXE服务端开启DHCP服务后,服务器作为DHCP服务的客户端进行IP请求,当服务器将IP地址分配给指定服务时,DHCP服务将服务器的MAC地址和要分配的IP进行记录,并且为该服务器生成修改启动配置文件。Further, in the step S300, the custom development of the DHCP service includes that after the PXE server enables the DHCP service, the server acts as a client of the DHCP service to perform an IP request, and when the server assigns the IP address to the designated service, the DHCP service will The MAC address of the server and the IP to be assigned are recorded, and a modified startup configuration file is generated for the server.
进一步,所述修改启动配置文件是对启动配置文件中的IP地址和主机名称进行修改后的文件。Further, the modified startup configuration file is a file obtained by modifying the IP address and host name in the startup configuration file.
进一步,所述DHCP服务进行自定义开发时,生成修改启动配置文件后,将服务器的引导文件的名称命名为IP地址转为16进制后的数字,在PXE服务端进行PXE引导时优先查找以IP地址16进制的数字命名的引导文件,完成引导配置。Further, when the DHCP service is custom developed, after generating and modifying the startup configuration file, the name of the boot file of the server is named as the IP address and converted into a hexadecimal number, and when the PXE server performs PXE booting, it is preferentially searched for The boot file named by the hexadecimal number of the IP address completes the boot configuration.
进一步,所述S500步骤中,所述进行系统批量安装包括以下步骤:Further, in the step S500, the performing system batch installation includes the following steps:
S501,开启PXE安装功能;S501, enable the PXE installation function;
S502,启动PXE服务端进程,运行自定义开发的DHCP服务、TFTP服务和HTTP服务;S502, start the PXE server process, and run the custom developed DHCP service, TFTP service and HTTP service;
S503,将服务器和运行PXE引导软件的windows计算机放在同一局域网下;S503, place the server and the Windows computer running the PXE boot software under the same local area network;
S504,进行Linux系统批量安装。S504, perform batch installation of the Linux system.
一种Linux系统批量安装装置,包括:解析镜像文件模块、生成配置文件模块、DHCP服务模块、整合服务模块和执行模块;A Linux system batch installation device, comprising: a parsing image file module, a configuration file generating module, a DHCP service module, an integrated service module and an execution module;
所述解析镜像文件模块用于解析镜像文件,找到镜像文件中用于安装的软件自动包、安装所需引导文件和软件组,将用于安装的软件自动包、安装所需引导文件放置到指定位置,同时解析所述镜像文件中软件组;The parsing image file module is used to parse the image file, find the automatic software package for installation, the required guide file and software group for installation in the image file, and place the automatic software package used for installation and the required guide file for installation to the specified location. location, and at the same time parse the software group in the image file;
所述生成配置文件模块提供可视化界面,可视化界面上显示配置选项,用户选择配置选项以及所述解析镜像文件模块中的软件组,所述生成配置文件模块根据用户选择的配置选项和软件组生成安装过程启动配置文件;The generating configuration file module provides a visual interface, the configuration options are displayed on the visual interface, the user selects the configuration options and the software group in the parsing image file module, and the generating configuration file module generates and installs according to the configuration options and software groups selected by the user Process startup configuration file;
所述DHCP服务模块根据服务器的MAC地址和待分配的IP,对安装过程启动配置文件进行修改,得到安装过程修改启动配置文件并将服务器的引导文件的名称命名为IP地址转为16进制后的数字;The DHCP service module modifies the installation process startup configuration file according to the MAC address of the server and the IP to be allocated, obtains the installation process modification startup configuration file and names the server's boot file name as the IP address and converts it to hexadecimal. number;
所述整合服务模块将含有TFTP服务和HTTP服务的第三方的相关软件整合到PXE服务端;The integration service module integrates the relevant software of the third party containing the TFTP service and the HTTP service into the PXE server;
所述执行模块运行DHCP服务、TFTP服务和HTTP服务,将要安装系统的服务器和运行PXE引导软件的windows计算机在同一局域网内进行Linux系统批量安装。The execution module runs the DHCP service, the TFTP service and the HTTP service, and installs the Linux system in batches in the same local area network as the server on which the system is to be installed and the Windows computer running the PXE boot software.
一种Linux系统批量安装的计算机存储介质,其特征在于:用于储存上述Linux系统批量安装方法所用的计算机软件指令,其包含用于执行上述为Linux系统批量安装方法所设计的程序。A computer storage medium for batch installation of a Linux system, characterized in that it is used for storing computer software instructions used in the above-mentioned method for batch installation of a Linux system, and it includes a program for executing the above-mentioned program designed for the method for batch installation of a Linux system.
本发明的有益效果是:本发明能够兼容X86和ARM64架构服务器的Linux系统的批量安装,操作简便,提高部署效率,且可为不同服务器实现主机名称、静态IP等配置。The beneficial effects of the present invention are: the present invention can be compatible with batch installation of Linux systems of X86 and ARM64 architecture servers, is easy to operate, improves deployment efficiency, and can realize host name, static IP and other configurations for different servers.
附图说明Description of drawings
图1是本发明一种Linux系统批量安装方法一较佳实施例的流程图;1 is a flowchart of a preferred embodiment of a Linux system batch installation method of the present invention;
图2是本发明中Linux系统ISO安装镜像的解析的流程图;Fig. 2 is the flow chart of the analysis of the Linux system ISO installation image in the present invention;
图3是本发明中Linux安装过程配置文件的生成的流程图;Fig. 3 is the flow chart of the generation of Linux installation process configuration file in the present invention;
图4是本发明中DHCP服务的自定义开发的流程图;Fig. 4 is the flow chart of the self-defined development of DHCP service in the present invention;
图5是本发明一种Linux系统批量安装装置的结构图。FIG. 5 is a structural diagram of a Linux system batch installation device of the present invention.
具体实施方式Detailed ways
下面结合附图对本发明的较佳实施例进行详细阐述,以使本发明的优点和特征能更易于被本领域技术人员理解,从而对本发明的保护范围做出更为清楚明确的界定。The preferred embodiments of the present invention will be described in detail below with reference to the accompanying drawings, so that the advantages and features of the present invention can be more easily understood by those skilled in the art, and the protection scope of the present invention can be more clearly defined.
请参阅图1至图,5,本发明实施例包括:Please refer to FIG. 1 to FIG. 5, the embodiments of the present invention include:
见图1,一种Linux系统批量安装方法,包括:第一步,Linux系统对镜像文件进行解析;第二步,使用可视化的界面,生成使用的kickstart文件;第三步,PXE服务端开启DHCP服务,DHCP服务进行自定义开发;第四步,将含有TFTP服务和HTTP服务的软件整合到PXE服务端中;第五步,启动PXE服务端进程,运行自定义开发的DHCP服务、TFTP服务和HTTP服务,将要安装系统的服务器和运行PXE引导软件的windows计算机在一个局域网内进行Linux系统批量安装。See Figure 1, a Linux system batch installation method, including: the first step, the Linux system parses the image file; the second step, using the visual interface to generate the kickstart file for use; the third step, the PXE server enables DHCP service, DHCP service for custom development; the fourth step is to integrate the software containing TFTP service and HTTP service into the PXE server; the fifth step, start the PXE server process, run the custom developed DHCP service, TFTP service and HTTP service, the server where the system is to be installed and the Windows computer running the PXE boot software are installed in a local area network for batch installation of the Linux system.
所述第一步中,见图2,所述Linux系统对镜像文件进行解析包括首先确认Linux操作系统类型(CentOS、Redhat等)、Linux操作系统安装镜像和服务器架构X86或ARM64。然后软件根据所兼容的Linux操作系统类型和服务器架构对Linux操作系统的镜像文件进行解析,将镜像文件中用于安装的软件自动包放置在TFTP服务和HTTP服务的目录中,将安装所要使用的引导文件放置到软件的指定位置,同时解析所述镜像文件所包含的软件组,用于kickstart文件配置。In the first step, as shown in FIG. 2 , the analysis of the image file by the Linux system includes first confirming the Linux operating system type (CentOS, Redhat, etc.), the Linux operating system installation image and the server architecture X86 or ARM64. Then the software parses the image file of the Linux operating system according to the compatible Linux operating system type and server architecture, and places the software automatic package used for installation in the image file in the directory of the TFTP service and HTTP service, and installs the software to be used for installation. The boot file is placed in a designated position of the software, and the software group included in the image file is parsed for kickstart file configuration.
kickstart是一个定义了Linux安装过程的启动配置文件,比如要在系统中使用的时区、如何对驱动器进行分区、或者应该安装哪些软件包,kickstart文件包含了命令段,软件包段和脚本段,命令段用于配置系统;软件包段用于选择要安装的软件包组及软件包。A kickstart is a startup configuration file that defines the Linux installation process, such as the time zone to be used in the system, how to partition the drive, or which packages should be installed. A kickstart file contains command sections, package sections and script sections. Commands The section is used to configure the system; the package section is used to select package groups and packages to install.
见图3,所述第二步中,所述生成使用的kickstart文件前,让用户对系统安装系统语言、时区和时间、系统分区和所要安装的软件进行配置,配置完成后生成使用的kickstart文件。See Figure 3, in the second step, before generating the kickstart file used, let the user configure the system language, time zone and time, system partition and software to be installed, and generate the kickstart file after the configuration is complete. .
见图4,所述第三步中,所述DHCP服务进行自定义开发步骤包括PXE服务端开启DHCP服务后,服务器端作为DHCP的客户端进行IP请求,当服务器端确认将IP地址分配给指定服务时,自定义的DHCP服务将服务器的MAC地址和要分配的IP进行记录,并且为该服务器生成基于kickstart文件进行修改的修改kickstart文件,修改的内容包括IP地址和主机名称,不同的服务器采用不同的IP地址和主机名称;通过将IP地址转为16进制的数字作为该服务器的引导文件的名称,在PXE服务端进行PXE引导时优先查找于IP地址16进制的数字命名的引导文件,从而完成引导配置。As shown in Figure 4, in the third step, the custom development step of the DHCP service includes that after the PXE server starts the DHCP service, the server acts as a DHCP client to make an IP request, and when the server confirms that the IP address is assigned to the designated When serving, the custom DHCP service records the server's MAC address and the IP to be assigned, and generates a modified kickstart file for the server that is modified based on the kickstart file. The modified content includes the IP address and host name. Different servers use Different IP addresses and host names; by converting the IP address to a hexadecimal number as the name of the server's boot file, the boot file named by the IP address hexadecimal number is preferentially searched when the PXE server performs PXE booting to complete the boot configuration.
其中,DHCP(动态主机配置协议)是一个局域网的网络协议。指的是由服务器控制一段IP地址范围,客户机登录服务器时就可以自动获得服务器分配的IP地址和子网掩码。Among them, DHCP (Dynamic Host Configuration Protocol) is a network protocol of a local area network. Refers to a range of IP addresses controlled by the server, and the client can automatically obtain the IP address and subnet mask assigned by the server when logging in to the server.
PXE,Pre-boot Execution Environment,是由Intel设计的协议,它可以使计算机通过网络启动,协议分为client和server两端,PXE client在网卡的ROM中,当计算机引导时,BIOS把PXE client调入内存执行,并显示出命令菜单,经用户选择后,PXE client将放置在远端的操作系统通过网络下载到本地运行。TFTP服务器是一个多线程TFTP服务器,允许任何数量的客户端连接同时进行。它支持tsize,blksize,和间隔的选择,PXE启动,并可以运行独立的或以daemon方式运行。PXE, Pre-boot Execution Environment, is a protocol designed by Intel. It can enable the computer to start through the network. The protocol is divided into client and server ends. The PXE client is in the ROM of the network card. When the computer boots, the BIOS adjusts the PXE client. After the user selects, the PXE client will download the remote operating system to the local operation through the network. The TFTP server is a multi-threaded TFTP server that allows any number of client connections to be made simultaneously. It supports tsize, blksize, and interval selection, PXE booting, and can run standalone or as a daemon.
见图5,本发明实施例提供一种Linux系统批量安装装置,包括:解析镜像文件模块、生成配置文件模块、DHCP服务模块、整合服务模块和执行模块;Referring to FIG. 5, an embodiment of the present invention provides a Linux system batch installation device, including: a parsing image file module, a configuration file generating module, a DHCP service module, an integrated service module, and an execution module;
所述解析镜像文件模块用于解析镜像文件,找到镜像文件中用于安装的软件自动包、安装所需引导文件和软件组,将用于安装的软件自动包、安装所需引导文件放置到指定位置,同时解析所述镜像文件中软件组;The parsing image file module is used to parse the image file, find the automatic software package for installation, the required guide file and software group for installation in the image file, and place the automatic software package used for installation and the required guide file for installation to the specified location. location, and at the same time parse the software group in the image file;
所述生成配置文件模块提供可视化界面,可视化界面上显示配置选项,用户选择配置选项以及所述解析镜像文件模块中的软件组,所述生成配置文件模块根据用户选择的配置选项和软件组生成安装过程启动配置文件;The generating configuration file module provides a visual interface, the configuration options are displayed on the visual interface, the user selects the configuration options and the software group in the parsing image file module, and the generating configuration file module generates and installs according to the configuration options and software groups selected by the user Process startup configuration file;
所述DHCP服务模块根据服务器的MAC地址和待分配的IP,对安装过程启动配置文件进行修改,得到安装过程修改启动配置文件并将服务器的引导文件的名称命名为IP地址转为16进制后的数字;The DHCP service module modifies the installation process startup configuration file according to the MAC address of the server and the IP to be allocated, obtains the installation process modification startup configuration file and names the server's boot file name as the IP address and converts it to hexadecimal. number;
所述整合服务模块将含有TFTP服务和HTTP服务的第三方的相关软件整合到PXE服务端;The integration service module integrates the relevant software of the third party containing the TFTP service and the HTTP service into the PXE server;
所述执行模块运行DHCP服务、TFTP服务和HTTP服务,将要安装系统的服务器和运行PXE引导软件的windows计算机在同一局域网内进行Linux系统批量安装。The execution module runs the DHCP service, the TFTP service and the HTTP service, and installs the Linux system in batches in the same local area network as the server on which the system is to be installed and the Windows computer running the PXE boot software.
基于与前述实施例中基于Linux系统批量安装方法的发明构思,本说明书实施例还提供一种Linux系统批量安装的计算机存储介质,用于储存为上述Linux系统批量安装方法所用的计算机软件指令,其包含用于执行上述为Linux系统批量安装方法所设计的程序,该程序被处理器执行时实现前文中任一方法的步骤。Based on the inventive concept based on the Linux system batch installation method in the foregoing embodiments, the embodiments of this specification also provide a computer storage medium for Linux system batch installation, which is used for storing computer software instructions used in the above-mentioned Linux system batch installation method. It includes a program for executing the above-mentioned method for batch installation of a Linux system, and when the program is executed by a processor, it implements the steps of any of the foregoing methods.
以上所述仅为本发明的实施例,并非因此限制本发明的专利范围,凡是利用本发明说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本发明的专利保护范围内。The above descriptions are only the embodiments of the present invention, and are not intended to limit the scope of the present invention. Any equivalent structure or equivalent process transformation made by using the contents of the description and drawings of the present invention, or directly or indirectly applied to other related technologies Fields are similarly included in the scope of patent protection of the present invention.
Claims (8)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011149933.9A CN112256288B (en) | 2020-10-23 | 2020-10-23 | A kind of Linux system batch installation method, device and medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011149933.9A CN112256288B (en) | 2020-10-23 | 2020-10-23 | A kind of Linux system batch installation method, device and medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN112256288A CN112256288A (en) | 2021-01-22 |
CN112256288B true CN112256288B (en) | 2022-09-20 |
Family
ID=74262290
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011149933.9A Active CN112256288B (en) | 2020-10-23 | 2020-10-23 | A kind of Linux system batch installation method, device and medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112256288B (en) |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113076113B (en) * | 2021-04-12 | 2024-05-14 | 武汉深之度科技有限公司 | Method, host and system for installing operating system |
CN113094054A (en) * | 2021-04-14 | 2021-07-09 | 深圳忆联信息系统有限公司 | Automatic deployment method and device for multiple Linux systems and computer equipment |
CN113259434A (en) * | 2021-05-13 | 2021-08-13 | 浪潮商用机器有限公司 | Remote operation system installation method, device, equipment and storage medium |
CN113407201A (en) * | 2021-06-24 | 2021-09-17 | 浪潮电子信息产业股份有限公司 | System installation method and device |
CN113590140B (en) * | 2021-06-29 | 2025-03-25 | 济南浪潮数据技术有限公司 | A method and system for making a visual PXE system |
CN113672243B (en) * | 2021-07-29 | 2025-02-28 | 深圳市联影高端医疗装备创新研究院 | Linux system installation method, device, system, computer equipment and storage medium |
CN114070841B (en) * | 2021-09-29 | 2023-07-14 | 浪潮软件科技有限公司 | Server filling method, device, equipment and product |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20170371683A1 (en) * | 2016-06-22 | 2017-12-28 | HGST Netherlands B.V. | Provisioning the hyper-converged infrastructure bare metal systems from the top of the rack switch |
CN108415712A (en) * | 2018-03-09 | 2018-08-17 | 山东超越数控电子股份有限公司 | A method of based on PXE server batch installation acceptance of the bid kylin operating system |
CN109522028A (en) * | 2018-11-15 | 2019-03-26 | 郑州云海信息技术有限公司 | A kind of installation method and system of operating system |
-
2020
- 2020-10-23 CN CN202011149933.9A patent/CN112256288B/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20170371683A1 (en) * | 2016-06-22 | 2017-12-28 | HGST Netherlands B.V. | Provisioning the hyper-converged infrastructure bare metal systems from the top of the rack switch |
CN108415712A (en) * | 2018-03-09 | 2018-08-17 | 山东超越数控电子股份有限公司 | A method of based on PXE server batch installation acceptance of the bid kylin operating system |
CN109522028A (en) * | 2018-11-15 | 2019-03-26 | 郑州云海信息技术有限公司 | A kind of installation method and system of operating system |
Also Published As
Publication number | Publication date |
---|---|
CN112256288A (en) | 2021-01-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN112256288B (en) | A kind of Linux system batch installation method, device and medium | |
US7444621B2 (en) | Method and system for providing a common operating system | |
US6684327B1 (en) | Extensible, flexible, memory efficient technique for network boot without special DHCP/PXE hardware | |
JP5362974B2 (en) | How to use virtualization software for shipping software products | |
US6711688B1 (en) | Pre-execution logon (PEL) | |
CN112230942A (en) | Automatic deployment method and system supporting various domestic operating systems | |
CN112130917B (en) | Remote loading system mirror image method | |
CN104932919A (en) | Linux unattended installation implementation method | |
US20160269227A1 (en) | System and method for configuration management service | |
CN113590140B (en) | A method and system for making a visual PXE system | |
CN107329769A (en) | A kind of method and apparatus for configuring bare machine server | |
US8656384B2 (en) | Standardized software application configuration | |
CN103677807A (en) | Customizing program logic for booting a system | |
CN109144607A (en) | A kind of large-scale server automatic deployment and configuration method | |
US7293168B2 (en) | System and method for initially configuring and booting a device using a device identifier | |
US7631054B2 (en) | Method and system for generating list of operating systems for a target device | |
US20020073303A1 (en) | Method and system for remotely managing the selection of an operating system for a target device | |
CN105045614A (en) | Operating system installation method and system | |
CN114115917A (en) | Operating system installation method and device | |
US8140683B2 (en) | Method and system for selecting an operating system at user login on a target device | |
CN110764959A (en) | A method and device for deploying a test environment of a server | |
CN109445803A (en) | A kind of method of automated quick deployment installation K-UX operating system | |
CN113259434A (en) | Remote operation system installation method, device, equipment and storage medium | |
CN116755728A (en) | System deployment method and device, computer readable storage medium and electronic equipment | |
Cisco | Configuring the Cisco 1005 Router |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |