发布时间:2014-08-29 17:47:22
访问方式1. GlusterNative Client2. NFSv3 protocol3. CIFS ① GlusterNative Client 1. 安装&nbs.........【阅读全文】
发布时间:2014-08-28 09:58:08
安装存储端 yum安装wget -P /etc/yum.repos.d http://download.gluster.org/pub/gluster/glusterfs/LATEST/CentOS/glusterfs-epel.repo# yum -y install fuse fuse-libs glusterfs glusterfs-rdma glusterfs-server glusterfs-devel glusterfs-fuse&n.........【阅读全文】
发布时间:2014-08-27 16:14:05
它是一个开源的分布式文件系统,具有强大的横向扩展能力,通过扩展能够支持数PB存储容量和处理数千客户端。GlusterFS借助TCP/IP或InfiniBand RDMA网络将物理分布的存储资源聚集在一起,使用单一全局命名空间来管理数据。GlusterFS基于可堆叠的用户空间设计,可为各种不同的数据负载.........【阅读全文】
发布时间:2014-08-07 14:07:26
生成证书# mkdir /etc/httpd/ssl.cert/# cd /etc/httpd/ssl.cert/1.生成X509格式的CA自签名证书 # openssl req -new -x509 -keyout ca.key -out ca.crt2.生成服务端的私钥(key文件)及csr 文件# openssl genrsa -des3 -out server.key 1024 # openssl req -new -key server.key -out server.csr3..........【阅读全文】
发布时间:2014-07-08 11:39:16
Postfix.docxPostfix+Dovecot+MySQL+Cyrus-sasl+Extmail之虚拟用户环境CentOS release 6.4 (Final)postfix-2.6.6-6.el6_5.x86_64dovecot-2.0.9-7.el6.x86_64mysql-server-5.1.73-3.el6_5.x86_64courier-authlib-0.66extmail-1.2extman-1.1domain:v380.com准备1关闭Selinux.........【阅读全文】