Linux Tutorials on the topic “storage”
-
OpenSUSE 12.2 Samba Standalone Server With tdbsam Backend
Author: Falko Timme • Tags: samba, storage, suse • Comments: 2
OpenSUSE 12.2 Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on OpenSUSE 12.2 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.
-
Running A Small Business Server With ClearOS 6.3.0 (Community Edition)
Author: Falko Timme • Tags: linux, other, samba, storage • Comments: 2Running A Small Business Server With ClearOS 6.3.0 (Community Edition) This guide shows how you can install and run a Small Business Server with ClearOS 6.3.0 (Community Edition). With ClearOS, you can run various services (such as a file- and print server, a web proxy and content filter, a mail server, etc.) in your local network and manage them through an easy web interface. ClearOS provides apps for each of these tasks from its marketplace - many of them are free, some of them have to be paid for. ClearOS Community is open-source and free. There's also a professional version available for which you have to pay, but which in return provides better support, better tested apps and updates, etc.
-
CentOS 6.3 Samba Standalone Server With tdbsam Backend
Author: Falko Timme • Tags: centos, samba, storage • Comments: 2
CentOS 6.3 Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on CentOS 6.3 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.
-
-
Striping Across Four Storage Nodes With GlusterFS 3.2.x On Ubuntu 12.04
Author: Falko Timme • Tags: storage, ubuntu • Comments: 0
Striping Across Four Storage Nodes With GlusterFS 3.2.x On Ubuntu 12.04 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 12.04) with GlusterFS. The client system (Ubuntu 12.04 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.
-
Creating Encrypted FTP Backups With duplicity And duply On Debian Squeeze
Author: Falko Timme • Tags: security, backup, ftp, debian, storage • Comments: 3
Creating Encrypted FTP Backups With duplicity And duply On Debian Squeeze When you rent a dedicated server nowadays, almost all providers give you FTP backup space for your server on one of the provider's backup systems. This tutorial shows how you can use duplicity and duply to create encrypted (so that nobody with access to the backup server can read sensitive data in your backups) backups on the provider's remote backup server over FTP. duply is a duplicity wrapper script that allows us to use duplicity without interaction (i.e., you do not have to type in any passwords).
-
Fedora 17 Samba Standalone Server With tdbsam Backend
Author: Falko Timme • Tags: fedora, samba, storage • Comments: 6
Fedora 17 Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on Fedora 17 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.
-
Distributed Storage Across Four Storage Nodes With GlusterFS 3.2.x On Ubuntu 12.04
Author: Falko Timme • Tags: storage, ubuntu • Comments: 1
Distributed Storage Across Four Storage Nodes With GlusterFS 3.2.x On Ubuntu 12.04 This tutorial shows how to combine four single storage servers (running Ubuntu 12.04) to one large storage server (distributed storage) with GlusterFS. The client system (Ubuntu 12.04 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.
-
Ubuntu 12.04 Samba Standalone Server With tdbsam Backend
Author: Falko Timme • Tags: samba, storage, ubuntu • Comments: 1
This tutorial explains the installation of a Samba fileserver on Ubuntu 12.04 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.
-
Distributed Replicated Storage Across Four Storage Nodes With GlusterFS 3.2.x On Ubuntu 12.04
Author: Falko Timme • Tags: high-availability, storage, ubuntu • Comments: 1
Distributed Replicated Storage Across Four Storage Nodes With GlusterFS 3.2.x On Ubuntu 12.04 This tutorial shows how to combine four single storage servers (running Ubuntu 12.04) 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 12.04 as well) will be able to access the storage as if it was a local filesystem.
-
High-Availability Storage With GlusterFS 3.2.x On Ubuntu 12.04 - Automatic File Replication Across Two Storage Servers
Author: Falko Timme • Tags: high-availability, storage, ubuntu • Comments: 6
High-Availability Storage With GlusterFS 3.2.x On Ubuntu 12.04 - Automatic File Replication (Mirror) Across Two Storage Servers This tutorial shows how to set up a high-availability storage with two storage servers (Ubuntu 12.04) 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 12.04 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.