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

  • 相关阅读:
    智器SmartQ T7实体店试用体验
    BI笔记之SSAS库Process的几种方案
    PowerTip of the Day from powershell.com上周汇总(八)
    PowerTip of the Day2010071420100716 summary
    PowerTip of the Day from powershell.com上周汇总(十)
    PowerTip of the Day from powershell.com上周汇总(六)
    重新整理Cellset转Datatable
    自动加密web.config配置节批处理
    与DotNet数据对象结合的自定义数据对象设计 (二) 数据集合与DataTable
    在VS2003中以ClassLibrary工程的方式管理Web工程.
  • 原文地址:https://www.cnblogs.com/ode/p/how_to_install_config_enterprisedb_pem_client_agent.html
Copyright © 2011-2022 走看看