Introduction
It seems like a lifetime ago, 2005. That was the year that I tried to convince my boss to use VMware GSX Server on our new DL385 and thus the start of my journey delving into the depths of virtualization. The world of information technology (IT) has definitely shifted a couple of times since then. The two most obvious changes are the proliferation of virtualization and the subsequent widespread adoption of cloud computing.
Virtualization-especially server virtualization-is readily embraced in datacenters worldwide. VMware has gone from being a relatively small vendor to having the commanding share of the server virtualization market. Over the years, other companies such as Microsoft, Red Hat, and Citrix have jumped into the server virtualization space, but after all this time, it's still VMware that's synonymous with virtualization. For all intents and purposes, VMware invented the market.
Cloud Computing is a somewhat natural evolution of virtualization. If virtualization is the abstraction of individual server hardware, cloud computing is the abstraction of entire datacenters' worth of hardware. The scale can be smaller or larger, but the abstraction type is the same. But I'm getting ahead of myself. If you're reading this, there's a chance you're just now starting to learn about virtualization. What is virtualization, and why is it important to you?
As I mentioned, I define virtualization as the abstraction of one computing resource from another computing resource. Consider storage virtualization-in this case, you are abstracting servers (one computing resource) from the storage to which they are connected (another computing resource). This holds true for other forms of virtualization, too, like application virtualization (abstracting applications from the operating system). When most IT professionals think of virtualization, they think of hardware (or server) virtualization: abstracting the operating system from the underlying hardware on which it runs and thus enabling multiple operating systems to run simultaneously on the same physical server. That is the technology on which VMware has built its market share.
Almost single-handedly, VMware's enterprise-grade virtualization solution has revolutionized how organizations manage their datacenters. Before VMware introduced its powerful virtualization solution, organizations bought a new server every time a new application needed to be provisioned. Over time, datacenters became filled with servers that were all using only a fraction of their overall capacity. Even though these servers were underutilized, organizations still had to pay to power them and to dissipate the heat they generated.
Now, using VMware's server virtualization products, organizations can run multiple operating systems and applications on their existing hardware, and new hardware is purchased only when capacity needs dictate. No longer must organizations purchase a new physical server whenever a new application needs to be deployed. By stacking workloads together using virtualization, organizations derive greater value from their hardware investments. They also reduce operational costs by reducing the number of physical servers and associated hardware in the datacenter, in turn decreasing power usage and cooling needs in the datacenter. In some cases, these operational cost savings can be quite significant.
But consolidation is only one benefit of virtualization; companies also realize greater workload mobility, increased uptime, streamlined disaster-recovery options, and a bevy of other benefits from adopting virtualization. And virtualization, specifically server virtualization, has created the foundation for a new way of approaching the computing model: cloud computing.
Cloud computing is built on the tenets of broad network access, resource pooling, rapid elasticity, on-demand self-service, and measured service. Virtualization, such as that provided by VMware's products, enables the IT industry to embrace this new operational model of more efficiently providing services to their customers, whether those customers are internal (their employees) or external (partners, end users, or consumers). That ability to efficiently provide services is the reason virtualization is important to you.
This book provides all the information you, as an IT professional, need to design, deploy, configure, manage, and monitor a dynamic virtualized environment built on VMware's enterprise-class server virtualization product: vSphere 6.7.
-Nick Marshall, Author
What Is Covered in This Book
This book is written with a start-to-finish approach to installing, configuring, managing, and monitoring a virtual environment using the VMware vSphere 6.7 product suite. The book begins by introducing the vSphere product suite and all of its great features. After introducing all of the bells and whistles, the book details an installation of the product and then moves into configuration. This includes configuring vSphere's extensive networking and storage functionality. We wrap up the configuration discussion with chapters on high availability, redundancy, and resource utilization. After completing the installation and configuration, we move into virtual machine creation and management and then into monitoring and troubleshooting. You can read this book from cover to cover to gain an understanding of the vSphere product suite in preparation for a new virtual environment, or you can use it as a reference if you are an IT professional who has begun your virtualization and wants to complement your skills with real-world tips, tricks, and best practices as found in each chapter.
This book, geared toward the aspiring as well as the practicing virtualization professional, provides information to help implement, manage, maintain, and troubleshoot an enterprise virtualization scenario.
Here is a glance at what's in each chapter and the appendix:
- Chapter 1: Introducing VMware vSphere 6.7 We begin with a general overview of all the products that make up the vSphere 6.7 product suite. This chapter also covers vSphere licensing and provides some examples of benefits that an organization might see from adopting vSphere as its virtualization solution.
- Chapter 2: Planning and Installing VMware ESXi This chapter looks at the architecture of the VMware hypervisor, ESXi, along with selecting the physical hardware, choosing your version of VMware ESXi, planning your installation, and installing VMware ESXi, both manually and in an unattended fashion.
- Chapter 3: Installing and Configuring vCenter Server In this chapter, we dive deep into planning your vCenter Server environment. vCenter Server is a critical management component of vSphere, so this chapter discusses the proper design, planning, installation, and configuration for vCenter Server.
- Chapter 4: vSphere Update Manager and the vCenter Support Tools This chapter describes what is involved in planning, designing, installing, and configuring the vSphere Update Manager along with some of the other vCenter tools. You'll use vCenter Update Manager to keep your vSphere environment patched and up-to-date.
- Chapter 5: Creating and Configuring a vSphere Network This virtual-networking chapter covers the design, management, and optimization of virtual networks, including features like the vSphere Distributed Switch. In this chapter, we also initiate discussions and provide solutions on how to integrate the virtual networking architecture with the physical network architecture while maintaining network security.
- Chapter 6: Creating and Configuring Storage Devices This in-depth chapter provides an extensive overview of the various storage architectures available for vSphere. In this chapter, we discuss vSAN, Fibre Channel, iSCSI, and NAS storage design and optimization techniques as well as storage features like thin provisioning, multipathing, and round-robin load balancing.
- Chapter 7: Ensuring High Availability and Business Continuity This exciting chapter covers the hot topics regarding business continuity and disaster recovery. We provide details on building highly available server clusters in virtual machines. In addition, this chapter discusses the use of vSphere High Availability (HA) and vSphere Fault Tolerance (FT) as ways of providing failover for virtual machines running in a vSphere environment. We also discuss backup options using vSphere's Storage APIs.
- Chapter 8: Securing VMware vSphere Security is an important part of any implementation, and in this chapter, we cover different security management aspects, including managing direct ESXi host access and integrating vSphere with Active Directory. This chapter also covers how to manage user access for environments with multiple levels of system administration and how to employ Windows users and groups in conjunction with the vSphere security model to ease the administrative delegation that comes with enterprise-level deployments.
- Chapter 9: Creating and Managing Virtual Machines This chapter introduces the practices and procedures involved in provisioning virtual machines through vCenter Server. In addition, you're introduced to timesaving techniques, virtual machine optimization, and best practices that will ensure simplified management as the number of virtual machines grows larger over time.
- Chapter 10: Using Templates and vApps This chapter introduces the idea of templates, a mechanism for more rapidly...