欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
RHQ
来自开放百科 - 灰狐
				
								
				(版本间的差异)
				
																
				
				
								
小  | 
			|||
| (未显示1个用户的20个中间版本) | |||
| 第1行: | 第1行: | ||
| − | RHQ   | + | RHQ, 一个面向基础架构的通用服务框架. 基于 [[Hyperic HQ]] 构建。  | 
| − | RHQ  | + | RHQ upstream for [[JBoss Operations Network]] (JBossON)  | 
| − | + | ||
| − | + | ||
| − | [[Jopr]]: Project on top of RHQ to support   | + | [[Jopr]]: Project on top of RHQ to support [[JBoss]] software  | 
| − | [[  | + | |
| − | ==  | + | ==安装==  | 
| + | 从源代码构建,事先创建好 rhq 数据库 和 rhqadmin/rhqadmin 用户名/密码  | ||
| + |  git clone https://github.com/rhq-project/rhq.git  | ||
| + |  cp rhq/etc/m2/settings.xml ~/.m2/  | ||
| + |  cd rhq  | ||
| + |  mvn clean -Ddbsetup -Penterprise,dev -DskipTests install // 这个过程是初始化数据库和下载jboss as等,要下载很多jar包。  | ||
| + | |||
| + | 二进制安装,下载压缩包后解压,进入bin  | ||
| + |  ./rhqctl  | ||
| + |  ./rhqctl install --help  | ||
| + |  ./rhqctl install // 安装所有组件   | ||
| + |  ./rhqctl start --help  | ||
| + |  ./rhqctl stop --help  | ||
| + |  ./rhqctl status --help  | ||
| + | |||
| + | 旧版本:  | ||
jopr-server-2.3.1\bin\rhq-server-console.bat  | jopr-server-2.3.1\bin\rhq-server-console.bat  | ||
  http://localhost:7080  |   http://localhost:7080  | ||
  rhqadmin/rhqadmin  |   rhqadmin/rhqadmin  | ||
| − | ==  | + | ==问题==  | 
| − | *http://www.rhq-project.org/  | + | 绑定16163端口  | 
| − | *  | + |  echo 16163 > /proc/sys/net/ipv4/ip_local_port_range  | 
| + |  netstat -tulpn | grep :16163  | ||
| + |  /sbin/iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 16163 -j ACCEPT  | ||
| + | |||
| + | ==升级==  | ||
| + | [https://docs.jboss.org/author/display/RHQ/Upgrading+RHQ Upgrading RHQ]  | ||
| + | |||
| + | ==图集==  | ||
| + | <gallery>  | ||
| + | image:rhq-agent.jpg|RHQ监视WinXP主机  | ||
| + | image:rhq-postgresql.jpg|PostgreSQL  | ||
| + | image:rhq-metrics-cassandra.png|Cassandra  | ||
| + | image:rhq-configuration-Agent-plugins.png|代理插件  | ||
| + | image:rhq-install-agent.png|安装Agent  | ||
| + | </gallery>  | ||
| + | |||
| + | ==链接==  | ||
| + | *[http://www.rhq-project.org/ RHQ官网]  | ||
| + | *[https://sourceforge.net/projects/rhq/files/rhq/ RHQ下载]  | ||
| + | *[https://docs.jboss.org/author/display/RHQ/Next+Generation+Metrics+Storage Next Generation Metrics Storage: Cassandra]  | ||
*[http://docs.huihoo.com/jboss/System-Management-with-RHQ-and-Jopr.pdf System management with RHQ and Jopr]  | *[http://docs.huihoo.com/jboss/System-Management-with-RHQ-and-Jopr.pdf System management with RHQ and Jopr]  | ||
*http://www.redhat.com/systems_management/resource/  | *http://www.redhat.com/systems_management/resource/  | ||
| + | |||
| + | [[category:monitoring]]  | ||
| + | [[category:cassandra]]  | ||
| + | [[category:PostgreSQL]]  | ||
| + | [[category:Red Hat]]  | ||
| + | [[category:JBoss]]  | ||
| + | [[category:java]]  | ||
2016年2月22日 (一) 15:09的最后版本
RHQ, 一个面向基础架构的通用服务框架. 基于 Hyperic HQ 构建。
RHQ upstream for JBoss Operations Network (JBossON)
Jopr: Project on top of RHQ to support JBoss software
目录 | 
[编辑] 安装
从源代码构建,事先创建好 rhq 数据库 和 rhqadmin/rhqadmin 用户名/密码
git clone https://github.com/rhq-project/rhq.git cp rhq/etc/m2/settings.xml ~/.m2/ cd rhq mvn clean -Ddbsetup -Penterprise,dev -DskipTests install // 这个过程是初始化数据库和下载jboss as等,要下载很多jar包。
二进制安装,下载压缩包后解压,进入bin
./rhqctl ./rhqctl install --help ./rhqctl install // 安装所有组件 ./rhqctl start --help ./rhqctl stop --help ./rhqctl status --help
旧版本: jopr-server-2.3.1\bin\rhq-server-console.bat
http://localhost:7080 rhqadmin/rhqadmin
[编辑] 问题
绑定16163端口
echo 16163 > /proc/sys/net/ipv4/ip_local_port_range netstat -tulpn | grep :16163 /sbin/iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 16163 -j ACCEPT
[编辑] 升级
[编辑] 图集
[编辑] 链接
	分享您的观点