环境:rhel5.4 x64位虚拟机,过程:1、将OS
系统安装光盘iso上传到虚拟机中,挂载iso光盘:mount -t iso9660 -o loop /tmp/RHEL-5.4_x86_64_DVD.iso
/mnt2、找到安装光盘中repodata文件夹位置,例如rhel在/mnt/Serv...
分类:
其他好文 时间:
2014-06-10 16:07:33
阅读次数:
235
??
管理集群中的 crs 管理员
oracle Managing CRS Administrators in the Cluster
Use the following commands to manage CRS Administrators in the cluster:
The CRS Administrator is a predefined administrator role...
分类:
其他好文 时间:
2014-06-10 11:00:29
阅读次数:
238
oracle cluster 物理配置要求及限制
1、Oracle Clusterware supports up to 100 nodes in a cluster on configurations running Oracle Database 10grelease 2 (10.2) and later releases.
在10.2以后的版本开始 oracle的...
分类:
数据库 时间:
2014-06-10 06:10:43
阅读次数:
292
??
计算机集群(cluster)指一些松散的计算机系统,通过告诉网络连接,协同工作。集群对用户来说就像单台计算机系统,只不过是有更高的性能和更高的可靠性。集群中的每台计算机叫做节点。
常见集群类型
高性能计算(HPC, high performance computing)
主要用于科学计算,多用于科研领域,一般的商业领域较少用到该类集群。最开始出现的集群就是为了高性能计算设计的...
分类:
其他好文 时间:
2014-06-09 23:20:09
阅读次数:
300
和 Koller 的 video 最大的不同莫过于书上讲 LBP 的角度不是 procedural
的,而是原理性的。我们先看个 procedural 的,在一般的 cluster graph 上的 BP 改进版即 loopy belief
propagation 先将所有的 message 初始化...
分类:
其他好文 时间:
2014-06-08 23:16:00
阅读次数:
302
Web组件之间的关系包含3种,请求转发,URL重定向和包含
1.请求转发
请求转发允许把请求转发给同一应用程序的其他web组件,这种技术通常用于Web应用控制层的Servlet流程控制器,可检查HTTP请求的数据,并将请求转发到合适的目标组件,目标组件执行具体的请求处理操作并生成响应结果。
实例:
如果当前的Servlet组件要把请求转发给一个jsp组件,如hello.jsp,可在Serv...
分类:
其他好文 时间:
2014-06-08 17:19:51
阅读次数:
144
Binder is like RPC in java. It enables
multi-processes communication. Now we will talking about how to bind service
using IBinder class.总共有3种bind serv...
分类:
其他好文 时间:
2014-06-07 06:29:37
阅读次数:
232
RHCS: Red Hat Cluster Suite
红帽子集群套件,三位一体,完备的集群应用解决方案1.负载均衡2.高可用3.共享存储文件系统 组成:1.集群管理器:CMAN配置文件管理:CCS
---/sbin/ccsd /etc/cluster/cluster.confcman ---/us...
分类:
系统相关 时间:
2014-06-06 15:54:28
阅读次数:
426
redis cluster practice1. create three instance
folder: 9001,9002,9003,folder name as redis instance port2.Store configuration
files redis-server, redi...
分类:
其他好文 时间:
2014-06-03 17:02:51
阅读次数:
474
MySQL Cluster Core Concepts
NDBCLUSTER (also known as
NDB) is an in-memory storage engine offering high-availability and data-persistence features.
NDBCLUSTER(也叫做NDB)是一种提供了高可用性和数据持久性特征的内存式存储引擎。...
分类:
数据库 时间:
2014-06-03 05:51:53
阅读次数:
469