Add the GPG key to apt
apt-get update
2. Dealing with mounting issue at boot time
With GlusterFS 3.4.2, we may get in trouble trying to mount the gluster volume via
1. Complete IRS Form W-7.
2. Complete your federal and state tax returns using the number 999-88-9999 in place of a Social Security Number.
3. Print the tax returns and cross off the 999-88-9999 from the SSN field. Do not attempt to e-file your return.
4. Write "Applying for ITIN; Application attached" next to the SSN field.
5. Mail the signed federal return, the completed Form W-7, and all documentation required by the Form W-7 Instructions to the address specified in the Form W-7 Instructions. (Alternatively, you may choose to take all this information in-person to a local IRS office for processing.)
6. If you need to file a state tax return: Mail the signed state return and a copy of Form W-7 to your state's regular filing address.
yum -y install ntp
chkconfig --level 235 ntpd
service ntpd start
date
service ntpd stop
ntpdate 0.centos.pool.ntp.org
ntpdate 0.pool.ntp.org
date
service haproxy reload
nano /etc/httpd/conf/sites-available/ispconfig.conf
Replace
nano /etc/httpd/conf/httpd.conf
Replace
service httpd restart
/usr/bin/vmware-config-tools.pl
cd /etc/yum.repos.d/
wget http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.0/EPEL.repo/glusterfs-epel.repo
Install gluster server and client
yum install glusterfs-server
If we want to install only glusterfs client, then run
yum install glusterfs-client
Start GlusterFS
chkconfig --level 235 glusterd on
service glusterd start
mkdir /tmp/glusterfs
cd /tmp/glusterfs
wget -l 1 -nd -nc -r -A.rpm http://download.gluster.org/pub/gluster/glusterfs/LATEST/RHEL/epel-6.5/x86_64/
Install the GlusterFS packages
yum install glusterfs-3.4.2-1.el6.x86_64.rpm glusterfs-fuse-3.4.2-1.el6.x86_64.rpm glusterfs-geo-replication-3.4.2-1.el6.x86_64.rpm glusterfs-server-3.4.2-1.el6.x86_64.rpm glusterfs-cli-3.4.2-1.el6.x86_64.rpm glusterfs-libs-3.4.2-1.el6.x86_64.rpm
Start GlusterFS
chkconfig --level 235 glusterd on
service glusterd start
You may need to change the package names if versions are different.
Ref: http://www.howtoforge.com/high-availability-storage-with-glusterfs-3.2.x-on-centos-6.3-automatic-file-replication-mirror-across-two-storage-servers