search
HomeSystem TutorialLINUXThe company launches a business system, fully automated one-click installation system script sharing

The company launches a business system, fully automated one-click installation system script sharing

1. Background description:

The company recently needed to launch several business systems and purchased 11 HP servers. Engineers from the manufacturer helped install the servers, and the system was not installed, so we had to install it ourselves.

Think about the Linux shutdown command, the environment in the computer room~it’s so cold! Therefore, we must not automatically install each one How to install a linux system, so I compiled a fully manual one-click installation system script. I tested it on both RedHat and centos7, and the verification results were successful. Specifically Please see the process below!

The overall process of one-click manual installation script is as follows:

The client starts from the network card and manually obtains the IP address from the DHCP server in the external network; manually obtains the url of the boot file; the DHCP server returns the client IP and the url of the bootstrap file; the client obtains it from the TFTP server in the external network bootstrap file and execute it; load the kernel and file system through the TFTP server to start the installation. The manual installation is completed and the system restarts!

2. Configure the local yum source, as shown on the right:

如何安装linux系统_安装系统找不到硬盘怎么办_安装系统u盘启动步骤

Server-side installation script, as shown on the right:

安装系统u盘启动步骤_如何安装linux系统_安装系统找不到硬盘怎么办

如何安装linux系统_安装系统找不到硬盘怎么办_安装系统u盘启动步骤

3. For server-side installation and configuration, you only need to execute this script, as shown in the picture on the right:

安装系统找不到硬盘怎么办_安装系统u盘启动步骤_如何安装linux系统

Manually install and configure DHCP, TFTP, xinetd, Vsftpd, syslinux, Tcpdump and other services, as shown in the picture on the right:

如何安装linux系统_安装系统u盘启动步骤_安装系统找不到硬盘怎么办

如何安装linux系统_安装系统找不到硬盘怎么办_安装系统u盘启动步骤

4. The client manually starts installing the system

On the client side, I am using a virtual machine for demonstration. I configure the virtual machine to enable heavy network card startup, as shown in the picture on the right:

安装系统找不到硬盘怎么办_安装系统u盘启动步骤_如何安装linux系统

가상 머신 네트워크는 서버와 통신해야 합니다. 리눅스 시스템 설치 방법 여기서 구성한 것은 네트워크 카드 브리지 모드입니다. 기본적으로 호스트의 네트워크 상태는 그림과 같이 직접 복사됩니다. 오른쪽:

安装系统找不到硬盘怎么办_如何安装linux系统_安装系统u盘启动步骤

클라이언트는 오른쪽 그림과 같이 시스템 로딩 인터페이스에 수동으로 들어갑니다.

오른쪽 그림과 같이 로딩이 완료되고 설치가 시작됩니다.

如何安装linux系统_安装系统u盘启动步骤_安装系统找不到硬盘怎么办

安装系统u盘启动步骤_如何安装linux系统_安装系统找不到硬盘怎么办

安装系统u盘启动步骤_如何安装linux系统_安装系统找不到硬盘怎么办

오른쪽 그림과 같이 시스템 관련 서비스를 설치하세요.

安装系统找不到硬盘怎么办_如何安装linux系统_安装系统u盘启动步骤

오른쪽 그림과 같이 수동 설치가 완료되면 클라이언트 시스템이 다시 시작됩니다.

如何安装linux系统_安装系统找不到硬盘怎么办_安装系统u盘启动步骤

이걸로 Linux 읽는 방법을 마치겠습니다. 지난 호에서는 전체 작동 과정을 자세히 영상으로 보여드리겠습니다.

The above is the detailed content of The company launches a business system, fully automated one-click installation system script sharing. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Compare and contrast the security models of Linux and Windows.Compare and contrast the security models of Linux and Windows.Apr 24, 2025 am 12:03 AM

The security models of Linux and Windows each have their own advantages. Linux provides flexibility and customizability, enabling security through user permissions, file system permissions, and SELinux/AppArmor. Windows focuses on user-friendliness and relies on WindowsDefender, UAC, firewall and BitLocker to ensure security.

How does hardware compatibility differ between Linux and Windows?How does hardware compatibility differ between Linux and Windows?Apr 23, 2025 am 12:15 AM

Linux and Windows differ in hardware compatibility: Windows has extensive driver support, and Linux depends on the community and vendors. To solve Linux compatibility problems, you can manually compile drivers, such as cloning RTL8188EU driver repository, compiling and installing; Windows users need to manage drivers to optimize performance.

What are the differences in virtualization support between Linux and Windows?What are the differences in virtualization support between Linux and Windows?Apr 22, 2025 pm 06:09 PM

The main differences between Linux and Windows in virtualization support are: 1) Linux provides KVM and Xen, with outstanding performance and flexibility, suitable for high customization environments; 2) Windows supports virtualization through Hyper-V, with a friendly interface, and is closely integrated with the Microsoft ecosystem, suitable for enterprises that rely on Microsoft software.

What are the main tasks of a Linux system administrator?What are the main tasks of a Linux system administrator?Apr 19, 2025 am 12:23 AM

The main tasks of Linux system administrators include system monitoring and performance tuning, user management, software package management, security management and backup, troubleshooting and resolution, performance optimization and best practices. 1. Use top, htop and other tools to monitor system performance and tune it. 2. Manage user accounts and permissions through useradd commands and other commands. 3. Use apt and yum to manage software packages to ensure system updates and security. 4. Configure a firewall, monitor logs, and perform data backup to ensure system security. 5. Troubleshoot and resolve through log analysis and tool use. 6. Optimize kernel parameters and application configuration, and follow best practices to improve system performance and stability.

Is it hard to learn Linux?Is it hard to learn Linux?Apr 18, 2025 am 12:23 AM

Learning Linux is not difficult. 1.Linux is an open source operating system based on Unix and is widely used in servers, embedded systems and personal computers. 2. Understanding file system and permission management is the key. The file system is hierarchical, and permissions include reading, writing and execution. 3. Package management systems such as apt and dnf make software management convenient. 4. Process management is implemented through ps and top commands. 5. Start learning from basic commands such as mkdir, cd, touch and nano, and then try advanced usage such as shell scripts and text processing. 6. Common errors such as permission problems can be solved through sudo and chmod. 7. Performance optimization suggestions include using htop to monitor resources, cleaning unnecessary files, and using sy

What is the salary of Linux administrator?What is the salary of Linux administrator?Apr 17, 2025 am 12:24 AM

The average annual salary of Linux administrators is $75,000 to $95,000 in the United States and €40,000 to €60,000 in Europe. To increase salary, you can: 1. Continuously learn new technologies, such as cloud computing and container technology; 2. Accumulate project experience and establish Portfolio; 3. Establish a professional network and expand your network.

What is the main purpose of Linux?What is the main purpose of Linux?Apr 16, 2025 am 12:19 AM

The main uses of Linux include: 1. Server operating system, 2. Embedded system, 3. Desktop operating system, 4. Development and testing environment. Linux excels in these areas, providing stability, security and efficient development tools.

Does the internet run on Linux?Does the internet run on Linux?Apr 14, 2025 am 12:03 AM

The Internet does not rely on a single operating system, but Linux plays an important role in it. Linux is widely used in servers and network devices and is popular for its stability, security and scalability.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.