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

  • 相关阅读:
    SQL Server临时表的使用方案
    SqlServer 临时表
    SqlServer 数据表数据移动
    IQ/OQ/DQ/PQ
    (转)C# WebApi 跨域问题解决方案:CORS
    (转).Net高级进阶,在复杂的业务逻辑下,如何以最简练的代码,最直观的编写事务代码?
    (转)C#动态webservice调用接口
    (转)wsdl文件用SoapUI快速创建WebService,CXF生成客户端代码
    (转)C# Oracle数据库操作类
    (转)C#连接Oracle数据库(直接引用dll使用)
  • 原文地址:https://www.cnblogs.com/ode/p/how_to_install_config_enterprisedb_pem_client_agent.html
Copyright © 2011-2022 走看看