- 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.
- 解構(gòu)產(chǎn)品經(jīng)理:互聯(lián)網(wǎng)產(chǎn)品策劃入門寶典
- Java入門經(jīng)典(第6版)
- Learning Apex Programming
- JavaScript+jQuery網(wǎng)頁(yè)特效設(shè)計(jì)任務(wù)驅(qū)動(dòng)教程(第2版)
- Web Development with Django Cookbook
- Java Web程序設(shè)計(jì)
- Getting Started with NativeScript
- Android開(kāi)發(fā):從0到1 (清華開(kāi)發(fā)者書(shū)庫(kù))
- 基于SpringBoot實(shí)現(xiàn):Java分布式中間件開(kāi)發(fā)入門與實(shí)戰(zhàn)
- Visual Basic程序設(shè)計(jì)習(xí)題與上機(jī)實(shí)踐
- OpenStack Networking Essentials
- 零代碼實(shí)戰(zhàn):企業(yè)級(jí)應(yīng)用搭建與案例詳解
- Managing Microsoft Hybrid Clouds
- 零基礎(chǔ)學(xué)C語(yǔ)言(第4版)
- 程序員必會(huì)的40種算法