Cargando…

PowerCLI essentials : simplify and automate server administration tasks with PowerCLI /

Simplify and automate server administration tasks with PowerCLIAbout This Book Automate VMware's VSphere environment by learning the essentials of PowerCLI Impress your peers by developing scripts to perform administration tasks Discover the intricate workings of PowerCLI through simple and rea...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Halverson, Chris
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2016.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn948247966
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|||||||||
008 160429s2016 enk o 000 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d YDXCP  |d COO  |d NLE  |d OCLCO  |d OCLCF  |d OCLCQ  |d DEBSZ  |d FEM  |d EBLCP  |d MERUC  |d OCLCQ  |d VT2  |d UOK  |d WYU  |d OCLCQ  |d OCLCO  |d LVT  |d N$T  |d AGLDB  |d STF  |d UMI  |d DEBBG  |d CEF  |d UAB  |d IGB  |d BTN  |d AUW  |d INTCL  |d MHW  |d SNK  |d OCLCQ  |d OCLCO  |d OCLCQ 
019 |a 948547104  |a 948819958  |a 966088327  |a 968034161  |a 968071865  |a 969010967 
020 |a 1785885103  |q (electronic bk.) 
020 |a 9781785881770  |q (electronic bk.) 
020 |a 1785881779  |q (Trade Paper) 
020 |a 9781785885105  |q (electronic bk.) 
029 1 |a AU@  |b 000067090953 
029 1 |a DEBBG  |b BV043969352 
029 1 |a DEBSZ  |b 480365202 
029 1 |a DEBSZ  |b 485798689 
029 1 |a GBVCP  |b 882849778 
035 |a (OCoLC)948247966  |z (OCoLC)948547104  |z (OCoLC)948819958  |z (OCoLC)966088327  |z (OCoLC)968034161  |z (OCoLC)968071865  |z (OCoLC)969010967 
037 |a 917433  |b MIL 
050 4 |a QA76.9.V5 
050 4 |a T55.4-60.8 
072 7 |a COM  |x 046090  |2 bisacsh 
082 0 4 |a 005.43  |2 23 
049 |a UAMI 
100 1 |a Halverson, Chris. 
245 1 0 |a PowerCLI essentials :  |b simplify and automate server administration tasks with PowerCLI /  |c Chris Halverson. 
246 3 |a Power command-line interface essentials 
246 3 0 |a Simplify and automate server administration tasks with PowerCLI 
260 |a Birmingham, UK :  |b Packt Publishing,  |c 2016. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Community experience distilled 
520 8 |a Simplify and automate server administration tasks with PowerCLIAbout This Book Automate VMware's VSphere environment by learning the essentials of PowerCLI Impress your peers by developing scripts to perform administration tasks Discover the intricate workings of PowerCLI through simple and real-life examplesWho This Book Is ForPowerCLI Essentials is focused toward virtualization professionals and system administrators who want to discover and learn about the automation techniques associated with PowerCLI for complex virtual environments. What You Will Learn Download and install PowerCLI and its basics as well as the basics of PowerShell Enchance your scritping experience Build longer scripts and simpler reports Relate a task in VMware administration to a PowerCLI script Discover methods to acquire and change information remotely Set up orchestrator to manage your workflowIn DetailHave you ever wished you could automatically get a report with all the relevant information about your VMware environments in exactly the format you want? Or that you could automate a crucial task that needs to be performed on a regular basis? Powerful Command Line Interface (PowerCLI) scripts do all these things and much more for VMware environments. PowerCLI is a command-line interface tool used to automate VMware vSphere environments. It is used to handle complicated administration tasks through use of various cmdlets and scripts, which are designed to handle certain aspects of VSphere servers and to help you manage them. This book will show you the intricacies of PowerCLI through real-life examples so that you can discover the art of PowerCLI scripting. At the start, you will be taught to download and install PowerCLI and will learn about the different versions of it. Moving further, you will be introduced to the GUI of PowerCLI and will find out how to develop single line scripts to duplicate running tasks, produce simple reports, and simplify administration. Next, you will learn about the methods available to get information remotely. Towards the end, you will be taught to set up orchestrator and build workflows in PowerShell with update manager and SRM scripts. Style and approachEach and every topic in this book is explained in a very easy-to-follow fashion with real-life, simple examples so you'll get an idea not only about working with PowerCLI, but will also get an idea about scripting. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: An Introduction to Essential Administration with PowerCLI; Why this book, and why now?; Understanding PowerShell versions; The basic structure of PowerShell; Why is version understanding important?; v2 or v3 -- what's the difference?; Installing PowerShell v3 on a Windows 7 or Windows 2008 R2 machine; Understanding PowerCLI; Getting PowerCLI versions; The PowerCLI change log; Getting PowerCLI; Pre-requisites before getting PowerCLI; Downloading PowerCLI; Installing PowerCLI. 
505 8 |a Getting helpSetting up the PowerCLI installation; Summary; Chapter 2: Comparing Point and Click Administration to PowerCLI and Scripting; Getting started; Where do we begin?; Where do we find scripts and snippets that are safe to run?; VMware communities; VMware blogs; VMware flings; PowerGUI; Notepad++; PowerShell Scriptomatic; Microsoft TechNet Script Center; Programming interfaces; Writing the script; Planning the purpose; Thinking through a script; Planning the output; Making the script; Final script; Report-VMHostConfigStatus; Starting with the inputs; Getting the current configuration. 
505 8 |a Output of dataGetting the same information through PowerCLI; Network; Storage; Output; Final script of the report; Summary; Chapter 3: Enhancing the Scripting Experience; Code repositories -- why would I need that?; Building an internal repository; Using a third-party tool for code check-in and check-out; Send it to the cloud! Publicly accessible script repositories; Conclusions; Scripting with the intention to reuse; Functions, functions, functions -- the fun with functions; Example of a multifunctional script; Using modules; Calling other scripts within the script. 
505 8 |a Example of a framework scriptBuilding a framework that others can build upon; Running a workflow; Quality control, consistency, and simplification; Revisiting documentation; Script simplification; Error handling; Verification testing; Version control and keeping previous versions; What signifies a major version versus a minor version; Storing versions; Building a VM script using all the pieces; Summary; Chapter 4: Windows Administration within VMware Administration; What is DevOps?; Starting a DevOps practice; Defining the roles; An example process; Duties of the Automation Engineer. 
505 8 |a Building the scriptMixing PowerCLI and standard PowerShell; Building a Windows script host; Using commands to enable remote desktops on a Windows 2012 R2 server; Running PowerCLI and Windows Administration; A script example; Thinking through the script; Building the script; Invoke-VMScript configuration; Running remote on a Linux guest; Basic BASH; Invoke-VMScript configuration; Introduction to vRealize Orchestrator; Summary; Chapter 5: Workflows and vRealize Orchestrator; Workflows; The beginning of a workflow; The planning stage; The design phase; The implementation phase; The testing phase. 
588 0 |a Print version record. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a VMware. 
630 0 7 |a VMware.  |2 fast  |0 (OCoLC)fst01395413 
650 0 |a Virtual computer systems. 
650 6 |a Systèmes virtuels (Informatique) 
650 7 |a COMPUTERS  |x Operating Systems  |x Virtualization.  |2 bisacsh 
650 7 |a Virtual computer systems.  |2 fast  |0 (OCoLC)fst01167683 
655 7 |a Software.  |2 fast  |0 (OCoLC)fst01411640 
830 0 |a Community experience distilled. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781785881770/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4803442 
938 |a EBSCOhost  |b EBSC  |n 1227224 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis34515834 
938 |a YBP Library Services  |b YANK  |n 12970437 
994 |a 92  |b IZTAP