Greenplum-cc-web安装

第一章 文档概述

1、 本安装手册描述适用于Greenplum4.0以上版本的安装Greenplum-cc-web操作

第二章 安装介质

针对Greenplum版本下载对应Greenplum-cc-web包体greenplum-cc-web-x.x.x-LINUX-x86_64.zip;
下载地址: https://network.pivotal.io/products/pivotal-gpdb#/releases/1683/file_groups/26nNum=10

第三章 安装Performance Monitor数据收集Agent

  gpadmin用户执行如下步骤【仅在master节点】。
3.1、使用gpperfmon_install命令,

Greenplum安装完成后已经包含该命令。安装后会建立名为gpperfmon的数据库,默认使用gpmon用户。命令行中系统用户gpmon的密码。

[[email protected] ~]$ gpperfmon_install --enable --password gpmon --port 5432

3.2、重启GP数据库

[[email protected] ~]$ gpstop -r

3.3、确认监控采集进程是否已经启动。

[[email protected] ~]$ ps -ef |grep gpmmon
gpadmin 2285 2276 0 22:04 ? 00:00:00 /gpdb/app/bin/gpmmon -D /data/gpdata/master/gpseg-1/gpperfmon/conf/gpperfmon.conf -p 5432

3.4、确认Performance Monitor数据库写入数据是否正常,检查是否有记录写入。

psql -d gpperfmon -c ‘select * from system_now;‘

3.5、拷贝Master主机拷贝配置文件到Standby Master的相应目录【本例未设置smdw;则无需操作】

gpscp -h smdw $MASTER_DATA_DIRECTORY/pg_hba.conf =:$MASTER_DATA_DIRECTORY/
gpscp -h smdw ~/.pgpass =:~/

第四章 安装Performance Monitor控制台

  Performance Monitor控制台通常安装在Master主机上,也可以安装到独立的服务器上。由于安装目录权限问题,建议先使用root用户执行。【仅在master节点】
4.1、下载对应的安装包
  查看Greenplum版本;

[[email protected] ~]$ gpstate -s | awk ‘/Greenplum Version/{print $8}‘|awk ‘NR==1‘
4.3.8.1

  其中greenplum-cc-web-3.3.1-LINUX-x86_64.zip是与之对应的
4.2、运行安装包
  安装包解压:

[[email protected] gpdb]# unzip greenplum-cc-web-3.3.1-LINUX-x86_64.zip 

  运行安装文件:

[[email protected] gpdb]# ./greenplum-cc-web-3.3.1-LINUX-x86_64.bin
I HAVE READ AND AGREE TO THE TERMS OF THE ABOVE PIVOTAL GREENPLUM DATABASE
END USER LICENSE AGREEMENT.

必须输入YES才可继续安装。
********************************************************************************
Do you accept the Pivotal Greenplum Database end user license
agreement? [yes | no]
********************************************************************************

yes

默认GPDB的安装路径为/usr/local/greenplum-cc-web-**,确认需要输入YES,如果需要安装到其他路径,直接输入要按照的路径即可
********************************************************************************
Provide the installation path for Greenplum Command Center or
press ENTER to accept the default installation path: /usr/local/greenplum-cc-web-3.3.1
********************************************************************************

/gpdb/greenplum-cc-web

********************************************************************************
Install Greenplum Command Center into </gpdb/greenplum-cc-web>? [yes | no]
********************************************************************************

yes

********************************************************************************
/gpdb/greenplum-cc-web does not exist.
Create /gpdb/greenplum-cc-web ? [ yes | no ]
(Selecting no will exit the installer)
********************************************************************************

yes

Extracting product to /gpdb/greenplum-cc-web

rm: cannot remove `/gpdb/greenplum-cc-web‘: Is a directory

********************************************************************************
Installation complete.
Greenplum Command Center is installed in /gpdb/greenplum-cc-web
- symlink created at /gpdb/greenplum-cc-web to install path

Please ensure this installation‘s gpcc_path.sh file is sourced.
(If /gpdb/greenplum-cc-web/gpcc_path.sh is sourced, this is already done.)

To migrate existing GPCC instances to this version, run: gpcmdr --migrate
To create new GPCC instances, run: gpcmdr --setup

********************************************************************************

  当然也可以先前创建安装目录/gpdb/greenplum-cc-web;现已成功安装greenplum-cc-web。

4.3 Monitor安装目录属主修改:

[[email protected] gpdb]# chown -R gpadmin:gpadmin /gpdb/greenplum-cc-web

4.4、修改Master主机gpadmin的.bashrc配置,增加

source /gpdb/greenplum-cc-web/gpcc_path.sh

4.5、将master的GP监控软件同时安装到到其他任何主机

[[email protected] ~]$ source .bashrc
[[email protected] ~]$ gpccinstall -f /gpdb/app/config/seg_host

4.6、修改其它主机gpadmin的.bashrc配置,增加

source /gpdb/greenplum-cc-web/gpcc_path.sh

4.7、 配置gpcc实例

[[email protected] ~]$ gpcmdr --setup

The instance name identifies the GPDB cluster this Greenplum Command Center web UI monitors and controls.
Instance names can contain letters, digits, and underscores and are not case sensitive.

Please enter the instance name
gp_lottu

The display name is shown as the "server" in the web interface and does not need to be
a hostname.Display names can contain letters, digits, and underscores and ARE case sensitive.

Please enter the display name for this instance:(Press ENTER to use instance name)
gp_cc_lottu

A GPCC instance can be set to manage and monitor a remote Greenplum Database.

Is the master host for the Greenplum Database remote? Yy/Nn (default=N)
n

What port does the Greenplum Database use? (default=5432)

Enable kerberos login for this instance? Yy/Nn (default=N)

Creating instance schema in GPDB. Please wait ...

The Greenplum Command Center runs a small web server for the UI and web API.
This web server by default runs on port 28080, but you may specify any available port.

What port would you like the new web server to use for this instance? (default=28080)

Users logging in to the Command Center must provide database user
credentials. In order to protect user names and passwords, it is recommended
that SSL be enabled.

Enable SSL for the Web API Yy/Nn (default=N)
n

Copy the instance to a standby master host Yy/Nn (default=Y)
n
Done writing webserver configuration to /gpdb/greenplum-cc-web/instances/gp_lottu/webserver/conf/app.conf

Creating instance at /gpdb/greenplum-cc-web/instances/gp_lottu

Greenplum Command Center UI configuration is now complete.

To change parameters of this instance, edit the configuration file
at /gpdb/greenplum-cc-web/instances/gp_lottu/webserver/conf/app.conf

To configure multi-cluster view, edit the configuration file at /gpdb/greenplum-cc-web/instances/gp_lottu/conf/clusters.conf

The web UI for this instance is located at http://mdw:28080

You can now start the web UI for this instance by running: gpcmdr --start gp_lottu

4.8、启动服务

[[email protected] ~]$ gpcmdr --start gp_lottu
Starting instance gp_lottu ...
Greenplum Command Center UI for instance ‘gp_lottu‘ - [RUNNING on PORT: 28080, pid 9105]

4.9、测试Performance Monitor前台连接
  打开IE输入Performance Monitor控制台地址:http://192.168.1.201:28080/

原文地址:https://www.cnblogs.com/lottu/p/8820227.html

时间: 2024-10-23 13:58:27

Greenplum-cc-web安装的相关文章

Greenplum集群安装(测试环境)

环境:centos6.5 软件:/srv/greenplum-db-4.3.8.1-build-1-RHEL5-x86_64.zip 目录规划:安装目录/opt/greenplum                 ---所有 数据目录/data/greenplum/gpmaster        ---master节点 /data/greenplum/pri_data           --- segment 节点主节点数据目录 /data/greenplum/mri_data       

Adobe Photoshop CC 2015安装激活

分享一下Adobe Photoshop CC 2015 安装激活步骤 工具/原料 xf-adobecc2015.exe Adobe Photoshop CC 2015官方原版 方法/步骤 1 安装之前先禁用网络,win7,win8右键右下角网络图标,打开网络和共享中心,更改适配器设置,右键本地连接,点禁用 2 打开Set-up.exe程序,如有提示此页面点击忽略 3 点击安装 4 点击登录 5 点击稍后连接 6 点击接受 7 [PS:安装过程中,xf-adobecc2015.exe 一定不要关闭

Adobe Photoshop CC 2015安装激活教程

Adobe Photoshop CC 2015安装激活教程(附序列号) Adobe Photoshop CC 2015是Adobe针对旗下的创意云Creative Cloud 套装推出了2015年年度的大版本更新,除了日常的Bug修复之外,还针对其中的15款主要软件进行了功能追加与特性完善,而其中的PS CC 2015正是这次更新的主力.第七下载也给大家带来了Adobe Photoshop CC 2015中文版的下载,下面小编就来告诉大家如何完美的进行安装激活破解方法,需要的朋友一定要看仔细哦!

Tencent Server Web 安装试用

Tencent Server Web 安装试用 私有环境搭建,使用docker-compose 进行memcache 安装 参考github 代码 https://github.com/rongfengliang/tsw-docker-compose 启动&&运行 docker-compose 运行 docker-compose build docker-compose up -d 访问地址 //service http://hostip:8089 // sky http://hostip

Adobe Dreamweaver CC 2018安装激活教程

Dreamweaver CC 2018安装激活教程 1右击软件压缩包选择解压到"Adobe Dreamweaver CC 2018 x64".2先断网,然后双击打开"Set-up".3软件正在安装中,默认安装路径是C盘.4安装好之后会出现这个节面5打开"开始"然后点程序找到Adobe Dreamweaver CC 2018双击打开6点以后登陆7点开始试用8加载完成后会自动打开软件,接着我们点击右上方关闭按钮退出软件9接下来鼠标右击"Ad

Adobe CC 2015安装和破解(偏向破解)

安装真的没什么好说,反正修改一下安装路径,要注意的也就没什么了.主要是破解,破解好像有两种方法: 法一:工具法,工具法失灵比较快,亲们看看能不能行吧,说不准 看看这个链接能不能用:http://pan.baidu.com/s/1gdJA7V9 看看内容介绍:http://www.lookae.com/cc2015xf/ 其实还可以用Adobe CC 2014的破解机 法二:文件替换 法二是我用的方法,[转:http://www.52pojie.cn/thread-376249-1-1.html]

photoshop cc 版本安装失败解决办法

好久没有碰ps,看了下在ps版本都到cc了.忍不住也想尝试最新版本,但是安装出现了很多问题,导致我花了很多时间才搞定,现在分享给大家几点经验吧. Exit Code: 34 Please see specific errors below for troubleshooting. For example, ERROR: -------------------------------------- Summary -------------------------------------- - 1

Windows、Linux、Web安装及调用Matlab程序完整说明(大章)

本文档详细说明了Linux下Web项目调用Matlab函数的完整操作,文章适合对Java.Linux有一定基础了解的人群(不了解也没什么,无非是多试几次).因Linux作为服务器,所以未在其上安装Matlab主程序,只安装了运行环境MCR. 本文档内所述的所有版本软件均以32位为准,JDK与MCR也使用32位.若你的系统为64位,Linux系统同样为64位,则请尽量选择使用64位版本的JDK与MCR. 由于Matlab的版本限制问题,请保证Matlab主程序和MATLABCompiler Run

UPUPW 5.2 LAMP web安装教程

UPUPW安装web服务器LAMP----安装篇  视频教程观看地址http://v.youku.com/v_show/id_XMTQwNTE2Nzg2MA==.html 优酷的视频可能看得不清晰,请下载本地视频,我会上传到百度云,你们自己下载观看本地视频 UPUPW所需软件与本地观看视频下载地址:链接: http://pan.baidu.com/s/1eRd5Zdo 密码: e2dj

Adobe Photoshop cc权威安装笔记!

帮朋友装Photoshop,网上找了大概通过替换文件,感觉不是很权威,自己写个笔记. 准备: 说明: 1.Photoshop是收费软件,但是也有免费版(功能有限制),破解版(功能大致完全),因为是收费软件,因此一般用的都是破解版本,跳过收费.安装包分完整版和精简版.因此对应的大小不相同.完整版本功能比较齐全(除了Photoshop还有其他功能),精简版本只有photoshop功能.根据自己的需求安装. 2.CC(完整版)版本只能安装win7和win8.win10系统,如果是XP系统需下载CS5或