SlideShare ist ein Scribd-Unternehmen logo
1 von 14
Downloaden Sie, um offline zu lesen
Gluster Storage Platform
Installation
About Gluster Storage Platform
Gluster Storage Platform is an open source clustered storage solution. The software is a
powerful and flexible storage solution that simplifies the task of managing unstructured file data
whether you have a few terabytes of storage or multiple petabytes. You can get started with
just a single system configured as a standalone NAS server, and scale from there on as needed
by adding new storage nodes into your configuration. You can then export the aggregate
storage capacity into a single global name space which multiple clients can access seamlessly.

Gluster Storage Platform integrates the Gluster File System (GlusterFS), which is a scalable
clustered file system, with a Linux operating system layer and a web-based management
interface and installer. Installation on a bare metal server takes less than 15 minutes. It
supports native GlusterFS, CIFS and NFS client access protocols and Infiniband, GigE, 10GigE
network interconnects/fabrics. The core component of Gluster Storage Platform, the GlusterFS
is completely implemented in user space, and has a modular stackable design that can be
easily configured to handle performance characteristics of different storage workloads.

More information is available at the Gluster web site:
http://www.gluster.com/

The Gluster Storage Platform documentation is available at:
http://gluster.com/community/documentation/index.php/Gluster_Storage_Platform

This document provides a detailed description of how to install Gluster Storage Platform in 15
minutes or less as outlined in the installation video. This guide will detail how to install a two-
node storage cluster, first we’ll add Storage Server 1 and then add Storage Server 2 to the
cluster. In subsequent videos we’ll show how to create a storage volume across these storage
servers in addition to detailing how to mount the volume created on a client machine. Once
servers are installed and volumes are created the clients can connect to the Storage Server and
the setup would look like this:



                                                       Gluster Storage Client
                                              (client machine with user desired
                                               client OS - Linux/Unix/Windows




                                       GigE, 10GigE or InfiniBand Interconnect



                 Storage Server 1                                                   Storage Server 2
             Gluster Storage Platform                                           Gluster Storage Platform
             Intel/AMD x86-64 system                                            Intel/AMD x86-64 system




Copyright © 2010, GLUSTER, Inc. All Rights Reserved.
                                                                                                           1
Gluster Storage Platform Installation
Installation is all about preparing at least one server with the management console enabled, and
then adding more servers to create your desired cluster setup. Even if you have just one
system, you can still use Gluster Storage Platform as a standalone NAS server with its web
based management GUI. Later you can add more servers and turn the system into a powerful
storage cluster. Installation is simple - there are only two screens to take care of, disk selection
and network configuration (detailed below), and the whole process takes less than 15 minutes
to complete.

Obtaining Software
Gluster Storage Platform can be downloaded from
http://www.gluster.com/products/download.php
Gluster Storage Platform is released under GNU GPL v3 or later license.

Minimum Requirements
         1GB USB Disk as Install Media
         1 or more storage servers (or virtual machines) with minimum configuration as follows:
              o 8GB Disk
              o 1GB Memory
              o Intel/AMD 64bit hardware
              o 1GigE or 10GigE or Infiniband

Preparing Your Install Media
Gluster Storage Platform is released in the form of a compressed USB bootable disk image, and
an ISO image. The instructions show how to prepare the USB install image on a Linux
machine. After uncompressing the USB image, you transfer the platform image on to your USB
disk (without any partitions) using the standard dd disk-dump utility.

Note1: Most desktops will automatically mount the USB disks upon insertion. Unmount it manually before
       you transfer the image.

Note2: To determine the device name of your USB disk, you can type 'dmesg | tail' inside your terminal.
       Alternatively you can also find from your /proc/devices file.

Assuming your USB disk is detected as /dev/sdc, you type for following commands:

root$ wget http://ftp.gluster.com/pub/gluster/gluster-platform/3.0/Gluster-
3.0.img.gz
root$ gunzip Gluster-3.0.img.gz
root$ dd if=Gluster-3.0.img of=/dev/sdc bs=1M




Copyright © 2010, GLUSTER, Inc. All Rights Reserved.
                                                                                                          2
Management Console / First Server Installation
If you are starting fresh, this is your first step in the installation process once you have prepared
your install media (e.g. USB stick). You will install your first server, and management console
using the steps below. You can add more servers to your configuration later.

Insert the USB stick into the USB slot on the system you are installing on, and boot it.

Note:     The system motherboard needs to support booting from USB, and it needs to be enabled in the
          BIOS.

Installation will start, and after a splash screen, will show a time-out dialog asking you to
interrupt it for installation of first server to begin. When this (below) dialog comes up, select
"Start First Server Installation".




If you miss this step, it will time out and automatically proceed to an automated additional
(remote) server installation mode, which is used to subsequent/additional server installations
(explained below under Add Server). If it times out, and you wanted to install your first server,
then your only option is to reboot and choose the correct selection.

Disk Selection
Next you need to select the disk you want to install Gluster Storage Platform on from a drop-
down list of detected disks. The disk you select here will be made bootable and used as the disk
for the NAS backend.




Copyright © 2010, GLUSTER, Inc. All Rights Reserved.
                                                                                                        3
Select the hard drive you want to install on, and click "Next".

Network Configuration
The network configuration dialog will then come up. You need to enter hostname, ip-address
and gateway values. Other fields are optional.




After you have specified the required fields, press "Install". The installer will format the selected
disk and install the Gluster Storage Platform image on to it. You will see an installation progress




Copyright © 2010, GLUSTER, Inc. All Rights Reserved.
                                                                                                   4
screen, and once complete the following confirmation dialog will be displayed which specifies
the password you can use to log into the system subsequently.




Remove the USB install media at this point and click the "Reboot" button.

The system will then re-boot into the management console, and you will see the following
screen.




Login using the password provided earlier.




Copyright © 2010, GLUSTER, Inc. All Rights Reserved.
                                                                                                5
Gluster Management Console
Once you logon after re-boot, you will be presented a help screen. Review and close this screen
to get into the management console (below) through which you can use to add servers, create
volumes and monitor the system.




You can also manage the server entirely remotely from your browser. Simply point your browser
to http://IP-ADDRESS (or hostname) of your server (i.e. the IP which you assigned during the
installation). You will get the same login screen and features via the web browser as you would
being physically on the installed system.

Add Server
To expand your storage setup, click the "Add Server" button under the "Server Manager" tab in
the management console. The first time when you add a new server to the cluster, you will be
prompted to enter an IP address range for the storage pool (unless you specify it by choosing
the "Manage Storage Server Pool" button prior).




Copyright © 2010, GLUSTER, Inc. All Rights Reserved.
                                                                                                6
Press "Next", and specify the IP address range in the dialog (below) that comes up. You simply
reserve a range of IP addresses in advance for the storage servers. For example, if you are
planning to scale the storage cluster to a maximum of 20 servers, then you will enter
192.168.1.12 - 192.168.1.20, where 192.168.1.11 is the IP address you already assigned for the
management console. There is no harm in assigning more than what you are planning to scale.




Once you have entered the IP address range for additional servers, click "Next", and the
management console will start probing for additional servers to boot up.




Copyright © 2010, GLUSTER, Inc. All Rights Reserved.
                                                                                            7
The next step is to use the same installation media to boot your additional storage server(s).
Insert the USB stick into a USB port on the 2nd server, and boot from it. It will time-out in 60
seconds, and automatically proceed to remote installation of the additional server. Even though
it is possible to do so, especially if you have a console on your second server, you do not need
to interrupt the boot process nor manually intervene. Once time-out happens, the management
console will exit from probing servers to the following screen:




Enter the 2nd server hostname under the General tab. If desired, review the information pre-
filled into the eth0 to see the network address assigned by the management console to this
server.

Click "Add Server". Your remote server installation will complete, and you will see the following
confirmation in your management console.




"Close" this dialog, and refresh the management console by switching between some tabs.
Both servers installed will now show in the "Server Manager" tab.




Copyright © 2010, GLUSTER, Inc. All Rights Reserved.
                                                                                                8
Server Manager
After adding your servers the next step is to prepare the disk you selected at the time of
installation. Select the all (check box) and click "Format Disk". This process takes few minutes
to few hours depending on how big your RAID volume is. Here you can see the two servers
added before formatting the disks:




You will see the following screen when formatting is complete:




Copyright © 2010, GLUSTER, Inc. All Rights Reserved.
                                                                                                   9
At this point you can add more servers, or proceed to creating volumes now.

Additional Information
Additional documentation can be obtained from the Gluster website at
http://gluster.com/community/documentation/index.php/Main_Page




Copyright © 2010, GLUSTER, Inc. All Rights Reserved.
                                                                              10
Gluster Storage Platform Installation Guide
Gluster Storage Platform Installation Guide
Gluster Storage Platform Installation Guide

Weitere ähnliche Inhalte

Was ist angesagt?

Step for installing linux server
Step for installing linux serverStep for installing linux server
Step for installing linux serversyed mehdi raza
 
Installing and Configuring Domino 10 on CentOS 7
Installing and Configuring Domino 10 on CentOS 7Installing and Configuring Domino 10 on CentOS 7
Installing and Configuring Domino 10 on CentOS 7Devin Olson
 
Kernel Configuration and Compilation
Kernel Configuration and CompilationKernel Configuration and Compilation
Kernel Configuration and CompilationBud Siddhisena
 
Installation of ESX Server
Installation of ESX ServerInstallation of ESX Server
Installation of ESX ServerLuca Viscomi
 
install CentOS 6.3 minimal on Hyper-V
install CentOS 6.3 minimal on Hyper-Vinstall CentOS 6.3 minimal on Hyper-V
install CentOS 6.3 minimal on Hyper-VTũi Wichets
 
Comparação entre XenServer 6.2 e VMware VSphere 5.1 - Comparison of Citrix Xe...
Comparação entre XenServer 6.2 e VMware VSphere 5.1 - Comparison of Citrix Xe...Comparação entre XenServer 6.2 e VMware VSphere 5.1 - Comparison of Citrix Xe...
Comparação entre XenServer 6.2 e VMware VSphere 5.1 - Comparison of Citrix Xe...Lorscheider Santiago
 
Lavigne bsdmag july
Lavigne bsdmag julyLavigne bsdmag july
Lavigne bsdmag julyDru Lavigne
 
Freenas Tutorial EuroBSDCon 2012
Freenas Tutorial EuroBSDCon 2012Freenas Tutorial EuroBSDCon 2012
Freenas Tutorial EuroBSDCon 2012Dru Lavigne
 
Run mac os x on pc
Run mac os x on pcRun mac os x on pc
Run mac os x on pcsketchout
 
Domino9on centos6
Domino9on centos6Domino9on centos6
Domino9on centos6a8us
 
VMware Interview questions and answers
VMware Interview questions and answersVMware Interview questions and answers
VMware Interview questions and answersvivaankumar
 
faq st7501 export_ver1.2
faq st7501 export_ver1.2faq st7501 export_ver1.2
faq st7501 export_ver1.2TSOLUTIONS
 

Was ist angesagt? (20)

Step for installing linux server
Step for installing linux serverStep for installing linux server
Step for installing linux server
 
Installing and Using XBMC
Installing and Using XBMCInstalling and Using XBMC
Installing and Using XBMC
 
Installing and Configuring Domino 10 on CentOS 7
Installing and Configuring Domino 10 on CentOS 7Installing and Configuring Domino 10 on CentOS 7
Installing and Configuring Domino 10 on CentOS 7
 
VMWare Lab For Training, Testing or Proof of Concept
VMWare Lab For Training, Testing or Proof of ConceptVMWare Lab For Training, Testing or Proof of Concept
VMWare Lab For Training, Testing or Proof of Concept
 
VMware Performance
VMware Performance VMware Performance
VMware Performance
 
Kernel Configuration and Compilation
Kernel Configuration and CompilationKernel Configuration and Compilation
Kernel Configuration and Compilation
 
Installation of ESX Server
Installation of ESX ServerInstallation of ESX Server
Installation of ESX Server
 
install CentOS 6.3 minimal on Hyper-V
install CentOS 6.3 minimal on Hyper-Vinstall CentOS 6.3 minimal on Hyper-V
install CentOS 6.3 minimal on Hyper-V
 
Command reference nos-v3_5
Command reference nos-v3_5Command reference nos-v3_5
Command reference nos-v3_5
 
Comparação entre XenServer 6.2 e VMware VSphere 5.1 - Comparison of Citrix Xe...
Comparação entre XenServer 6.2 e VMware VSphere 5.1 - Comparison of Citrix Xe...Comparação entre XenServer 6.2 e VMware VSphere 5.1 - Comparison of Citrix Xe...
Comparação entre XenServer 6.2 e VMware VSphere 5.1 - Comparison of Citrix Xe...
 
Lavigne bsdmag july
Lavigne bsdmag julyLavigne bsdmag july
Lavigne bsdmag july
 
Freenas Tutorial EuroBSDCon 2012
Freenas Tutorial EuroBSDCon 2012Freenas Tutorial EuroBSDCon 2012
Freenas Tutorial EuroBSDCon 2012
 
Run mac os x on pc
Run mac os x on pcRun mac os x on pc
Run mac os x on pc
 
Clone mac drive
Clone mac driveClone mac drive
Clone mac drive
 
Vsp 41 config_max
Vsp 41 config_maxVsp 41 config_max
Vsp 41 config_max
 
Domino9on centos6
Domino9on centos6Domino9on centos6
Domino9on centos6
 
Platform administration guide-nos_v3_5
Platform administration guide-nos_v3_5Platform administration guide-nos_v3_5
Platform administration guide-nos_v3_5
 
VMware Interview questions and answers
VMware Interview questions and answersVMware Interview questions and answers
VMware Interview questions and answers
 
Rht upgrade v5-v2
Rht upgrade v5-v2Rht upgrade v5-v2
Rht upgrade v5-v2
 
faq st7501 export_ver1.2
faq st7501 export_ver1.2faq st7501 export_ver1.2
faq st7501 export_ver1.2
 

Andere mochten auch

Red Hat Storage - Introduction to GlusterFS
Red Hat Storage - Introduction to GlusterFSRed Hat Storage - Introduction to GlusterFS
Red Hat Storage - Introduction to GlusterFSGlusterFS
 
Gluster Webinar May 25: Whats New in GlusterFS 3.2
Gluster Webinar May 25: Whats New in GlusterFS 3.2Gluster Webinar May 25: Whats New in GlusterFS 3.2
Gluster Webinar May 25: Whats New in GlusterFS 3.2GlusterFS
 
Software Defined storage
Software Defined storageSoftware Defined storage
Software Defined storageKirillos Akram
 
Integrating gluster fs,_qemu_and_ovirt-vijay_bellur-linuxcon_eu_2013
Integrating gluster fs,_qemu_and_ovirt-vijay_bellur-linuxcon_eu_2013Integrating gluster fs,_qemu_and_ovirt-vijay_bellur-linuxcon_eu_2013
Integrating gluster fs,_qemu_and_ovirt-vijay_bellur-linuxcon_eu_2013Gluster.org
 
Scale out backups-with_bareos_and_gluster
Scale out backups-with_bareos_and_glusterScale out backups-with_bareos_and_gluster
Scale out backups-with_bareos_and_glusterGluster.org
 
Award winning scale-up and scale-out storage for Xen
Award winning scale-up and scale-out storage for XenAward winning scale-up and scale-out storage for Xen
Award winning scale-up and scale-out storage for XenGlusterFS
 
Introduction to GlusterFS Webinar - September 2011
Introduction to GlusterFS Webinar - September 2011Introduction to GlusterFS Webinar - September 2011
Introduction to GlusterFS Webinar - September 2011GlusterFS
 
Petascale Cloud Storage with GlusterFS
Petascale Cloud Storage with GlusterFSPetascale Cloud Storage with GlusterFS
Petascale Cloud Storage with GlusterFSThe Linux Foundation
 
Distributed Shared Memory Systems
Distributed Shared Memory SystemsDistributed Shared Memory Systems
Distributed Shared Memory SystemsAnkit Gupta
 
CephFS update February 2016
CephFS update February 2016CephFS update February 2016
CephFS update February 2016John Spray
 
Glusterfs and openstack
Glusterfs  and openstackGlusterfs  and openstack
Glusterfs and openstackopenstackindia
 
Smb gluster devmar2013
Smb gluster devmar2013Smb gluster devmar2013
Smb gluster devmar2013Gluster.org
 
Lisa 2015-gluster fs-introduction
Lisa 2015-gluster fs-introductionLisa 2015-gluster fs-introduction
Lisa 2015-gluster fs-introductionGluster.org
 
Scale out backups-with_bareos_and_gluster
Scale out backups-with_bareos_and_glusterScale out backups-with_bareos_and_gluster
Scale out backups-with_bareos_and_glusterGluster.org
 
Gluster technical overview
Gluster technical overviewGluster technical overview
Gluster technical overviewGluster.org
 
Dustin Black - Red Hat Storage Server Administration Deep Dive
Dustin Black - Red Hat Storage Server Administration Deep DiveDustin Black - Red Hat Storage Server Administration Deep Dive
Dustin Black - Red Hat Storage Server Administration Deep DiveGluster.org
 
Software defined storage
Software defined storageSoftware defined storage
Software defined storageGluster.org
 
Ceph Performance: Projects Leading Up to Jewel
Ceph Performance: Projects Leading Up to JewelCeph Performance: Projects Leading Up to Jewel
Ceph Performance: Projects Leading Up to JewelRed_Hat_Storage
 
Ceph, Now and Later: Our Plan for Open Unified Cloud Storage
Ceph, Now and Later: Our Plan for Open Unified Cloud StorageCeph, Now and Later: Our Plan for Open Unified Cloud Storage
Ceph, Now and Later: Our Plan for Open Unified Cloud StorageSage Weil
 

Andere mochten auch (20)

Red Hat Storage - Introduction to GlusterFS
Red Hat Storage - Introduction to GlusterFSRed Hat Storage - Introduction to GlusterFS
Red Hat Storage - Introduction to GlusterFS
 
Gluster Webinar May 25: Whats New in GlusterFS 3.2
Gluster Webinar May 25: Whats New in GlusterFS 3.2Gluster Webinar May 25: Whats New in GlusterFS 3.2
Gluster Webinar May 25: Whats New in GlusterFS 3.2
 
Software Defined storage
Software Defined storageSoftware Defined storage
Software Defined storage
 
Integrating gluster fs,_qemu_and_ovirt-vijay_bellur-linuxcon_eu_2013
Integrating gluster fs,_qemu_and_ovirt-vijay_bellur-linuxcon_eu_2013Integrating gluster fs,_qemu_and_ovirt-vijay_bellur-linuxcon_eu_2013
Integrating gluster fs,_qemu_and_ovirt-vijay_bellur-linuxcon_eu_2013
 
Scale out backups-with_bareos_and_gluster
Scale out backups-with_bareos_and_glusterScale out backups-with_bareos_and_gluster
Scale out backups-with_bareos_and_gluster
 
Award winning scale-up and scale-out storage for Xen
Award winning scale-up and scale-out storage for XenAward winning scale-up and scale-out storage for Xen
Award winning scale-up and scale-out storage for Xen
 
Introduction to GlusterFS Webinar - September 2011
Introduction to GlusterFS Webinar - September 2011Introduction to GlusterFS Webinar - September 2011
Introduction to GlusterFS Webinar - September 2011
 
Petascale Cloud Storage with GlusterFS
Petascale Cloud Storage with GlusterFSPetascale Cloud Storage with GlusterFS
Petascale Cloud Storage with GlusterFS
 
Distributed Shared Memory Systems
Distributed Shared Memory SystemsDistributed Shared Memory Systems
Distributed Shared Memory Systems
 
CephFS update February 2016
CephFS update February 2016CephFS update February 2016
CephFS update February 2016
 
Glusterfs and openstack
Glusterfs  and openstackGlusterfs  and openstack
Glusterfs and openstack
 
Smb gluster devmar2013
Smb gluster devmar2013Smb gluster devmar2013
Smb gluster devmar2013
 
Lisa 2015-gluster fs-introduction
Lisa 2015-gluster fs-introductionLisa 2015-gluster fs-introduction
Lisa 2015-gluster fs-introduction
 
Scale out backups-with_bareos_and_gluster
Scale out backups-with_bareos_and_glusterScale out backups-with_bareos_and_gluster
Scale out backups-with_bareos_and_gluster
 
Gluster technical overview
Gluster technical overviewGluster technical overview
Gluster technical overview
 
Dustin Black - Red Hat Storage Server Administration Deep Dive
Dustin Black - Red Hat Storage Server Administration Deep DiveDustin Black - Red Hat Storage Server Administration Deep Dive
Dustin Black - Red Hat Storage Server Administration Deep Dive
 
Software defined storage
Software defined storageSoftware defined storage
Software defined storage
 
Ceph Performance: Projects Leading Up to Jewel
Ceph Performance: Projects Leading Up to JewelCeph Performance: Projects Leading Up to Jewel
Ceph Performance: Projects Leading Up to Jewel
 
Ceph, Now and Later: Our Plan for Open Unified Cloud Storage
Ceph, Now and Later: Our Plan for Open Unified Cloud StorageCeph, Now and Later: Our Plan for Open Unified Cloud Storage
Ceph, Now and Later: Our Plan for Open Unified Cloud Storage
 
Building Information Modeling (BIM)
Building Information Modeling (BIM)Building Information Modeling (BIM)
Building Information Modeling (BIM)
 

Ähnlich wie Gluster Storage Platform Installation Guide

Virtualization technology "comparison vmware 9 vs virtualbox 4.2"
Virtualization  technology "comparison vmware 9 vs virtualbox 4.2"Virtualization  technology "comparison vmware 9 vs virtualbox 4.2"
Virtualization technology "comparison vmware 9 vs virtualbox 4.2"Lagendary Sheeva
 
Lavigne bsdmag sept12
Lavigne bsdmag sept12Lavigne bsdmag sept12
Lavigne bsdmag sept12Dru Lavigne
 
Centralized Fog Server with OpenLDAP
Centralized Fog Server with OpenLDAP Centralized Fog Server with OpenLDAP
Centralized Fog Server with OpenLDAP tare
 
Dru lavigne servers-tutorial
Dru lavigne servers-tutorialDru lavigne servers-tutorial
Dru lavigne servers-tutorialDru Lavigne
 
SOP - 2013 Server Build
SOP - 2013 Server BuildSOP - 2013 Server Build
SOP - 2013 Server BuildRobert Jones
 
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceQuick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceCloudian
 
Virtualization
VirtualizationVirtualization
VirtualizationYansi Keim
 
Squid proxy-configuration-guide
Squid proxy-configuration-guideSquid proxy-configuration-guide
Squid proxy-configuration-guidejasembo
 
18587936 squid-proxy-configuration-guide - [the-xp.blogspot.com]
18587936 squid-proxy-configuration-guide - [the-xp.blogspot.com]18587936 squid-proxy-configuration-guide - [the-xp.blogspot.com]
18587936 squid-proxy-configuration-guide - [the-xp.blogspot.com]Krisman Tarigan
 
Mikrotik
MikrotikMikrotik
Mikrotikhzcom
 
Krenel Based Virtual Machine In Centos7
Krenel Based Virtual Machine In Centos7Krenel Based Virtual Machine In Centos7
Krenel Based Virtual Machine In Centos7a_ratra
 
WBH 4.0 Mod 6 - Server Purposing.ppt
WBH 4.0 Mod 6 - Server Purposing.pptWBH 4.0 Mod 6 - Server Purposing.ppt
WBH 4.0 Mod 6 - Server Purposing.pptwebhostingguy
 
Documentation free nas
Documentation free nasDocumentation free nas
Documentation free nasMoaaz Magdy
 
Documentation freenas
Documentation freenas Documentation freenas
Documentation freenas Moaaz Magdy
 

Ähnlich wie Gluster Storage Platform Installation Guide (20)

Ubuntu server guide
Ubuntu server guideUbuntu server guide
Ubuntu server guide
 
Virtualization technology "comparison vmware 9 vs virtualbox 4.2"
Virtualization  technology "comparison vmware 9 vs virtualbox 4.2"Virtualization  technology "comparison vmware 9 vs virtualbox 4.2"
Virtualization technology "comparison vmware 9 vs virtualbox 4.2"
 
Lavigne bsdmag sept12
Lavigne bsdmag sept12Lavigne bsdmag sept12
Lavigne bsdmag sept12
 
Centralized Fog Server with OpenLDAP
Centralized Fog Server with OpenLDAP Centralized Fog Server with OpenLDAP
Centralized Fog Server with OpenLDAP
 
Bsd routers
Bsd routersBsd routers
Bsd routers
 
Dru lavigne servers-tutorial
Dru lavigne servers-tutorialDru lavigne servers-tutorial
Dru lavigne servers-tutorial
 
SOP - 2013 Server Build
SOP - 2013 Server BuildSOP - 2013 Server Build
SOP - 2013 Server Build
 
2. install os
2. install os2. install os
2. install os
 
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceQuick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
 
Virtualization
VirtualizationVirtualization
Virtualization
 
Howto Pxeboot
Howto PxebootHowto Pxeboot
Howto Pxeboot
 
Squid proxy-configuration-guide
Squid proxy-configuration-guideSquid proxy-configuration-guide
Squid proxy-configuration-guide
 
18587936 squid-proxy-configuration-guide - [the-xp.blogspot.com]
18587936 squid-proxy-configuration-guide - [the-xp.blogspot.com]18587936 squid-proxy-configuration-guide - [the-xp.blogspot.com]
18587936 squid-proxy-configuration-guide - [the-xp.blogspot.com]
 
Mikrotik
MikrotikMikrotik
Mikrotik
 
Installation CentOS 6.3
Installation CentOS 6.3Installation CentOS 6.3
Installation CentOS 6.3
 
Netezza All labs
Netezza All labsNetezza All labs
Netezza All labs
 
Krenel Based Virtual Machine In Centos7
Krenel Based Virtual Machine In Centos7Krenel Based Virtual Machine In Centos7
Krenel Based Virtual Machine In Centos7
 
WBH 4.0 Mod 6 - Server Purposing.ppt
WBH 4.0 Mod 6 - Server Purposing.pptWBH 4.0 Mod 6 - Server Purposing.ppt
WBH 4.0 Mod 6 - Server Purposing.ppt
 
Documentation free nas
Documentation free nasDocumentation free nas
Documentation free nas
 
Documentation freenas
Documentation freenas Documentation freenas
Documentation freenas
 

Mehr von GlusterFS

Webinar Sept 22: Gluster Partners with Redapt to Deliver Scale-Out NAS Storage
Webinar Sept 22: Gluster Partners with Redapt to Deliver Scale-Out NAS StorageWebinar Sept 22: Gluster Partners with Redapt to Deliver Scale-Out NAS Storage
Webinar Sept 22: Gluster Partners with Redapt to Deliver Scale-Out NAS StorageGlusterFS
 
Intro to GlusterFS Webinar - August 2011
Intro to GlusterFS Webinar - August 2011Intro to GlusterFS Webinar - August 2011
Intro to GlusterFS Webinar - August 2011GlusterFS
 
Gluster for Geeks: Performance Tuning Tips & Tricks
Gluster for Geeks: Performance Tuning Tips & TricksGluster for Geeks: Performance Tuning Tips & Tricks
Gluster for Geeks: Performance Tuning Tips & TricksGlusterFS
 
Gluster Webinar: Introduction to GlusterFS v3.3
Gluster Webinar: Introduction to GlusterFS v3.3Gluster Webinar: Introduction to GlusterFS v3.3
Gluster Webinar: Introduction to GlusterFS v3.3GlusterFS
 
Cloud Storage Adoption, Practice, and Deployment
Cloud Storage Adoption, Practice, and DeploymentCloud Storage Adoption, Practice, and Deployment
Cloud Storage Adoption, Practice, and DeploymentGlusterFS
 
GlusterFS Architecture - June 30, 2011 Meetup
GlusterFS Architecture - June 30, 2011 MeetupGlusterFS Architecture - June 30, 2011 Meetup
GlusterFS Architecture - June 30, 2011 MeetupGlusterFS
 
Gluster Webinar: Introduction to GlusterFS
Gluster Webinar: Introduction to GlusterFSGluster Webinar: Introduction to GlusterFS
Gluster Webinar: Introduction to GlusterFSGlusterFS
 
Future of cloud storage
Future of cloud storageFuture of cloud storage
Future of cloud storageGlusterFS
 
Gluster Blog 11.15.2010
Gluster Blog 11.15.2010Gluster Blog 11.15.2010
Gluster Blog 11.15.2010GlusterFS
 

Mehr von GlusterFS (9)

Webinar Sept 22: Gluster Partners with Redapt to Deliver Scale-Out NAS Storage
Webinar Sept 22: Gluster Partners with Redapt to Deliver Scale-Out NAS StorageWebinar Sept 22: Gluster Partners with Redapt to Deliver Scale-Out NAS Storage
Webinar Sept 22: Gluster Partners with Redapt to Deliver Scale-Out NAS Storage
 
Intro to GlusterFS Webinar - August 2011
Intro to GlusterFS Webinar - August 2011Intro to GlusterFS Webinar - August 2011
Intro to GlusterFS Webinar - August 2011
 
Gluster for Geeks: Performance Tuning Tips & Tricks
Gluster for Geeks: Performance Tuning Tips & TricksGluster for Geeks: Performance Tuning Tips & Tricks
Gluster for Geeks: Performance Tuning Tips & Tricks
 
Gluster Webinar: Introduction to GlusterFS v3.3
Gluster Webinar: Introduction to GlusterFS v3.3Gluster Webinar: Introduction to GlusterFS v3.3
Gluster Webinar: Introduction to GlusterFS v3.3
 
Cloud Storage Adoption, Practice, and Deployment
Cloud Storage Adoption, Practice, and DeploymentCloud Storage Adoption, Practice, and Deployment
Cloud Storage Adoption, Practice, and Deployment
 
GlusterFS Architecture - June 30, 2011 Meetup
GlusterFS Architecture - June 30, 2011 MeetupGlusterFS Architecture - June 30, 2011 Meetup
GlusterFS Architecture - June 30, 2011 Meetup
 
Gluster Webinar: Introduction to GlusterFS
Gluster Webinar: Introduction to GlusterFSGluster Webinar: Introduction to GlusterFS
Gluster Webinar: Introduction to GlusterFS
 
Future of cloud storage
Future of cloud storageFuture of cloud storage
Future of cloud storage
 
Gluster Blog 11.15.2010
Gluster Blog 11.15.2010Gluster Blog 11.15.2010
Gluster Blog 11.15.2010
 

Kürzlich hochgeladen

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 

Kürzlich hochgeladen (20)

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 

Gluster Storage Platform Installation Guide

  • 2. About Gluster Storage Platform Gluster Storage Platform is an open source clustered storage solution. The software is a powerful and flexible storage solution that simplifies the task of managing unstructured file data whether you have a few terabytes of storage or multiple petabytes. You can get started with just a single system configured as a standalone NAS server, and scale from there on as needed by adding new storage nodes into your configuration. You can then export the aggregate storage capacity into a single global name space which multiple clients can access seamlessly. Gluster Storage Platform integrates the Gluster File System (GlusterFS), which is a scalable clustered file system, with a Linux operating system layer and a web-based management interface and installer. Installation on a bare metal server takes less than 15 minutes. It supports native GlusterFS, CIFS and NFS client access protocols and Infiniband, GigE, 10GigE network interconnects/fabrics. The core component of Gluster Storage Platform, the GlusterFS is completely implemented in user space, and has a modular stackable design that can be easily configured to handle performance characteristics of different storage workloads. More information is available at the Gluster web site: http://www.gluster.com/ The Gluster Storage Platform documentation is available at: http://gluster.com/community/documentation/index.php/Gluster_Storage_Platform This document provides a detailed description of how to install Gluster Storage Platform in 15 minutes or less as outlined in the installation video. This guide will detail how to install a two- node storage cluster, first we’ll add Storage Server 1 and then add Storage Server 2 to the cluster. In subsequent videos we’ll show how to create a storage volume across these storage servers in addition to detailing how to mount the volume created on a client machine. Once servers are installed and volumes are created the clients can connect to the Storage Server and the setup would look like this: Gluster Storage Client (client machine with user desired client OS - Linux/Unix/Windows GigE, 10GigE or InfiniBand Interconnect Storage Server 1 Storage Server 2 Gluster Storage Platform Gluster Storage Platform Intel/AMD x86-64 system Intel/AMD x86-64 system Copyright © 2010, GLUSTER, Inc. All Rights Reserved. 1
  • 3. Gluster Storage Platform Installation Installation is all about preparing at least one server with the management console enabled, and then adding more servers to create your desired cluster setup. Even if you have just one system, you can still use Gluster Storage Platform as a standalone NAS server with its web based management GUI. Later you can add more servers and turn the system into a powerful storage cluster. Installation is simple - there are only two screens to take care of, disk selection and network configuration (detailed below), and the whole process takes less than 15 minutes to complete. Obtaining Software Gluster Storage Platform can be downloaded from http://www.gluster.com/products/download.php Gluster Storage Platform is released under GNU GPL v3 or later license. Minimum Requirements  1GB USB Disk as Install Media  1 or more storage servers (or virtual machines) with minimum configuration as follows: o 8GB Disk o 1GB Memory o Intel/AMD 64bit hardware o 1GigE or 10GigE or Infiniband Preparing Your Install Media Gluster Storage Platform is released in the form of a compressed USB bootable disk image, and an ISO image. The instructions show how to prepare the USB install image on a Linux machine. After uncompressing the USB image, you transfer the platform image on to your USB disk (without any partitions) using the standard dd disk-dump utility. Note1: Most desktops will automatically mount the USB disks upon insertion. Unmount it manually before you transfer the image. Note2: To determine the device name of your USB disk, you can type 'dmesg | tail' inside your terminal. Alternatively you can also find from your /proc/devices file. Assuming your USB disk is detected as /dev/sdc, you type for following commands: root$ wget http://ftp.gluster.com/pub/gluster/gluster-platform/3.0/Gluster- 3.0.img.gz root$ gunzip Gluster-3.0.img.gz root$ dd if=Gluster-3.0.img of=/dev/sdc bs=1M Copyright © 2010, GLUSTER, Inc. All Rights Reserved. 2
  • 4. Management Console / First Server Installation If you are starting fresh, this is your first step in the installation process once you have prepared your install media (e.g. USB stick). You will install your first server, and management console using the steps below. You can add more servers to your configuration later. Insert the USB stick into the USB slot on the system you are installing on, and boot it. Note: The system motherboard needs to support booting from USB, and it needs to be enabled in the BIOS. Installation will start, and after a splash screen, will show a time-out dialog asking you to interrupt it for installation of first server to begin. When this (below) dialog comes up, select "Start First Server Installation". If you miss this step, it will time out and automatically proceed to an automated additional (remote) server installation mode, which is used to subsequent/additional server installations (explained below under Add Server). If it times out, and you wanted to install your first server, then your only option is to reboot and choose the correct selection. Disk Selection Next you need to select the disk you want to install Gluster Storage Platform on from a drop- down list of detected disks. The disk you select here will be made bootable and used as the disk for the NAS backend. Copyright © 2010, GLUSTER, Inc. All Rights Reserved. 3
  • 5. Select the hard drive you want to install on, and click "Next". Network Configuration The network configuration dialog will then come up. You need to enter hostname, ip-address and gateway values. Other fields are optional. After you have specified the required fields, press "Install". The installer will format the selected disk and install the Gluster Storage Platform image on to it. You will see an installation progress Copyright © 2010, GLUSTER, Inc. All Rights Reserved. 4
  • 6. screen, and once complete the following confirmation dialog will be displayed which specifies the password you can use to log into the system subsequently. Remove the USB install media at this point and click the "Reboot" button. The system will then re-boot into the management console, and you will see the following screen. Login using the password provided earlier. Copyright © 2010, GLUSTER, Inc. All Rights Reserved. 5
  • 7. Gluster Management Console Once you logon after re-boot, you will be presented a help screen. Review and close this screen to get into the management console (below) through which you can use to add servers, create volumes and monitor the system. You can also manage the server entirely remotely from your browser. Simply point your browser to http://IP-ADDRESS (or hostname) of your server (i.e. the IP which you assigned during the installation). You will get the same login screen and features via the web browser as you would being physically on the installed system. Add Server To expand your storage setup, click the "Add Server" button under the "Server Manager" tab in the management console. The first time when you add a new server to the cluster, you will be prompted to enter an IP address range for the storage pool (unless you specify it by choosing the "Manage Storage Server Pool" button prior). Copyright © 2010, GLUSTER, Inc. All Rights Reserved. 6
  • 8. Press "Next", and specify the IP address range in the dialog (below) that comes up. You simply reserve a range of IP addresses in advance for the storage servers. For example, if you are planning to scale the storage cluster to a maximum of 20 servers, then you will enter 192.168.1.12 - 192.168.1.20, where 192.168.1.11 is the IP address you already assigned for the management console. There is no harm in assigning more than what you are planning to scale. Once you have entered the IP address range for additional servers, click "Next", and the management console will start probing for additional servers to boot up. Copyright © 2010, GLUSTER, Inc. All Rights Reserved. 7
  • 9. The next step is to use the same installation media to boot your additional storage server(s). Insert the USB stick into a USB port on the 2nd server, and boot from it. It will time-out in 60 seconds, and automatically proceed to remote installation of the additional server. Even though it is possible to do so, especially if you have a console on your second server, you do not need to interrupt the boot process nor manually intervene. Once time-out happens, the management console will exit from probing servers to the following screen: Enter the 2nd server hostname under the General tab. If desired, review the information pre- filled into the eth0 to see the network address assigned by the management console to this server. Click "Add Server". Your remote server installation will complete, and you will see the following confirmation in your management console. "Close" this dialog, and refresh the management console by switching between some tabs. Both servers installed will now show in the "Server Manager" tab. Copyright © 2010, GLUSTER, Inc. All Rights Reserved. 8
  • 10. Server Manager After adding your servers the next step is to prepare the disk you selected at the time of installation. Select the all (check box) and click "Format Disk". This process takes few minutes to few hours depending on how big your RAID volume is. Here you can see the two servers added before formatting the disks: You will see the following screen when formatting is complete: Copyright © 2010, GLUSTER, Inc. All Rights Reserved. 9
  • 11. At this point you can add more servers, or proceed to creating volumes now. Additional Information Additional documentation can be obtained from the Gluster website at http://gluster.com/community/documentation/index.php/Main_Page Copyright © 2010, GLUSTER, Inc. All Rights Reserved. 10