Menu Close
Red Hat Training
A Red Hat training course is available for Red Hat Enterprise Linux
31장. PXE 네트워크 설치
Red Hat Enterprise Linux 는 NFS, FTP, 또는 HTTP 프로토콜을 사용하여 네트워크를 통해 설치할 수 있습니다. 부팅 CD-ROM, 부팅 가능한 플래쉬 메모리 장치, Red Hat Enterprise Linux CD #1을 사용한
askmethod
부트 옵션을 통해 네트워크 설치를 하실 수 있습니다. 다른 방법으로, 설치된 시스템이 PXE (Pre-Execution Environment) 지원을 사용한 네트워크 인터페이스 카드 (NIC)를 포함할 경우, 이는 CD-ROM과 같은 로컬 매체가 아닌 다른 네트워크 시스템에 있는 파일에서의 부팅하기로 설정될 수 있습니다.
For a PXE network installation, the client's NIC with PXE support sends out a broadcast request for DHCP information. The DHCP server provides the client with an IP address, other network information such as name server, the IP address or hostname of the
tftp
server (which provides the files necessary to start the installation program), and the location of the files on the tftp
server. This is possible because of PXELINUX, which is part of the syslinux
package.
PXE 설치를 준비하시려면 다음 과정을 따르셔야 합니다:
- 네트워크 (NFS, FTP, HTTP) 서버가 설치 트리를 익스포트하도록 설정하십시오.
- PXE 부팅에 필요한
tftp
서버에 파일을 설정하십시오. - PXE 설정에서 부팅을 허용할 호스트를 설정하십시오.
tftp
서비스를 시작하십시오.- DHCP를 설정하십시오.
- 클라이언트를 부팅하고 설치를 시작하십시오.