Starfish分布式文件系统详细安装
作者:anotherbug 日期:2008-03-04
安装内核Source
安装FUSE 2.7.3
安装Python-devel 2.5
[code]
# rpm -ivh tcl-8.4.14-11....
CODE:
# rpm -ivh kernel-source-2.6.18.2-34.i586.rpm
安装FUSE 2.7.3
CODE:
# tar -zvxf fuse-2.7.3.tar.gz
# cd fuse-2.7.3/
# ./configure --prefix=/usr --enable-kernel-module
# make install
# ldconfig
安装Python-devel 2.5
[code]
# rpm -ivh tcl-8.4.14-11....
gaierror: (-2, ' Name of service not known ')解决方法
作者:anotherbug 日期:2008-03-04
gaierror: (-2, ' Name of service not known ')
from http://threebit.net/mail-archive/zope/msg00041.html,
On 3/13/06, Martin Koekenberg <martin@digital-adventures.nl> wrote:
> Module OFS.Image, line 269, in _range_request_handler
> Module mimetools, line 130,...
from http://threebit.net/mail-archive/zope/msg00041.html,
On 3/13/06, Martin Koekenberg <martin@digital-adventures.nl> wrote:
> Module OFS.Image, line 269, in _range_request_handler
> Module mimetools, line 130,...
pysqlite installation guide - source distribution
作者:anotherbug 日期:2008-03-04
<h1 class="title">pysqlite installation guide - source distribution</h1>
<p>(c) 2005 Gerhard H?ring</p>
<dl class="docutils">
<dt>Note: For Windows users, it is recommended that you use the win32 binary</dt>
<dd>distribution of ...
<p>(c) 2005 Gerhard H?ring</p>
<dl class="docutils">
<dt>Note: For Windows users, it is recommended that you use the win32 binary</dt>
<dd>distribution of ...
error: invalid Python installation
作者:anotherbug 日期:2008-03-04
CODE:
# python setup.py build
running build
running build_py
running build_ext
error: invalid Python installation: unable to open /usr/lib/python2.5/config/Makefile (No such file or directory)
需要安装 python-devel-2.5-19.i586.rpm
[code]
login:~/starfish # rpm -ivh tcl-8.4.14-11.i5...
The Hadoop Distributed File System: Architecture
作者:anotherbug 日期:2008-03-03
Hardware Failure
Hardware failure is the norm rather than the exception. An HDFS instance may consist of hundreds or thousands of server machines, each storing part of the file system’s data. The fact that there are a huge number of components and that each component has a non-trivial probability ...
IU HPSS System Architecture
作者:anotherbug 日期:2008-03-03
The IU HPSS system consists of two IBM p575 frames: one in Bloomington, and one in Indianapolis. Each node is configured with 8 1.9 GHz POWER5 CPUs, each with one core enabled, and 8GB of RAM. Each node is connected to IU's IPGRID research network via 1 Gbit copper and 10 Gbit optical lines (limited...
标签: Architecture HPSS
Using SQLite in Python
作者:anotherbug 日期:2008-03-03
Using SQLite in Python
(Page 1 of 5 )
SQLite is a small C library that implements a self-contained SQL database engine. This article examines pysqlite, one of a number of libraries in Python, that is used as an interface with SQLite.
SQLite is a small database engine that's gained quite...
SQLite - 嵌入式数据库
作者:anotherbug 日期:2008-03-03
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
SQLite is the most widely deployed SQL database engine in the world. It is used in countless desktop computer applications as well as consumer electronic devices inclu...
Dispersed Storage分散存储架构
作者:anotherbug 日期:2008-03-01
Infrastructure
Cleversafe Dispersed Storage contains 3 layers: a Source Computer, an Accesser, and Slicestors for storage.
Source Computers
Source computers are used to submit, retrieve or delete end users’ data by connecting to an Accesser using an iSCSI interface. Source computers perform s...
another GlusterFS HA specification
作者:anotherbug 日期:2008-03-01
Yet another GlusterFS HA specification
Hi everyone,
Here is a template for a HA storage configuration with GlusterFS.
Configuration is :
2 nodes on a network A (or2 and or3)
1 node on a network B (op1)
We want to provide HA services for both networks A & B
In this example, we also p...
Hi everyone,
Here is a template for a HA storage configuration with GlusterFS.
Configuration is :
2 nodes on a network A (or2 and or3)
1 node on a network B (op1)
We want to provide HA services for both networks A & B
In this example, we also p...
Hypertable-An Open Source, High Performance DB
作者:anotherbug 日期:2008-03-01
About Hypertable
Hypertable is a high performance distributed data storage system designed to support applications requiring maximum performance, scalability, and reliability.
Hypertable will be particularly invaluable to any organization that needs to manage rapidly evolving data to support deman...
Gfarm file system
作者:anotherbug 日期:2008-03-01
Gfarm file system
Gfarm file system is a next-generation network shared file system, which will be an alternative solution of NFS, and will meet a demand for much larger, much reliable, and much faster file system.
http://datafarm.apgrid.org/
标签: FileSystem Gfarm
The Distributed-Parallel Storage System (DPSS)
作者:anotherbug 日期:2008-03-01
The Distributed-Parallel Storage System (DPSS)
The Distributed-Parallel Storage System (DPSS) is a scalable, high-performance, distributed-parallel data storage system orginally developed as part of the DARPA -funded MAGIC Testbed, with additional support from the U.S. Dept. of Energy, Energy Res...
Kosmos Distributed File System (KFS)
作者:anotherbug 日期:2008-03-01
Kosmos Distributed File System (KFS)
<h3>Introduction</h3>
<br />
Applications that process large volumes of data (such as,
search engines, grid computing applications, data mining
applications, etc.) require a backend infrastructure...
<h3>Introduction</h3>
<br />
Applications that process large volumes of data (such as,
search engines, grid computing applications, data mining
applications, etc.) require a backend infrastructure...
Ceph: A Scalable, High-Performance Distributed FS
作者:anotherbug 日期:2008-03-01
Ceph: A Scalable, High-Performance Distributed File System
Abstract
We have developed Ceph, a distributed file system that
provides excellent performance, reliability, and scalability.
Ceph maximizes the separation between data
and metadata management by replacing allocation tables
with a pseu...






