Linux Tutorials on the topic “storage”
-
Setting Up An iSCSI Environment On Linux
Author: paulo2 • Tags: linux, storage • Comments: 9Setting Up An iSCSI Environment On Linux Nowadays, the iSCSI technology is quite popular in the storage world. This article shows an iSCSI demo environment which consists of one Debian Linux host and one Netapp Filer.We try to show the most important features of this protocol.
-
How To Create A Cluster Testbed Using CentOS 5 Virtualization And iSCSI
Author: xwangbu • Tags: centos, storage, virtualization, xen • Comments: 0How To Create A Cluster Testbed Using CentOS 5 Virtualization And iSCSI This guide attempts to provide a Xen based test environment where you can practice setting up a two node cluster (cluster setup itself is not discussed here - I'm merely giving you what you need to set it up).
-
Using iSCSI On Debian Lenny (Initiator And Target)
Author: Falko Timme • Tags: debian, high-availability, storage, virtualization • Comments: 6
Using iSCSI On Debian Lenny (Initiator And Target) This guide explains how you can set up an iSCSI target and an iSCSI initiator (client), both running Debian Lenny. The iSCSI protocol is a storage area network (SAN) protocol which allows iSCSI initiators to use storage devices on the (remote) iSCSI target using normal ethernet cabling. To the iSCSI initiator, the remote storage looks like a normal, locally-attached hard drive.
-
-
Xen Live Migration Of An LVM-Based Virtual Machine With iSCSI On Debian Lenny
Author: Falko Timme • Tags: virtualization, debian, xen, storage • Comments: 11
Xen Live Migration Of An LVM-Based Virtual Machine With iSCSI On Debian Lenny This guide explains how you can do a live migration of an LVM-based virtual machine (domU) from one Xen host to the other. I will use iSCSI to provide shared storage for the virtual machines in this tutorial. Both Xen hosts and the iSCSI target are running on Debian Lenny in this article.
-
Using iSCSI On Fedora 10 (Initiator And Target)
Author: Falko Timme • Tags: fedora, storage • Comments: 0
Using iSCSI On Fedora 10 (Initiator And Target) This guide explains how you can set up an iSCSI target and an iSCSI initiator (client), both running Fedora 10. The iSCSI protocol is a storage area network (SAN) protocol which allows iSCSI initiators to use storage devices on the (remote) iSCSI target using normal ethernet cabling. To the iSCSI initiator, the remote storage looks like a normal, locally-attached hard drive.
-
Using iSCSI On Ubuntu 9.04 (Initiator And Target)
Author: Falko Timme • Tags: ubuntu, storage • Comments: 6
Using iSCSI On Ubuntu 9.04 (Initiator And Target) This guide explains how you can set up an iSCSI target and an iSCSI initiator (client), both running Ubuntu 9.04. The iSCSI protocol is a storage area network (SAN) protocol which allows iSCSI initiators to use storage devices on the (remote) iSCSI target using normal ethernet cabling. To the iSCSI initiator, the remote storage looks like a normal, locally-attached hard drive.
-
High-Availability Storage Cluster With GlusterFS On Ubuntu
Author: marchost • Tags: ubuntu, high-availability, storage • Comments: 9
High-Availability Storage Cluster With GlusterFS On Ubuntu In this tutorial I will show you how to install GlusterFS in a scalable way to create a storage cluster, starting with 2 servers on Ubuntu 8.04 LTS server. Files will be replicated and splitted accross all servers which is some sort of RAID 10 (raid 1 with < 4 servers). With 4 servers that have each 100GB hard drive, total storage will be 200GB and if one server fails, the data will still be intact and files on the failed server will be replicated on another working server. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86-64 server with SATA-II RAID and Infiniband HBA.
-
Creating An NFS-Like Standalone Storage Server With GlusterFS On Debian Lenny
Author: Falko Timme • Tags: debian, storage • Comments: 1
This tutorial shows how to set up a standalone storage server on Debian Lenny. Instead of NFS, I will use GlusterFS here. The client system will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86-64 servers with SATA-II RAID and Infiniband HBA.
-
High-Availability Storage With GlusterFS On Debian Lenny - Automatic File Replication Across Two Storage Servers
Author: Falko Timme • Tags: debian, high-availability, storage • Comments: 4
This tutorial shows how to set up a high-availability storage with two storage servers (Debian Lenny) that use GlusterFS. Each storage server will be a mirror of the other storage server, and files will be replicated automatically across both storage servers. The client system (Debian Lenny as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86-64 servers with SATA-II RAID and Infiniband HBA.
-
Distributed Storage Across Four Storage Nodes With GlusterFS On Debian Lenny
Author: Falko Timme • Tags: debian, storage • Comments: 1
This tutorial shows how to combine four single storage servers (running Debian Lenny) to one large storage server (distributed storage) with GlusterFS. The client system (Debian Lenny as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86-64 servers with SATA-II RAID and Infiniband HBA.