Proceedings of the Thirteenth ACM Symposium on Operating Systems Principles 1991
DOI: 10.1145/121132.121169
|View full text |Cite
|
Sign up to set email alerts
|

Replication in the harp file system

Abstract: Abstracttechnique [1,26,27]. In this method, client calls are directed to a single primary server, which communicates This paper describes the design and implementation of the with other backup servers and waits for them to respond Harp file system. Harp is a replicated Unix file system before replying to the client. The system masks failures by accessible via the VFS interface. It provides highly availperforming a failover algorithm in which an inaccessible able and reliable storage for files and guarantees t… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
22
0
1

Year Published

1997
1997
2019
2019

Publication Types

Select...
5
2
1

Relationship

0
8

Authors

Journals

citations
Cited by 158 publications
(23 citation statements)
references
References 17 publications
0
22
0
1
Order By: Relevance
“…Main database vendors, such as IBM and Oracle, have business solutions for highperformant dependable storage systems. Innovative approaches to such dependable storage systems are based on state machine replication, either in KV-stores [75,201,305], filesystems [96,230], or transactional storages [143,173]. These systems are frequently used to build business-critical (and sometimes even life-critical) systems and must be constantly monitored to assess the correct behavior of the storage system.…”
Section: Dependable Storage Systemsmentioning
confidence: 99%
“…Main database vendors, such as IBM and Oracle, have business solutions for highperformant dependable storage systems. Innovative approaches to such dependable storage systems are based on state machine replication, either in KV-stores [75,201,305], filesystems [96,230], or transactional storages [143,173]. These systems are frequently used to build business-critical (and sometimes even life-critical) systems and must be constantly monitored to assess the correct behavior of the storage system.…”
Section: Dependable Storage Systemsmentioning
confidence: 99%
“…VCFS adopts a low-level kernel approach similar to that taken in the Harp file system. 8 A kernel-level file system eliminates the overhead due to context switches, and thus results in better performance. VCFS also enables versioning to be used by all Unix applications without modification, since it falls under the Virtual File System (VFS) interface, and to allow extensions to implement immutable files and transaction support in distributed file systems.…”
Section: Vcfs Featuresmentioning
confidence: 99%
“…Harp is a primary-copy server protocol [10]. The protocol uses witnesses [15], uninterruptible power supplies, and stable RAM to lower the cost of replication.…”
Section: Harpmentioning
confidence: 99%