- Mastering PowerCLI
- Sajal Debnath
- 255字
- 2021-07-09 21:47:51
Chapter 3. Deploying vSphere Hosts
In the first chapter, we covered the basics of PowerShell and PowerCLI. Next, we covered various advanced topics, such as writing advanced functions in PowerShell and details of parameters and their different attributes. We also covered how to write help files and handle errors in PowerShell. All the previously mentioned topics were introductory topics so that you could use them to build your own advanced scripts. The primary aim of this book is to master PowerCLI, but for obvious reasons we need to master PowerShell to some extent so that we can build upon that. Since we already covered some part of it (the more advance topics of PowerShell will be covered in the upcoming chapters), let's dive into managing VMware environments using PowerCLI. We will start with the installation and configuration of the ESXi server using PowerCLI. Since there are various ways through which you can install the ESXi server, we will limit our discussion to only the portion that requires extensive use of PowerCLI. Keeping this in mind, in this chapter, we will discuss the following topics:
- Image Builder with PowerCLI
- Using host profiles
- Configuring Auto Deploy for ESXi hosts
- Adding hosts to a vCenter server
Note that vSphere Auto Deploy is a process using which you can automatically deploy an ESXi host, but since vSphere Auto Deploy depends heavily on the vSphere Image CLI Builder and host profiles, we will first cover these two topics and then we will cover Auto Deploy. So let's start.
- 極簡算法史:從數(shù)學到機器的故事
- Apache Oozie Essentials
- OpenNI Cookbook
- Mastering Ubuntu Server
- 零基礎(chǔ)學Java(第4版)
- Hands-On C++ Game Animation Programming
- PostgreSQL Replication(Second Edition)
- 零基礎(chǔ)學Python數(shù)據(jù)分析(升級版)
- 程序是怎樣跑起來的(第3版)
- Java EE 8 Application Development
- Kotlin編程實戰(zhàn):創(chuàng)建優(yōu)雅、富于表現(xiàn)力和高性能的JVM與Android應(yīng)用程序
- Mastering Business Intelligence with MicroStrategy
- Android項目實戰(zhàn):手機安全衛(wèi)士開發(fā)案例解析
- Python項目實戰(zhàn)從入門到精通
- Spring Boot+MVC實戰(zhàn)指南