gangliagraphitegrafanagangliaapi安装v1.2.docx

gangliagraphitegrafanagangliaapi安装v1.2.docx

  1. 1、本文档共31页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
gangliagraphitegrafanagangliaapi安装v1.2

Ganglia+Graphite+Grafana+Ganglia-api安装文档Ganglia安装机器环境23 cup-master-224 cup-slave-225 cup-slave-3软件版本ganglia-3.4.0.tar.gzganglia-web-3.5.4.tar.gzhadoop-2.0.0-cdh4.4.0.tar.gzhbase-0.94.6-cdh4.4.0.tar.gz操作系统64位Redhat Linux 6.2Ganglia服务端安装服务端选择安装在cup-slave-2,包括ganglia以及ganglia-web的安装。Ganglia-web用于通过网页查看ganglia的监控状态。Ganglia的安装我们统一使用root用户来操作。依赖包安装(更新)由于ganglia的安装需要大量的依赖包,而这些依赖包又彼此间可能互相依赖,所以使用yum命令进行依赖包的安装(更新),如果无网络环境请挂载光盘使用本地yum库。yum -y install apr-develapr-util check-develcairo-develpango-devel libxml2-devel rpmbuild glib2-devel dbus-develfreetype-develfontconfig-develgcc-c++ expat-devel python-devellibXrender-develApache安装mkdir /home/gangliacd /home/ganglia下载以下文件:wget /apache-mirror//apr/apr-1.4.6.tar.gz wget /apache-mirror//apr/apr-util-1.5.1.tar.gz wget/apache-mirror/httpd/httpd-2.2.23.tar.gz如果不能下载,请拷贝有关文件到/home/ganglia目录下分别按照以下步骤执行:apr编译安装tar -xf apr-1.4.6.tar.gz cd apr-1.4.6./configure --prefix=/usr/local/apr make make installapr-util编译安装cd ..tar -xf apr-util-1.5.1.tar.gz cd apr-util-1.5.1./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/aprmake make installhttpd编译安装cd ..tar -xf httpd-2.2.23.tar.gz cd httpd-2.2.23./configure --prefix=/usr/local/apache2 --enable-so --enable-mods-shared=most --with-included-apr --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-utilmake make installecho /usr/local/apache2/bin/apachectl start /etc/rc.d/rc.local修改httpd.conf配置文件在文件/usr/local/apache2/conf/httpd.conf中搜索#ServerName,添加ServerName localhost:80启动Apache/usr/local/apache2/bin/apachectl start验证http://noas1:80 显示 It Works! 说明apache安装成功PHP安装下载php:cd /home/gangliawget/get/php-5.3.18.tar.gz/from//mirror如果不能下载下来,请把相关文件拷贝到服务器一)tar -xf php-5.3.18.tar.gz cd php-5.3.18 ./configure --prefix=/usr/local/php-5.3 --with-apxs2=/usr/local/apache2/bin/apxsmake make install二)打开文件/usr/local/apache2/conf/httpd.conf,添加如下内容:FilesMatch \.php$SetHandler application/x-httpd-php/FilesMatchFilesMatch \.ph(p[2-6]?|tml)$SetHandler application/x-httpd-php/FilesMatchFilesMatch \.p

文档评论(0)

junjun37473 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档