惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
A
About on SuperTechFans
Martin Fowler
Martin Fowler
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements
D
DataBreaches.Net
B
Blog
博客园 - 【当耐特】
爱范儿
爱范儿
有赞技术团队
有赞技术团队
P
Proofpoint News Feed
WordPress大学
WordPress大学
小众软件
小众软件
Apple Machine Learning Research
Apple Machine Learning Research
I
InfoQ
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Last Week in AI
Last Week in AI
Microsoft Azure Blog
Microsoft Azure Blog
雷峰网
雷峰网
量子位
G
Google Developers Blog

博客园 - ode

[原创]pg_shard使用场景及功能测试 [原创]PostgreSQL中十进制、二进制、十六进制之间的相互转换 [原创]在Windows和Linux中搭建PostgreSQL源码调试环境 [原创]Postgres-XC集群笔记-概念与环境搭建 [翻译]开源PostgreSQL监控工具OPM [原创]使用benchmarksql和pgbench对PostgreSQL Plus Advanced Server进行性能测试 [原创]PostgreSQL Plus Advanced Server监控工具PEM(四) [原创]PostgreSQL Plus Advanced Server监控工具PEM(三) [原创]PostgreSQL Plus Advanced Server监控工具PEM(一) [原创]EnterpriseDB测试key申请方法 [原创] PostgreSQL Plus Advanced Server在Windows中配置双机热备流复制 [原创]PostgreSQL Plus Advanced Server批量创建分区表写入亿级别数据实例 [原创]从Oracle和Microsoft Sql Server迁移到PostgreSQL Plus Advanced Server [原创]PostgreSQL Plus Advince Server在 HA环境中一对多的Stream Replication配置(四) [原创]PostgreSQL Plus Advince Server在 HA环境中一对多的Stream Replication配置(三) [原创]PostgreSQL Plus Advince Server在 HA环境中一对多的Stream Replication配置(二) [原创]PostgreSQL Plus Advince Server在 HA环境中一对多的Stream Replication配置(一) [原创]PostgreSQL Plus Advanced Server配合crontab实现定时维护工作 [原创]libpq-PostgreSQL客户端编程接口(三)----libpq在Qt中的封装实现及应用
[原创]PostgreSQL Plus Advanced Server监控工具PEM(二)
ode · 2014-02-22 · via 博客园 - ode

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