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已经安装成功。

  • 相关阅读:
    numpy模块
    Flask--请求扩展
    Flask补充--threading.local对象
    Flask-Cookies和Session
    Flask--请求上下文
    SQL Server 2005详细安装过程及配置
    Linux设置Mysql开机自启动服务
    重启网卡提示Bringing up interface eth0:
    本地docker容器迁移到服务端
    Window安装tomcat环境
  • 原文地址:https://www.cnblogs.com/ode/p/how_to_install_config_enterprisedb_pem_client_agent.html
Copyright © 2011-2022 走看看