Difference between revisions of "References"
From LVSKB
m (→Kernel) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
* [http://www.linux-ha.org/ High-Availability Linux Project] | * [http://www.linux-ha.org/ High-Availability Linux Project] | ||
* [http://www.microsoft.com/windows2000/technologies/clustering/default.asp Windows 2000 Clustering Technologies] | * [http://www.microsoft.com/windows2000/technologies/clustering/default.asp Windows 2000 Clustering Technologies] | ||
+ | * [http://www.cs.wisc.edu/condor/ The Condor® Project Homepage] | ||
== Kernel == | == Kernel == | ||
Line 13: | Line 14: | ||
* [http://user-mode-linux.sourceforge.net/ user-mode-linux.sourceforge.net] - debugging the Linux kernel in user-mode | * [http://user-mode-linux.sourceforge.net/ user-mode-linux.sourceforge.net] - debugging the Linux kernel in user-mode | ||
* [http://www.cl.cam.ac.uk/Research/SRG/netos/xen/ The Xen virtual machine monitor] - an open source virtual machine monitor | * [http://www.cl.cam.ac.uk/Research/SRG/netos/xen/ The Xen virtual machine monitor] - an open source virtual machine monitor | ||
+ | |||
+ | == Storage == | ||
+ | |||
+ | === File Systems === | ||
+ | |||
+ | * [http://www.coda.cs.cmu.edu/ Coda] is a distributed filesystem with its origin in AFS2. It has many features that are very desirable for network filesystems. | ||
+ | * [http://www.inter-mezzo.org/ InterMezzo] is a new distributed file system with a focus on high availability. InterMezzo will be suitable for replication of servers, mobile computing, managing system software on large clusters, and for maintenance of high availability clusters. | ||
+ | * [http://www.lustre.org/ Lustre] is a scalable, secure, robust, highly-available cluster file system. It is designed, developed and maintained by Cluster File Systems, Inc. | ||
+ | |||
+ | === Mirroring === | ||
+ | |||
+ | * [http://www.drbd.org/ DRBD] is a block device which is designed to build high availability clusters. This is done by mirroring a whole block device via (a dedicated) network. You could see it as a network raid-1. | ||
+ | |||
+ | === Volume Managers === | ||
+ | |||
+ | * [http://sources.redhat.com/lvm/ LVM (Logical Volume Manager)] allows you to create file systems spanning multiple disks, create and manage large filesystems, extend and shrink online file systems, move data physically from one disk to another without changing the position in the file tree, and much more. | ||
+ | * [http://sources.redhat.com/lvm2/ LVM2] is the successor of LVM. | ||
+ | |||
+ | == Books == | ||
+ | |||
+ | * IBM Redbooks: [http://www.redbooks.ibm.com/abstracts/sg246336.html Messaging Solutions in a Linux Environment] | ||
== Tools == | == Tools == | ||
* [http://www.ethereal.com Ethereal] - An excellent network analysis tool for troubleshooting, analysis, software and protocol development, and education. | * [http://www.ethereal.com Ethereal] - An excellent network analysis tool for troubleshooting, analysis, software and protocol development, and education. | ||
+ | |||
+ | == Research == | ||
+ | |||
+ | * [http://www.cs.rice.edu/CS/Systems/ScalaServer/ ScalaServer: System Support for Scalable Network Servers] |
Latest revision as of 07:48, 2 October 2006
Contents
Cluster
- LinuxVirtualServer.org - The official LinuxVirtualServer web site
- High-Availability Linux Project
- Windows 2000 Clustering Technologies
- The Condor® Project Homepage
Kernel
- kernel.org - The primary site of the Linux kernel source
- kerneltrip.org - The related information and forum of kernel development
- kernelnewbies.org - The site for learning how to hack the kernel
- kernelhacking.org - Some documents about kernel hacking
- user-mode-linux.sourceforge.net - debugging the Linux kernel in user-mode
- The Xen virtual machine monitor - an open source virtual machine monitor
Storage
File Systems
- Coda is a distributed filesystem with its origin in AFS2. It has many features that are very desirable for network filesystems.
- InterMezzo is a new distributed file system with a focus on high availability. InterMezzo will be suitable for replication of servers, mobile computing, managing system software on large clusters, and for maintenance of high availability clusters.
- Lustre is a scalable, secure, robust, highly-available cluster file system. It is designed, developed and maintained by Cluster File Systems, Inc.
Mirroring
- DRBD is a block device which is designed to build high availability clusters. This is done by mirroring a whole block device via (a dedicated) network. You could see it as a network raid-1.
Volume Managers
- LVM (Logical Volume Manager) allows you to create file systems spanning multiple disks, create and manage large filesystems, extend and shrink online file systems, move data physically from one disk to another without changing the position in the file tree, and much more.
- LVM2 is the successor of LVM.
Books
- IBM Redbooks: Messaging Solutions in a Linux Environment
Tools
- Ethereal - An excellent network analysis tool for troubleshooting, analysis, software and protocol development, and education.