zoukankan      html  css  js  c++  java
  • [原创]PostgreSQL Plus Advanced Server监控工具PEM(二)

    2、安装PEM Client

    简单两条命令,开始PEM Client的安装。

    我们在SUSE 11sp2上安装PEM Client

    安装结束,运行PEM Client后可以看到如下的界面:

    目前我们并未在PEM Client中连接任何的EDB Server和PEM Server,下面在EDB Server上安装PEM Agent,并将托管数据库服务器加入PEM Client的监控队列中。

    3、安装PEM Agent

    在托管数据库服务器(目标监控数据库服务器)上安装PEM Agent。安装PEM Agent可以通过图形化界面或文本界面进行安装。这里以文本界面安装为例讲述如何在托管数据库服务器上安装PEM Agent。

    安装很简单,与安装PEM Server、Client一样:为安装文件赋予可执行权限之后运行即可。

    [root@rhel ~]# chmod u+x pem_agent-3.0.1-7-linux-x64.run

    [root@rhel ~]# ./ pem_agent-3.0.1-7-linux-x64.run

    在安装过程中,需要输入PEM SERVER的相关信息

    Show advanced options [y/N]: y

    ----------------------------------------------------------------------------

    PEM server installation details

    Please verify the PEM server installation details

    Host [localhost]: 192.168.1.230 ### PEM Server的IP地址

    User Name [postgres]:postgres ### PEM Server的后端数据库的用户名

    Password :****** ### PEM Server的后端数据库的用户密码

    Port [5432]:5432 ### PEM Server的后端数据库所使用的端口

    ----------------------------------------------------------------------------

    Agent Details

    Please provide the agent description

    Description [edbs1]:

    ----------------------------------------------------------------------------

    Advanced options

    Please provide the certificate path

    Certificate Path [/root/.pem]:

    ----------------------------------------------------------------------------

    Setup is now ready to begin installing the PEM agent on your computer.

    Do you want to continue? [Y/n]:

    ----------------------------------------------------------------------------

    Please wait while Setup installs the PEM agent on your computer.

    Installing

    0% ______________ 50% ______________ 100%

    #########################################

    托管数据库服务器上的PEM Agent已经安装成功。

  • 相关阅读:
    日志管理
    LAMP源码编译安装
    实现LAMP架构
    mariadb-server安装问题(Error: MariaDB-common conflicts with 1:mariadb-libs-5.5.60-1.el7_5.x86_64)
    MySQL之八---Mysql实现数据库主从复制、主主复制、级联复制、半同步复制及复制监控
    httpd-2.4源码编译
    HTTPD之三----HTTPS加密技术及重定向
    HTTPD之二---HTTPD服务详解——httpd的配置文件常见设置
    HTTPD之一---HTTPD服务基础理论
    MySQL的MHA实现高可用性
  • 原文地址:https://www.cnblogs.com/ode/p/how_to_install_config_enterprisedb_pem_client_agent.html
Copyright © 2011-2022 走看看