Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Hands-On Linux Administration on Azure

You're reading from   Hands-On Linux Administration on Azure Explore the essential Linux administration skills you need to deploy and manage Azure-based workloads

Arrow left icon
Product type Paperback
Published in Aug 2018
Publisher Packt
ISBN-13 9781789130966
Length 410 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Frederik Vos Frederik Vos
Author Profile Icon Frederik Vos
Frederik Vos
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Title Page
Packt Upsell
Contributors
Preface
1. Exploring the Azure Cloud 2. Getting Started with the Azure Cloud FREE CHAPTER 3. Basic Linux Administration 4. Managing Azure 5. Advanced Linux Administration 6. Managing Linux Security and Identities 7. Deploying Your Virtual Machines 8. Exploring Continuous Configuration Automation 9. Container Virtualization in Azure 10. Working with Azure Kubernetes Service 11. Troubleshooting and Monitoring Your Workloads 1. Assessments 2. Other Books You May Enjoy Index

Chapter 11: Troubleshooting and Monitoring Your Workloads


  1. To be able to log in into the virtual machine console, you'll need a username and password. If the Azure Agent is not reachable, you can't reset the credentials or create a password for users that are normally able to log in via SSH.
  2. To collect all the standard output, syslog messages, and related messages from the kernel, systemd processes, and the units.
  3. Syslog is using the following list of severities (per application):
    • Alert: action must be taken immediately
    • Critical: critical conditions
    • Error: error conditions
    • Warning: warning conditions
    • Notice: normal but significant condition
    • Informational: informational messages
    • Debug: debug-level messages
  4. Use logger or systemd-cat. You can use that if an application or script doesn't have syslog support. Another option is to add logging entries as a part of your change-management.
  5. Per virtual machine metrics and the Microsoft Operations Management Suite.
  6. There are several shortcomings in the top utility: for instance, you can't see short-lived processes. The atop and dstatutilities are solutions to this problem. 
  7. sysstat utilities provides historical data; dstat provides real-time monitoring.
  8. It makes the collection of data coming from tcpdump easier to read and it has great analysis potential.
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime
Visually different images