Red Hat Enterprise Linux troubleshooting guide : identify, capture, and resolve common issues faced by Red Hat Enterprise Linux administrators using best practices and advanced troubleshooting techniques /
Identify, capture and resolve common issues faced by Red Hat Enterprise Linux administrators using best practices and advanced troubleshooting techniques About This Book Develop a strong understanding of the base tools available within Red Hat Enterprise Linux (RHEL) and how to utilize these tools t...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, UK :
Packt Publishing,
2015.
|
Colección: | Professional expertise distilled.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000Ii 4500 | ||
---|---|---|---|
001 | EBSCO_ocn928751268 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 151111s2015 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d IDEBK |d YDXCP |d OCLCF |d COO |d N$T |d OCLCA |d TEFOD |d OCLCQ |d VT2 |d CEF |d WYU |d UAB |d RDF |d INARC |d OCLCO |d OCLCQ |d QGK |d OCLCO | ||
019 | |a 926093105 |a 926818827 |a 1259129599 | ||
020 | |a 9781785287879 |q electronic bk. | ||
020 | |a 1785287877 |q electronic bk. | ||
020 | |z 9781785283550 | ||
020 | |z 1785283553 | ||
029 | 1 | |a GBVCP |b 897168933 | |
035 | |a (OCoLC)928751268 |z (OCoLC)926093105 |z (OCoLC)926818827 |z (OCoLC)1259129599 | ||
037 | |a CL0500000670 |b Safari Books Online | ||
037 | |a 45FD0587-C375-4E2A-B512-0081921CD477 |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.774.L46 | |
072 | 7 | |a COM |x 046070 |2 bisacsh | |
072 | 7 | |a COM |x 046030 |2 bisacsh | |
072 | 7 | |a COM |x 088010 |2 bisacsh | |
082 | 0 | 4 | |a 005.432 |2 23 |
049 | |a UAMI | ||
100 | 1 | |a Cane, Benjamin, |e author. | |
245 | 1 | 0 | |a Red Hat Enterprise Linux troubleshooting guide : |b identify, capture, and resolve common issues faced by Red Hat Enterprise Linux administrators using best practices and advanced troubleshooting techniques / |c Benjamin Cane. |
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 Professional expertise distilled | |
588 | |a Description based on online resource; title from cover page (Safari, viewed November 9, 2015). | ||
500 | |a Includes index. | ||
505 | 0 | |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Troubleshooting Best Practices; Styles of troubleshooting; The Data Collector; The Educated Guesser; The Adaptor; Choosing the appropriate style; Troubleshooting steps; Understanding the problem statement; Asking questions; Attempting to duplicate the issue; Running investigatory commands; Establishing a hypothesis; Putting together patterns; Is this something that I've encountered before?; Trial and error; Start by creating a backup; Getting help; Books | |
505 | 8 | |a Team Wikis or RunbooksGoogle; Man pages; Red Hat kernel docs; People; Documentation; Root cause analysis; The anatomy of a good RCA; The problem as it was reported; The actual root cause of the problem; A timeline of events and actions taken; Any key data points to validate the root cause; A plan of action to prevent the incident from reoccurring; Establishing a root cause; Sometimes you must sacrifice a root cause analysis; Understanding your environment; Summary; Chapter 2: Troubleshooting Commands and Sources of Useful Information; Finding useful information; Log files | |
505 | 8 | |a The default locationCommon log files; Finding logs that are not in the default location; Configuration files; Default system configuration directory; Finding configuration files; The proc filesystem; Troubleshooting commands; Command-line basics; Command flags; The piping command output; Gathering general information; w -- show who is logged on and what they are doing; rpm -- RPM package manager; df -- report file system space usage; free -- display memory utilization; ps -- report a snapshot of current running processes; Networking; ip -- show and manipulate network settings | |
505 | 8 | |a Netstat -- network statisticsPerformance; iotop -- a simple top-like I/O monitor; iostat -- report I/O and CPU statistics; vmstat -- report virtual memory statistics; sar -- collect, report, or save system activity information; Summary; Chapter 3: Troubleshooting a Web Application; A small back story; The reported issue; Data gathering; Asking questions; Duplicating the issue; Understanding the environment; Where is this blog hosted?; Ok, it's within our environment; now what?; What services are installed and running?; Looking for error messages; Apache logs; Verifying the database | |
505 | 8 | |a Verifying the WordPress databaseEstablishing a hypothesis; Resolving the issue; Understanding database data files; Finding the MariaDB data folder; Resolving data file issues; Validating; Final validation; Summary; Chapter 4: Troubleshooting Performance Issues; Performance issues; It's slow; Performance; Application; CPU; Top -- a single command to look at everything; Determining the number of CPUs available; ps -- Drill down deeper on individual processes with ps; Putting it all together; A quick look with top; Memory; free -- Looking at free and used memory; Checking for oomkill | |
505 | 8 | |a Ps -- Checking individual processes memory utilization | |
520 | |a Identify, capture and resolve common issues faced by Red Hat Enterprise Linux administrators using best practices and advanced troubleshooting techniques About This Book Develop a strong understanding of the base tools available within Red Hat Enterprise Linux (RHEL) and how to utilize these tools to troubleshoot and resolve real-world issues Gain hidden tips and techniques to help you quickly detect the reason for poor network/storage performance Troubleshoot your RHEL to isolate problems using this example-oriented guide full of real-world solutions Who This Book Is For If you have a basic knowledge of Linux from administration or consultant experience and wish to add to your Red Hat Enterprise Linux troubleshooting skills, then this book is ideal for you. The ability to navigate and use basic Linux commands is expected. What You Will Learn Identify issues that need rapid resolution against long term root cause analysis Discover commands for testing network connectivity such as telnet, netstat, ping, ip and curl Spot performance issues with commands such as top, ps, free, iostat, and vmstat Use tcpdump for traffic analysis Repair a degraded file system and rebuild a software raid Identify and troubleshoot hardware issues using dmesg Troubleshoot custom applications with strace and knowledge of Linux resource limitations In Detail Red Hat Enterprise Linux is an operating system that allows you to modernize your infrastructure, boost efficiency through virtualization, and finally prepare your data center for an open, hybrid cloud IT architecture. It provides the stability to take on today's challenges and the flexibility to adapt to tomorrow's demands. In this book, you begin with simple troubleshooting best practices and get an overview of the Linux commands used for troubleshooting. The book will cover the troubleshooting methods for web applications and services such as Apache and MySQL. Then, you will learn to identify system performance bottlenecks and troubleshoot network issues; all while learning about vital troubleshooting steps such as understanding the problem statement, establishing a hypothesis, and understanding trial, error, and documentation. Next, the book will show you how to capture and analyze network traffic, use advanced system troubleshooting tools such as strace, tcpdump & dmesg, and discover common issues with system defaults. Finally, the book will take you through a detailed root cause analysis of an unexpected reboo... | ||
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 Linux. |
610 | 2 | 0 | |a Red Hat, Inc. |
610 | 2 | 7 | |a Red Hat, Inc. |2 fast |
630 | 0 | 7 | |a Linux |2 fast |
650 | 0 | |a Operating systems (Computers) | |
650 | 6 | |a Systèmes d'exploitation (Ordinateurs) | |
650 | 7 | |a operating systems. |2 aat | |
650 | 7 | |a COMPUTERS |x Operating Systems |x Linux. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Operating Systems |x UNIX. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x System Administration |x Linux & UNIX Administration. |2 bisacsh | |
650 | 7 | |a Operating systems (Computers) |2 fast | |
776 | |z 1-78528-355-3 | ||
830 | 0 | |a Professional expertise distilled. | |
856 | 4 | 0 | |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1083057 |z Texto completo |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781785283550/?ar |z Texto completo |
938 | |a Internet Archive |b INAR |n redhatenterprise0000cane | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis32935196 | ||
938 | |a YBP Library Services |b YANK |n 12656701 | ||
938 | |a EBSCOhost |b EBSC |n 1083057 | ||
994 | |a 92 |b IZTAP |