|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
OR_ocn922588943 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
150930s2015 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d N$T
|d IDEBK
|d YDXCP
|d OCLCF
|d DEBBG
|d COO
|d EBLCP
|d VT2
|d DEBSZ
|d IDB
|d OCLCQ
|d MERUC
|d OCLCQ
|d OCLCO
|d CEF
|d OCLCQ
|d OCLCO
|d WYU
|d UAB
|d UKAHL
|d OCLCQ
|d OCLCO
|d QGK
|d UKMGB
|d OCLCO
|d OCLCQ
|
015 |
|
|
|a GBC226954
|2 bnb
|
016 |
7 |
|
|a 018007187
|2 Uk
|
019 |
|
|
|a 919861512
|a 919873842
|a 935250423
|a 1259195224
|
020 |
|
|
|a 9781784392895
|q (electronic bk.)
|
020 |
|
|
|a 1784392898
|q (electronic bk.)
|
020 |
|
|
|a 1784398659
|
020 |
|
|
|a 9781784398651
|
020 |
|
|
|z 9781784398651
|
029 |
1 |
|
|a DEBBG
|b BV043020320
|
029 |
1 |
|
|a DEBSZ
|b 455698910
|
029 |
1 |
|
|a DEBSZ
|b 473870835
|
029 |
1 |
|
|a UKMGB
|b 018007187
|
035 |
|
|
|a (OCoLC)922588943
|z (OCoLC)919861512
|z (OCoLC)919873842
|z (OCoLC)935250423
|z (OCoLC)1259195224
|
037 |
|
|
|a CL0500000648
|b Safari Books Online
|
050 |
|
4 |
|a QA76.76.C69
|
072 |
|
7 |
|a COM
|x 051330
|2 bisacsh
|
082 |
0 |
4 |
|a 005.1
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Uphill, Thomas,
|e author.
|
245 |
1 |
0 |
|a Troubleshooting Puppet :
|b troubleshoot your Puppet infrastructure to fix problems quickly /
|c Thomas Uphill.
|
246 |
3 |
0 |
|a Troubleshoot your Puppet infrastructure to fix problems quickly
|
264 |
|
1 |
|a Birmingham, UK :
|b Packt Publishing,
|c 2015.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
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
|
588 |
0 |
|
|a Online resource; title from cover (Safari, viewed September 25, 2015).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Puppet Infrastructure; The lifecycle of a Puppet run; Puppet configuration; puppet help; puppet resource; puppet apply; puppet parser validate; Logfiles and the catalog; puppet master; puppetserver; jq; Communication issues; Network-related problems; Netcat; SSL-related problems; Summary; Chapter 2: Writing Puppet Manifests; Writing code; Editors; Vim; Emacs; Geppetto; puppet-lint; Testing code; Validating code; Vagrant; Committing code; Git Hooks; Using environments.
|
505 |
8 |
|
|a Personal branchesSummary; Chapter 3: Modules and Templates; Metaparameters; Autorequires; Explicit ordering; Defined types; Custom facts; Pry; Environment; Files; Templates; Debugging templates; Summary; Chapter 4: Hiera and External Node Classifiers; YAML files; JSON; Hiera; Permissions; PuppetDB; Debug; strace; puppet apply; External node classifiers -- ENCs; The Foreman; The Foreman proxy; Puppet Enterprise; LDAP; Summary; Chapter 5: The Marionette Collective; Architecture; ActiveMQ configuration; JMX; ActiveMQ and resource limits; Using mco; Ping works, nothing else; Facts.
|
505 |
8 |
|
|a Discovery timeoutDebugging and logging; Direct addressing; Time synchronization; Summary; Chapter 6: PuppetDB and Puppet Server; PuppetDB; Puppet Server; Debugging Ruby; Logging; Reports; Time; Summary; Chapter 7: Help Me!; Puppet Forge/GitHub; Community help; IRC channels; Puppet user groups; Puppet Labs; Summary; Index.
|
520 |
|
|
|a Troubleshoot your Puppet infrastructure to leverage your system's performance effectively About This Book Covers major tools in Puppet deployment Fix catalog compilation problems and deal with issues found in larger deployments, such as scaling and improving performance. A fast-paced guide with real-world examples Who This Book Is For If you are a beginner to intermediate Puppet Engineer looking for guidance to help fix problems with your Puppet deployments, this book is for you. What You Will Learn Debug your Puppet infrastructure Use APIs to ensure services are working properly Fix catalog compilation issues Solve problems using Hiera tool Detect problems in your environment using PuppetDB tool Learn ways to format code to aid in identifying errors Troubleshoot errors in modules and templates In Detail Puppet is a configuration management system written for system administrators to manage a large number of systems efficiently and help maintain order. Deploying Puppet becomes more complex as you increase the number of nodes in your environment. The Puppet tool is an intelligent solution that increases the automation footprint for the proactive management of server infrastructures. Puppet's simple programming language is usable on most operating systems and is portable on different deployment environments. We begin by looking at the puppet.conf server configuration file, and talk about possible problems that can occur. What does puppet really do in the background and what options does it provide for troubleshooting? This is what we will explore. Moving on, we will be troubleshooting errors made in modules and templates, finding the best solutions. We will be writing code that will helping us in identify errors. Then we will explain how several ENCs do their job and how puppet communicates with them. We will learn how PuppetDB collects data generated by Puppet. It also enables advanced Puppet features like exported resources, and can be the foundation for other applications that use Puppet's data. By the end of the book we will have learned the best debugging tips for Puppet and PuppetServer. Style and approach This is a quick-paced guide packed with real-world examples and solutions to obstacles in your Puppet infrastructure.
|
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 Puppet (Computer file)
|
630 |
0 |
7 |
|a Puppet (Computer file)
|2 fast
|0 (OCoLC)fst01916334
|
650 |
|
0 |
|a Client/server computing.
|
650 |
|
0 |
|a Software configuration management.
|
650 |
|
0 |
|a Cloud computing.
|
650 |
|
0 |
|a High performance computing.
|
650 |
|
0 |
|a Computer networks
|x Security measures.
|
650 |
|
0 |
|a Debugging in computer science.
|
650 |
|
6 |
|a Architecture client-serveur (Informatique)
|
650 |
|
6 |
|a Logiciels
|x Gestion de configurations.
|
650 |
|
6 |
|a Infonuagique.
|
650 |
|
6 |
|a Superinformatique.
|
650 |
|
6 |
|a Réseaux d'ordinateurs
|x Sécurité
|x Mesures.
|
650 |
|
6 |
|a Débogage.
|
650 |
|
7 |
|a COMPUTERS
|x Software Development & Engineering
|x Quality Assurance & Testing.
|2 bisacsh
|
650 |
|
7 |
|a Client/server computing.
|2 fast
|0 (OCoLC)fst00864205
|
650 |
|
7 |
|a Cloud computing.
|2 fast
|0 (OCoLC)fst01745899
|
650 |
|
7 |
|a Computer networks
|x Security measures.
|2 fast
|0 (OCoLC)fst00872341
|
650 |
|
7 |
|a Debugging in computer science.
|2 fast
|0 (OCoLC)fst00888884
|
650 |
|
7 |
|a High performance computing.
|2 fast
|0 (OCoLC)fst00956032
|
650 |
|
7 |
|a Software configuration management.
|2 fast
|0 (OCoLC)fst01124180
|
776 |
0 |
8 |
|i Print version:
|a Uphill, Thomas.
|t Troubleshooting Puppet.
|d Birmingham : Packt Publishing Ltd, ©2015
|z 9781784398651
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781784398651/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH29179984
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL4191319
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1058785
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis32507700
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12594655
|
994 |
|
|
|a 92
|b IZTAP
|