Linux Tutorials on the topic “debian”

  • How To Set Up Software RAID1 On A Running LVM System (Incl. GRUB Configuration) (Debian Lenny)

    debian Author: Falko TimmeTags: , Comments: 1

    How To Set Up Software RAID1 On A Running LVM System (Incl. GRUB Configuration) (Debian Lenny) This guide explains how to set up software RAID1 on an already running LVM system (Debian Lenny). The GRUB bootloader will be configured in such a way that the system will still be able to boot if one of the hard drives fails (no matter which one).

  • Virtual Machine Replication & Failover with VMWare Server & Debian Etch (4.0)

    Author: thanisTags: , , , Comments: 7

    Virtual Machine Replication & Failover with VMWare Server & Debian Etch (4.0) This tutorial provides step-by-step instructions about how to create a highly available VMware Server environment on a Debian Etch system. With this tutorial, you will be able to create Virtual Machines that will be available on multiple systems with failover/failback capabilities.

  • [Debian-Sarge] Tunneling NFS over SSH

    Author: harmTags: , , Comments: 11

    [Debian-Sarge] Tunneling NFS over SSHThe goal of this howto is building a NFS server that works on a SSH tunnel. This way all traffic between your hosts and the file server is encrypted and thus more secure. Normally you should enter a password every time you try to establish a SSH connection but since we could be mounting at bootup we will use ssh-keygen to create a keypair so we can login without entering a password. We will, however, limit that login session to executing just one command.

  • Setting Up An NFS Server And Client On Debian Etch

    Author: Falko TimmeTags: , Comments: 5

    Setting Up An NFS Server And Client On Debian Etch This guide explains how to set up an NFS server and an NFS client on Debian Etch. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk.

  • Setting Up An NFS Server And Client On Debian Lenny

    debian Author: Falko TimmeTags: , Comments: 5

    Setting Up An NFS Server And Client On Debian Lenny This guide explains how to set up an NFS server and an NFS client on Debian Lenny. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk.

  • Highly Available NFS Server Using DRBD And Heartbeat On Debian 5.0 (Lenny)

    ha Author: titanskingTags: , , Comments: 6

    Highly Available NFS Server Using DRBD And Heartbeat On Debian 5.0 (Lenny) This HowTo explains how I set up a highly available NFS server using Debian 5 (Lenny) and drbd8 with heartbeat.

  • Setting Up A Highly Available NFS Server

    Author: Falko TimmeTags: , , , Comments: 21

    Setting Up A Highly Available NFS Server In this tutorial I will describe how to set up a highly available NFS server that can be used as storage solution for other high-availability services like, for example, a cluster of web servers that are being loadbalanced. If you have a web server cluster with two or more nodes that serve the same web site(s), than these nodes must access the same pool of data so that every node serves the same data, no matter if the loadbalancer directs the user to node 1 or node n. This can be achieved with an NFS share on an NFS server that all web server nodes (the NFS clients) can access.

  • Using ATA Over Ethernet On Debian Etch

    Author: rodolpheTags: , Comments: 2

    Using ATA Over Ethernet On Debian Etch Imagine you have a machine with all of its disk full and another with unused gigabytes, and you don't want to move the data from one to the other. Why not using the second's disk on the first, you can do it with iSCSI but you can do it with ATA over Ethernet (AoE) too. It's the second method I'll explain in this article. All of this was made with two computers running Debian Etch.

  • DRBD 8.3 Third Node Replication With Debian Etch

    debian Author: bhellmanTags: , , , , Comments: 10

    DRBD 8.3 Third Node Replication With Debian Etch The recent release of DRBD 8.3 now includes The Third Node feature as a freely available component. This document will cover the basics of setting up a third node on a standard Debian Etch installation. At the end of this tutorial you will have a DRBD device that can be utilized as a SAN, an iSCSI target, a file server, or a database server.

  • Using ATA Over Ethernet (AoE) On Debian Lenny (Initiator And Target)

    debian Author: Falko TimmeTags: , Comments: 0

    Using ATA Over Ethernet (AoE) On Debian Lenny (Initiator And Target) This guide explains how you can set up an AoE target and an AoE initiator (client), both running Debian Lenny. AoE stands for "ATA over Ethernet" and is a storage area network (SAN) protocol which allows AoE initiators to use storage devices on the (remote) AoE target using normal ethernet cabling. "Remote" in this case means "inside the same LAN" because AoE is not routable outside a LAN (this is a major difference compared to iSCSI). To the AoE initiator, the remote storage looks like a normal, locally-attached hard drive.