Linux Tutorials on the topic “Ubuntu”
-
Simple Home File Server (Based On Ubuntu)
Author: xam • Tags: ubuntu, samba, storage • Comments: 37Simple Home File Server (Based On Ubuntu) This tutorial explains how to turn an old PC with additional hard disks into a simple home file server. The file server is intended for home use. The home file server is accessible by Windows and Linux computers in the home network.
-
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 Ubuntu 9.10
Author: Falko Timme • Tags: storage, ubuntu • Comments: 4
Creating An NFS-Like Standalone Storage Server With GlusterFS On Ubuntu 9.10 This tutorial shows how to set up a standalone storage server on Ubuntu 9.10. 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 Ubuntu 9.10 - Automatic File Replication (Mirror) Across Two Storage Servers
Author: Falko Timme • Tags: high-availability, storage, ubuntu • Comments: 6
This tutorial shows how to set up a high-availability storage with two storage servers (Ubuntu 9.10) 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 (Ubuntu 9.10 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 Ubuntu 9.10
Author: Falko Timme • Tags: storage, ubuntu • Comments: 0
Distributed Storage Across Four Storage Nodes With GlusterFS On Ubuntu 9.10 This tutorial shows how to combine four single storage servers (running Ubuntu 9.10) to one large storage server (distributed storage) with GlusterFS. The client system (Ubuntu 9.10 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 Replicated Storage Across Four Storage Nodes With GlusterFS On Ubuntu 9.10
Author: Falko Timme • Tags: high-availability, storage, ubuntu • Comments: 0
Distributed Replicated Storage Across Four Storage Nodes With GlusterFS On Ubuntu 9.10 This tutorial shows how to combine four single storage servers (running Ubuntu 9.10) to a distributed replicated storage with GlusterFS. Nodes 1 and 2 (replication1) as well as 3 and 4 (replication2) will mirror each other, and replication1 and replication2 will be combined to one larger storage server (distribution). Basically, this is RAID10 over network. If you lose one server from replication1 and one from replication2, the distributed volume continues to work. The client system (Ubuntu 9.10 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.
-
Striping Across Four Storage Nodes With GlusterFS On Ubuntu 9.10
Author: Falko Timme • Tags: storage, ubuntu • Comments: 0
Striping Across Four Storage Nodes With GlusterFS On Ubuntu 9.10 This tutorial shows how to do data striping (segmentation of logically sequential data, such as a single file, so that segments can be assigned to multiple physical devices in a round-robin fashion and thus written concurrently) across four single storage servers (running Ubuntu 9.10) with GlusterFS. The client system (Ubuntu 9.10 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.
-
Nginx HTTP Server + PHP5 (With fast-cgi And xcache) On Ubuntu Feisty Fawn
Author: 3uropa • Tags: nginx, php, ubuntu • Comments: 7Nginx HTTP Server + PHP5 (With fast-cgi And xcache) On Ubuntu Feisty Fawn This HowTo describes the implementation of Nginx with php5 support (through FastCGI). The fast-cgi process will be initiated via spawn-fcgi. Nginx is a great replacement of Apache with very low memory footprint and contrary to Lighttpd, doesn't suffer from memory leak over time. You can then use all the memory left to unleash the power of mysql for instance by increasing the default query cache.
-
How To Install A Complete LEMP (Linux - EngineX (Nginx HTTP SERVER) - Mysql - PHP) Server (Not LAMP...) On Ubuntu/Debian
Author: 3uropa • Tags: debian, nginx, ubuntu • Comments: 5How To Install A Complete LEMP (Linux - EngineX (Nginx HTTP SERVER) - Mysql - PHP) Server (Not LAMP...) On Ubuntu/Debian This HowTo will describe the setup of an efficient http server and mail server for small or medium configurations (as low as 96 mb). Why LEMP instead of LAMP? NGINX is a great replacement for Apache with very low memory footprint and great stability.