预览模式: 普通 | 列表

Starfish分布式文件系统详细安装

安装内核Source
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....

查看全部...

标签: 安装 分布式 文件系统 Starfish 

分类:Linux | 固定链接 | 评论: 10 | 查看次数: 2398

gaierror: (-2, ' Name of service not known ')解决方法

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,...

查看全部...

标签: gaierror Name-of-service-not-known 

分类:php/python | 固定链接 | 评论: 15 | 查看次数: 2401

pysqlite installation guide - source distribution

<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 ...

查看全部...

标签: Guide pysqlite installation 

分类:php/python | 固定链接 | 评论: 12 | 查看次数: 2082

error: invalid Python installation

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...

查看全部...

标签: Install python setup.py build 

分类:php/python | 固定链接 | 评论: 15 | 查看次数: 2118

The Hadoop Distributed File System: Architecture

附件
附件
切换到幻灯片模式

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 ...

查看全部...

标签: FileSystem Architecture hadoop Distributed 

分类:高并发.网格.分布式 | 固定链接 | 评论: 25 | 查看次数: 5870

IU HPSS System Architecture

附件
切换到幻灯片模式

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 

分类:高并发.网格.分布式 | 固定链接 | 评论: 11 | 查看次数: 2566

Using SQLite in Python

附件
切换到幻灯片模式

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 python 

分类:php/python | 固定链接 | 评论: 12 | 查看次数: 2560

SQLite - 嵌入式数据库

附件
切换到幻灯片模式

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...

查看全部...

标签: 数据库 sqlite 嵌入式 

分类:数据库技术 | 固定链接 | 评论: 17 | 查看次数: 2767

Dispersed Storage分散存储架构

附件
附件
附件
切换到幻灯片模式

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...

查看全部...

标签: 架构 Storage Dispersed 

分类:高并发.网格.分布式 | 固定链接 | 评论: 57 | 查看次数: 6163

another GlusterFS HA specification

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...

查看全部...

标签: HA GlusterFS 

分类:Linux | 固定链接 | 评论: 13 | 查看次数: 2509

Hypertable-An Open Source, High Performance DB

附件
切换到幻灯片模式

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...

查看全部...

标签: performance bigtable hypertable opensource 

分类:高并发.网格.分布式 | 固定链接 | 评论: 27 | 查看次数: 3735

Gfarm file system

附件
切换到幻灯片模式

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 

分类:高并发.网格.分布式 | 固定链接 | 评论: 13 | 查看次数: 2146

The Distributed-Parallel Storage System (DPSS)

附件
附件
切换到幻灯片模式

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...

查看全部...

标签: Storage Distributed-Parallel DPSS 

分类:高并发.网格.分布式 | 固定链接 | 评论: 20 | 查看次数: 4038

Kosmos Distributed File System (KFS)

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...

查看全部...

标签: FileSystem Distributed Kosmos KFS 

分类:高并发.网格.分布式 | 固定链接 | 评论: 91 | 查看次数: 5459

Ceph: A Scalable, High-Performance Distributed FS

附件
附件
附件
切换到幻灯片模式

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...

查看全部...

标签: performance Metadata file Distributed ceph 

分类:高并发.网格.分布式 | 固定链接 | 评论: 13 | 查看次数: 3204