|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn881035288 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
140606s2014 enk o 000 0 eng d |
040 |
|
|
|a IDEBK
|b eng
|e pn
|c IDEBK
|d EBLCP
|d N$T
|d E7B
|d OCLCQ
|d COO
|d OCLCF
|d OCLCQ
|d YDXCP
|d DEBSZ
|d OCLCQ
|d FEM
|d AGLDB
|d OCLCQ
|d OCLCO
|d ICA
|d OCLCQ
|d OCLCO
|d ZCU
|d XFH
|d MERUC
|d OCLCQ
|d OCLCO
|d D6H
|d OCLCQ
|d OCLCO
|d VTS
|d ICG
|d AU@
|d OCLCQ
|d OCLCO
|d STF
|d DKC
|d OCLCQ
|d OCLCO
|d OCLCQ
|d AJS
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 907247974
|a 968076334
|a 968977318
|a 994350377
|
020 |
|
|
|a 9781783982431
|q (electronic bk.)
|
020 |
|
|
|a 1783982438
|q (electronic bk.)
|
020 |
|
|
|a 1306823447
|q (ebk)
|
020 |
|
|
|a 9781306823449
|q (ebk)
|
020 |
|
|
|a 9781783982424
|
020 |
|
|
|a 178398242X
|
029 |
1 |
|
|a AU@
|b 000059691743
|
029 |
1 |
|
|a AU@
|b 000067103265
|
029 |
1 |
|
|a CHNEW
|b 000677529
|
029 |
1 |
|
|a CHNEW
|b 000698026
|
029 |
1 |
|
|a CHNEW
|b 000887702
|
029 |
1 |
|
|a CHVBK
|b 37446619X
|
029 |
1 |
|
|a DEBBG
|b BV043609504
|
029 |
1 |
|
|a DEBSZ
|b 446053988
|
029 |
1 |
|
|a DEBSZ
|b 484723758
|
035 |
|
|
|a (OCoLC)881035288
|z (OCoLC)907247974
|z (OCoLC)968076334
|z (OCoLC)968977318
|z (OCoLC)994350377
|
037 |
|
|
|a 6540807646991990136
|b TotalBoox
|f Ebook only
|n www.totalboox.com
|
050 |
|
4 |
|a QA76.76.C69
|
072 |
|
7 |
|a COM
|x 013000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 014000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 067000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 032000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 037000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 052000
|2 bisacsh
|
082 |
0 |
4 |
|a 004.36
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Ewart, John.
|
245 |
1 |
0 |
|a Managing Windows Servers with Chef /
|c John Ewart.
|
260 |
|
|
|a Birmingham :
|b Packt Publishing,
|c 2014.
|
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
|
588 |
0 |
|
|a Print version record.
|
520 |
|
|
|a In Detail This book begins with an introduction to the functionality and benefits of using Chef to manage Windows systems. From there, you are shown an overview of the Chef architecture and how to prepare a Windows host so that it can be managed by Chef, followed by an example of writing code to install a popular .NET application with Chef. This book looks at how Windows system administrators can effectively leverage Chef as an automated system management tool to simplify their lives through managed infrastructure. Included are practical examples that will help you to understand how to take advantage of Chef when managing your infrastructure. By the end of the book, you will be able to deploy software, provision hosts (including cloud servers), develop and test recipes for multiple platforms, and manage Windows hosts using the powerful tools that Chef provides. Approach This is a guide to automating Windows infrastructures using Chef, from the big picture through to hands-on examples. Who this book is for This book is designed for systems administrators who have had some exposure to Chef and are interested using it to manage their Windows-based systems. Some exposure to programming or scripting languages is expected for portions of this book.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Chef and Windows; Working with Windows; Interacting with end hosts; Bootstrapping Windows hosts; Scaling with cloud providers; Scripting with PowerShell; Integrating with Linux-based systems; Working with Windows-specific resources; Supported platforms; Summary; Chapter 2: Installing the Client -- an Overview of Chef Concepts; Getting to know Chef better; Overview of Chef's architecture; Installing the Chef client on Windows; Preparing to bootstrap Windows hosts.
|
505 |
8 |
|
|a Enabling Windows Remote ManagementConfiguring firewall ports; Enabling basic authentication; Bootstrapping a Windows host; Installing via MSI; Summary; Chapter 3: Windows-specific Resources; Working with Windows-specific resources; Platforms supported by Chef; Managing roles and features; Installing roles using different mechanisms; Executing batch scripts; Running scripts at startup; Installing software packages; Manipulating printers; Managing printer ports; Managing printers; Interacting with the Windows Registry; The Chef 10.x resource; The Chef 0.11.x resource; Managing the system path.
|
505 |
8 |
|
|a Scheduling tasksInteracting with Windows pagefiles; ZIP files; Rebooting Windows; Summary; Chapter 4: Provisioning an Application Stack; Examining the cookbook; Installing the cookbook; Fetching from GitHub; Examining the recipe; Installing the prerequisites; Preparing the IIS service; Fetching the application; Configuring the application; Generating an IIS pool and site; Performing the installation; Bootstrapping the host; Creating the role; Applying the role to the node; Summary; Chapter 5: Managing Cloud Services with Chef; Working with Microsoft Azure.
|
505 |
8 |
|
|a Downloading the management certificateConfiguring knife for Azure; Creating a new Azure virtual machine; Bootstrapping your Azure node; Creating a reusable image; Managing Amazon EC2 instances; Installing the EC2 knife plugin; Setting up EC2 authentication; Provisioning an EC2 instance; Executing custom user scripts in EC2; Writing the user script; Providing a custom user script; Removing the Chef node; Interacting with Rackspace cloud; Provisioning a Rackspace instance; Injecting configuration into the virtual machine; Terminating the instance; Removing the Chef node; Summary.
|
505 |
8 |
|
|a Chapter 6: Going Beyond the BasicsChef's declarative language; Handling multiple platforms; Declaring support in your cookbook; Multiplatform recipes; Reducing complexity; Versioning and source control; Testing recipes; RSpec and ChefSpec; Testing basics; RSpec; ChefSpec; Executing tests; Understanding failure; Expanding your tests; Summary; Index.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Chef (Computer program)
|
630 |
0 |
0 |
|a Microsoft Windows server.
|
630 |
0 |
7 |
|a Chef (Computer program)
|2 fast
|
630 |
0 |
7 |
|a Microsoft Windows server
|2 fast
|
650 |
|
0 |
|a Client/server computing.
|
650 |
|
6 |
|a Architecture client-serveur (Informatique)
|
650 |
|
7 |
|a COMPUTERS
|x Computer Literacy.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Computer Science.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Information Technology.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Machine Theory.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Reference.
|2 bisacsh
|
650 |
|
7 |
|a Client/server computing
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Ewart, John.
|t Managing Windows Servers with Chef.
|d Packt Publishing 2014
|z 1306823447
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=783503
|z Texto completo
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10875756
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 783503
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis28430903
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11830272
|
994 |
|
|
|a 92
|b IZTAP
|