Book Image

Learning Proxmox VE

Book Image

Learning Proxmox VE

Overview of this book

Proxmox VE 4.1 provides an open source, enterprise virtualization platform on which to host virtual servers as either virtual machines or containers. This book will support your practice of the requisite skills to successfully create, tailor, and deploy virtual machines and containers with Proxmox VE 4.1. Following a survey of PVE's features and characteristics,this book will contrast containers with virtual machines and establish cases for both. It walks through the installation of Proxmox VE, explores the creation of containers and virtual machines, and suggests best practices for virtual disk creation, network configuration, and Proxmox VE host and guest security.Throughout the book, you will navigate the Proxmox VE 4.1 web interface and explore options for command-line management
Table of Contents (14 chapters)

Chapter 2. Installing Proxmox VE

This chapter is a guide to the installation of Proxmox VE on a physical machine. After completing this chapter, you will have a working PVE server for exploration, experimentation, and perhaps production, depending on your hardware configuration.

Along the way, the chapter will explain how to determine whether a computer's hardware satisfies PVE's minimal or optimal requirements. This chapter also helps us determine whether our configurations make the most of Intel or AMD's virtualization technologies. Finally, it will outline what to expect from the Proxmox Installer, and how to initiate and, ultimately, complete the installation and configuration of a new Proxmox VE system.

The chapter is organized sequentially, moving from installation preparations through booting the new server:

  • Hardware requirements and recommendations for Proxmox VE
  • Downloading Proxmox VE
  • Ensuring hardware virtualization (or nested virtualization) is enabled
  • Preparing for the Proxmox VE Installer...