码迷,mamicode.com
首页 >  
搜索关键字:deploy smokeping    ( 1551个结果
CentOS6.2 上搭建smokeping
一介绍smokeping是rrdtool的作者TobiOetiker的作品,所以它在图形显示方面有很大优势,也是一个很有特点的opensource工具:多种探测方式,包括fping、echoping、dig、curl等。二安装环境虚拟机版本:VMwareWorkstation8.0.4build-744019OS版本:CentOS6.2i686IP地址:192.168.1.1..
分类:其他好文   时间:2014-08-17 09:15:43    阅读次数:610
Scrumworks常见问题
1,乱码问题 修改{scrumworks_home}/server/scrumworks/deploy/scrumworks-mysql-ds.xml: ? ?<connection-url>jdbc:mysql://localhost/scrumworks?characterEncoding=utf8</connection-url> 2.端口问题 \Scrum...
分类:其他好文   时间:2014-08-15 18:10:29    阅读次数:389
ceph简单操作
上篇,我们介绍了使用ceph-deploy去部署ceph集群,下面我们简单介绍下ceph操作.块设备使用(rbd)a.创建用户id与keyringcephauthget-or-createclient.node01osd‘allow*‘mon‘allow*‘>node01.keyringb.复制keyring到node01scpnode01.keyringroot@node01:/root/c.创建镜像apt-get..
分类:其他好文   时间:2014-08-15 13:01:09    阅读次数:206
Spark分析之Standalone运行过程分析
一、集群启动过程--启动Master$SPARK_HOME/sbin/start-master.shstart-master.sh脚本关键内容:spark-daemon.sh start org.apache.spark.deploy.master.Master 1 --ip $SPARK_MAST...
分类:其他好文   时间:2014-08-14 19:36:09    阅读次数:387
Where Jboss7.1 take war application to deploy--reference
Questioni've deployed the jboss-as-helloworld-errai application in my standalone jboss7.1 instance, and i've delete it latter ( in the */standalone/de...
分类:移动开发   时间:2014-08-12 12:53:54    阅读次数:289
运维自动化之ansible playbook结合docker安装smokeping
本次介绍ansible的palybook结合docker进行虚拟机里安装2.6.8版本smokeping(apache版本是2.4.7)。docker版本09:26:53#dockerversion Clientversion:0.11.1 ClientAPIversion:1.11 Goversion(client):go1.2.1 Gitcommit(client):fb99f99/0.11.1 Serverversion:0.11.1 ServerAPI..
分类:其他好文   时间:2014-08-11 12:12:33    阅读次数:1941
ceph 快速部署
ceph统一存储现在火的不得了了,大家都在调研它,最近大脑发热,也尝试体验一把。下面简单记录下cephceph-deploy部署步骤。一、规划1.虚拟机5台,其功能如下:名称pulicnetworkclusternetwork功能admin-node192.168.0.254/2410.0.1.2/24管理机器mon01192.168.0.2/2410.0.1.3/24..
分类:其他好文   时间:2014-08-05 03:14:48    阅读次数:261
Myeclipse不能正常部署WEB项目
如果出现了上述的错误按照如下的3个步骤解决:1、首先关闭MyEclipse工作空间。2、然后删除工作空间下的“/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.ast.deploy.core.prefs”这个文件。在这个文件中存储了一些部署项目的信息。删了这个部署..
分类:Web程序   时间:2014-08-01 20:22:23    阅读次数:281
Deploy Ceph and start using it:simple librados cli
This part of the tutorial describes how to?setup a simple Ceph client using librados (for?C++). The only information that the client requires for the?cephx?authentication is Endpoint of the mon...
分类:其他好文   时间:2014-07-31 21:24:07    阅读次数:399
Deploy Oracle 10.2.0.5 DataGuard on Red Hat Enterprise Linux 6.4
主库部分 开启归档,force logging SQL> archive log list SQL> shutdown immediate SQL> startup mount SQL> alter database archivelog; SQL> shutdown immediate SQL> startup SQL> alter database force...
分类:数据库   时间:2014-07-30 17:30:24    阅读次数:389
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!