热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

WebinarReplay,Slides&Q&A:IntroducingCl_MySQL

May19,2014BySeveralnines


May 19, 2014

By Severalnines

WebinarReplay,Slides&Q&A:IntroducingCl_MySQL - 文章图片

Thanks to everyone who attended and participated last week’s joint webinar on ClusterControl 1.2.6! We had great questions from participants (thank you), most of which are transcribed below with our answers to them.

If you missed the sessions or would like to watch the webinar again & browse through the slides, they are now available online.

Webinar topics discussed:

  • Database Infrastructure Lifecycle
  • Deploy, Monitor, Manage, Scale
  • MySQL, MariaDB & MongoDB Clusters
  • ClusterControl Overview & Demo
  • ClusterControl New Features in 1.2.6 & Demo
  • Centralized Authentication using LDAP or Active Directory
  • Role-Based Access Control
  • OpenStack: Galera Deployment Automation
  • Hybrid setups with Galera and Asynchronous MySQL Replication
  • Manage single instance MySQL Servers or existing MySQL Replication setups

Watch the replay

Webinar: Introducing ClusterControl 1.2.6 - New FeaturesfromSeveralnines AB

Read the slides

Slides: Severalnines ClusterControl 1.2.6 Webinar - May 2014fromSeveralnines AB

Read the Questions & Answers:

Q. Is it possible to add/exchange MySQL nodes via command line interface or cluster controller API, so this process can be automated?

A. Yes, we have a RESTAPI. This blog describes it :http://www.severalnines.com/blog/clustercontrol-rest-api-automate-your-database-cluster

Q. What are the failure scenarios for the cluster controller node - is it single point of failure? What are the ways to recover a cluster controller node? Is it safe to reboot it?

A. Failure of the controller node will not bring down your database cluster. Yes, it is safe to reboot it, and when the node starts, then cmon controller service will be started. It is also possible to have a standby controller, if the primary would fail, the standby can take over.

Q. How does one start a standby controller? Do you have some docs/tutorials on how to configure this setup?

A. Please read this blog for details:http://support.severalnines.com/entries/27449776-Installing-ClusterControl-Standby-Server

Q. Does the failed/not available controller node affect the whole cluster? Is there any downtime while switching to standby controller or rebooting?

A. No, the underlying database cluster is not affected if the controller is down.

Q. Is it possible to automatically upload scheduled backups to S3? How does one restore a node from a specific backup?"

A. S3 : no, it cannot be scheduled right now. Restore: We have a command line tool to restore backups, s9s-backup/s9s_backupc that is a wrapper around xtrabackup. See more here:http://support.severalnines.com/entries/23523886-Restore-Xtrabackup-on-Galera-Cluster

Q. What do we have to do to change existing configuration (my.cnf) and propagate the changes to all cluster nodes? Is it doable as one action or do we have to do it for each node?

A. Currently, from the UI, eachmy.cnffile needs to be updated, and then rolled out.

Q. How does one best configure SSL protection for a whole cluster? We want our MySQL nodes using some specific cert file, how we can do it?

A. To use SSL, you need to set it up following suitable MySQL documentation and also Galera docs. We currently do not have any tool that assists with that phase.

The following blog posts are useful:

  • http://www.mysqlperformanceblog.com/2013/06/22/setting-up-mysql-ssl-and-secure-connections/
  • http://www.mysqlperformanceblog.com/2013/05/03/percona-xtradb-cluster-for-mysql-and-encrypted-galera-replication/

Q. How do we set up a Galera MySQL cluster that also replicates to DR over WAN? Is there a performance impact to set up that way?

A. In Galera, the cluster is as fast as the slowest node. You can however improve WAN replication performance by using Galera segments available in Galera 3.x. Deploy a MySQL 5.6-based Galera Cluster. Have a look at:http://www.severalnines.com/blog/release-webinar-introducing-galera-3

Q. Is it possible to start using ClusterControl on an existing MySQL Galera Cluster and monitor/scale etc...?

A. Yes, it is possible. Please see:http://support.severalnines.com/entries/45804993-Add-Existing-Cluster

Q. Centos/Debian/Ubuntu are all fully supported?

A. Yes

Q.When talking about removing a server (- sign) I believe you remove that single node from the management console not actually removing the node from the cluster, do you?

A. It will take the node out of the cluster. It stops the MySQL instance and removes all references to it in ClusterControl.

Q. Removing a node that easy might be quite tricky on a management dashboard operated by people that are not fully qualified DBA's?

A. You have the possibility to assign privileges and create users. E.g, the Admin is allowed to perform all management tasks, but your developers only have read access.

If you have any additional questions, feel free tocontact usor post them below in the comments section.

ABOUT CLUSTERCONTROL

Setting up, maintaining and operating a database cluster can be tricky.ClusterControlgives you the power to deploy, manage, monitor and scale entire clusters efficiently and reliably. ClusterControl supports a variety of MySQL-based clusters (Galera, NDB, 5.6 Replication) as well as MongoDB/TokuMX-based clusters.

WebinarReplay,Slides&Q&A:IntroducingCl_MySQL - 文章图片

Happy clustering!


推荐阅读
  • Android自定义控件绘图篇之Paint函数大汇总
    本文介绍了Android自定义控件绘图篇中的Paint函数大汇总,包括重置画笔、设置颜色、设置透明度、设置样式、设置宽度、设置抗锯齿等功能。通过学习这些函数,可以更好地掌握Paint的用法。 ... [详细]
  • 本文详细介绍了Java中vector的使用方法和相关知识,包括vector类的功能、构造方法和使用注意事项。通过使用vector类,可以方便地实现动态数组的功能,并且可以随意插入不同类型的对象,进行查找、插入和删除操作。这篇文章对于需要频繁进行查找、插入和删除操作的情况下,使用vector类是一个很好的选择。 ... [详细]
  • 深入理解Java虚拟机的并发编程与性能优化
    本文主要介绍了Java内存模型与线程的相关概念,探讨了并发编程在服务端应用中的重要性。同时,介绍了Java语言和虚拟机提供的工具,帮助开发人员处理并发方面的问题,提高程序的并发能力和性能优化。文章指出,充分利用计算机处理器的能力和协调线程之间的并发操作是提高服务端程序性能的关键。 ... [详细]
  • 微软头条实习生分享深度学习自学指南
    本文介绍了一位微软头条实习生自学深度学习的经验分享,包括学习资源推荐、重要基础知识的学习要点等。作者强调了学好Python和数学基础的重要性,并提供了一些建议。 ... [详细]
  • 在Android开发中,使用Picasso库可以实现对网络图片的等比例缩放。本文介绍了使用Picasso库进行图片缩放的方法,并提供了具体的代码实现。通过获取图片的宽高,计算目标宽度和高度,并创建新图实现等比例缩放。 ... [详细]
  • 向QTextEdit拖放文件的方法及实现步骤
    本文介绍了在使用QTextEdit时如何实现拖放文件的功能,包括相关的方法和实现步骤。通过重写dragEnterEvent和dropEvent函数,并结合QMimeData和QUrl等类,可以轻松实现向QTextEdit拖放文件的功能。详细的代码实现和说明可以参考本文提供的示例代码。 ... [详细]
  • Linux重启网络命令实例及关机和重启示例教程
    本文介绍了Linux系统中重启网络命令的实例,以及使用不同方式关机和重启系统的示例教程。包括使用图形界面和控制台访问系统的方法,以及使用shutdown命令进行系统关机和重启的句法和用法。 ... [详细]
  • IB 物理真题解析:比潜热、理想气体的应用
    本文是对2017年IB物理试卷paper 2中一道涉及比潜热、理想气体和功率的大题进行解析。题目涉及液氧蒸发成氧气的过程,讲解了液氧和氧气分子的结构以及蒸发后分子之间的作用力变化。同时,文章也给出了解题技巧,建议根据得分点的数量来合理分配答题时间。最后,文章提供了答案解析,标注了每个得分点的位置。 ... [详细]
  • android listview OnItemClickListener失效原因
    最近在做listview时发现OnItemClickListener失效的问题,经过查找发现是因为button的原因。不仅listitem中存在button会影响OnItemClickListener事件的失效,还会导致单击后listview每个item的背景改变,使得item中的所有有关焦点的事件都失效。本文给出了一个范例来说明这种情况,并提供了解决方法。 ... [详细]
  • 自动轮播,反转播放的ViewPagerAdapter的使用方法和效果展示
    本文介绍了如何使用自动轮播、反转播放的ViewPagerAdapter,并展示了其效果。该ViewPagerAdapter支持无限循环、触摸暂停、切换缩放等功能。同时提供了使用GIF.gif的示例和github地址。通过LoopFragmentPagerAdapter类的getActualCount、getActualItem和getActualPagerTitle方法可以实现自定义的循环效果和标题展示。 ... [详细]
  • 模板引擎StringTemplate的使用方法和特点
    本文介绍了模板引擎StringTemplate的使用方法和特点,包括强制Model和View的分离、Lazy-Evaluation、Recursive enable等。同时,还介绍了StringTemplate语法中的属性和普通字符的使用方法,并提供了向模板填充属性的示例代码。 ... [详细]
  • HashMap的相关问题及其底层数据结构和操作流程
    本文介绍了关于HashMap的相关问题,包括其底层数据结构、JDK1.7和JDK1.8的差异、红黑树的使用、扩容和树化的条件、退化为链表的情况、索引的计算方法、hashcode和hash()方法的作用、数组容量的选择、Put方法的流程以及并发问题下的操作。文章还提到了扩容死链和数据错乱的问题,并探讨了key的设计要求。对于对Java面试中的HashMap问题感兴趣的读者,本文将为您提供一些有用的技术和经验。 ... [详细]
  • 本文介绍了一种划分和计数油田地块的方法。根据给定的条件,通过遍历和DFS算法,将符合条件的地块标记为不符合条件的地块,并进行计数。同时,还介绍了如何判断点是否在给定范围内的方法。 ... [详细]
  • 文件路径的生成及其在文件操作中的应用
    本文介绍了文件路径的生成方法及其在文件操作中的应用。在进行文件操作时,需要知道文件的具体位置才能打开文件。文件的位置有绝对路径和相对路径之分。绝对路径通常只在特定电脑上有效,不同电脑上的文件存放路径可能不同,导致程序报错。相对路径是解决这个问题的最好方式,它不依赖于文件的具体存放位置,只需要按照统一的规范进行文件存放即可。使用相对路径可以避免冗余和麻烦,特别适用于大项目和团队维护代码的情况。 ... [详细]
  • MySQL多表数据库操作方法及子查询详解
    本文详细介绍了MySQL数据库的多表操作方法,包括增删改和单表查询,同时还解释了子查询的概念和用法。文章通过示例和步骤说明了如何进行数据的插入、删除和更新操作,以及如何执行单表查询和使用聚合函数进行统计。对于需要对MySQL数据库进行操作的读者来说,本文是一个非常实用的参考资料。 ... [详细]
author-avatar
yangwei的马甲
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有