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
Mastering Mesos

You're reading from   Mastering Mesos The ultimate guide to managing, building, and deploying large-scale clusters with Apache Mesos

Arrow left icon
Product type Paperback
Published in May 2016
Publisher Packt
ISBN-13 9781785886249
Length 352 pages
Edition 1st Edition
Tools
Arrow right icon
Authors (2):
Arrow left icon
 Dubhashi Dubhashi
Author Profile Icon Dubhashi
Dubhashi
 Das Das
Author Profile Icon Das
Das
Arrow right icon
View More author details
Toc

Table of Contents (16) Chapters Close

Mastering Mesos
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface
1. Introducing Mesos FREE CHAPTER 2. Mesos Internals 3. Getting Started with Mesos 4. Service Scheduling and Management Frameworks 5. Mesos Cluster Deployment 6. Mesos Frameworks 7. Mesos Containerizers 8. Mesos Big Data Frameworks 9. Mesos Big Data Frameworks 2 Index

Common deployment issues and solutions


This module contains a few common issues that are faced while installing or setting up the tools and modules described in this chapter:

  1. For the Ansible python-setup tools, take a look at the following screenshot:

    If your Ansible installation shows the preceding message, then execute the following command to resolve it:

    $ sudo pip install setuptools
    
  2. SSH runs on a different port, and nagios shows a connection refused error.

    You will get the following exception if you run your ssh server on a different port:

    SERVICE ALERT: localhost;SSH;CRITICAL;HARD;4;Connection refused

    This can be fixed by editing the following line from /etc/nagios/conf.d/services_nagios.cfg:

    # check that ssh services are running
    define service {
      hostgroup_name          ssh-servers
      service_description     SSH
      check_command           check_ssh_port!6666!server
      use                     generic-service
      notification_interval   0 ; set > 0 if you want to be renotified

    Here, we used...

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