
linux集群
文章平均质量分 75
x5yw
这个作者很懒,什么都没留下…
展开
-
iSCSI target HowTo on Enterprise Linux (RHEL4)
iSCSI target HowTo on Enterprise Linux (RHEL4) Table of contents [showhide] 1 About2 Install the Target3 Configure the Target4 Configure the Linux Client5 Resources6 Corrections and Be转载 2007-02-14 13:35:00 · 1343 阅读 · 0 评论 -
iscsi+gfs
.Setup ISCSI Server Server: PIII 1.4,512M, Dell 1650,Redhat 9,IP=192.168.1.124 从http://iscsitarget.sourceforge.net/下载ISCSI TARGET的Source code (http://sourceforge.net/project/showfiles.php?group_id=转载 2007-02-14 13:42:00 · 2476 阅读 · 0 评论 -
centos3.8+iscsi+gfs
/****setup iscsi http://www.ardistech.com/iscsi/linux-iscsi-target-20040211.tar.gzftp://194.199.20.114/linux/redhat/9/en/os/i386/RedHat/RPMS/iscsi-3.1.0.3-3.i386.rpmtarget端采用的工具:1:iscsi enterprise tar原创 2007-02-14 14:28:00 · 1166 阅读 · 0 评论 -
the ha project --eddie
1:down and install (eddie.erlang) down:http://eddie.sourceforge.net/.rpm to install this toolbut ,we must install erlang of point to point.for more erlang information:www.erlang.orgnote: file原创 2007-07-04 17:23:00 · 853 阅读 · 0 评论 -
架设dns服务器 on redhat enterprise as 4.4
1:down www.isc.orgtar zxvf bind-9.4.0.tar.gz2:installcd bind-*./configure --prefix=/site/named --enable-threadsmake;make installmkdir /var/named3:config cd /site/named sbin/rndc-confgen -a 将生成所需要的key在原创 2007-04-12 17:27:00 · 703 阅读 · 0 评论 -
邮件系统 zimbra初探
1:down http://www.zimbra.com/community/downloads.html 本次实验在redhat 4.4 &&ubuntu 6.06进行。。选择相应的版本2:install tar zxvf zcs*.tgz cd zcs; ./install.sh原创 2007-04-18 21:08:00 · 2190 阅读 · 1 评论 -
dns load balance
一:原理分析介绍:1:用到的软件:http://www.stanford.edu/~riepel/lbnamed/lbnamed:负责别名到真实服务器的解析poller:实现负载均衡的部分,从各个lbcd上获取服务器的信息来决定DNS解析的结果lbcd:真实服务器上的负载状态检测BIND---如果自己配置DNS可选。。2:需要负载均衡的真实服务器上都应该装有lbcd原创 2007-08-07 11:45:00 · 4008 阅读 · 1 评论 -
cfs之lustre实验
1:环境 192.168.0.33 centos3.8 kernel:2.4.21-47 单网卡 192.168.0.34 centos3.8 kernel:2.4.21-47 单网卡2:softw download http://downloads.clusterfs.com/customer/public-releases/v1.4/1.4.10/lustre-1原创 2007-05-23 11:42:00 · 1169 阅读 · 0 评论