3.2.2 支持的平台

MySQL Enterprise Service Manager 和 MySQL Enterprise Monitor Agent 支持的平台列在以下位置:

有关平台支持更新,请参阅 MySQL 产品支持公告

一般平台建议

推荐以下内容:

  • 确保您的服务管理器和代理主机同步到同一时间服务器。重要的是所有时间都正确同步。

  • 在安装之前确保您的服务管理器和代理主机使用不同的 SSH 主机密钥。

  • 在 Linux 平台上,确保同时安装了 libaiolibnuma 库。安装程序会检查两者。

  • MySQL Enterprise Service Manager 安装会在安装过程中生成一个自签名证书。此证书生成需要一个有效的、可解析的主机名。无法在没有有效主机名的主机上安装 MySQL Enterprise Service Manager。

笔记

要在 Linux 系统上安装 MySQL Enterprise Monitor Agent,您必须安装 Linux Standards Base (LSB) 初始化函数。要检查 LSB 组件是否存在,请在 Linux 包管理环境中查找 LSB 包。例如,在 RedHat 和其他基于 RPM 的发行版上:

$> rpm -qa | grep -i lsb
redhat-lsb-3.1-19.fc8.x86_64

在 Debian/Ubuntu 下:

$> dpkg -l|grep -i lsb
ii  lsb-base                                   3.2-20ubuntu4                     
    Linux Standard Base 3.2 init script function
ii  lsb-release                                3.2-20ubuntu4
    Linux Standard Base version reporting utility

或者,您可以使用 lsb_release命令。此命令的存在通常表示当前发行版符合 LSB。

MySQL 要求

本节介绍 MySQL Enterprise Monitor 安装的 MySQL 服务器要求。

  • MySQL 企业服务管理器安装包括最新版本的 MySQL 服务器。如果您打算使用 MySQL 存储库而不是捆绑在 MySQL Enterprise Service Manager 安装中的存储库,请参阅 第 3.2.4 节,“MySQL Enterprise Monitor 存储库”以获取更多信息。

  • 从 MySQL Enterprise Monitor 8.0.20 开始,Microsoft Windows 上的 MySQL Enterprise Service Manager 安装程序会检查是否存在 Microsoft Visual C++ 2015-2019 Redistributable (x64) - 14.25.2850508 ™ 或更高版本,如果不存在,安装它。

    MySQL Enterprise Service Manager installation on Microsoft Windows can not proceed without this redistributable.

    Important

    If you do not intend to use the bundled MySQL Server, but intend to use an existing, external repository, you must manually download and install this redistributable.

  • 如果您之前在使用捆绑存储库安装 MySQL Enterprise Service Manager 的同一台机器上配置了默认登录路径,则必须cnf在安装前删除定义默认登录详细信息的路径。如果定义了默认登录路径,安装将无法完成。建议在专用服务器上安装 MySQL Enterprise Service Manager。