Distributed lock manager

This is an old revision of this page, as edited by Atlant (talk | contribs) at 01:12, 24 March 2006 (Accommodate page move). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A distributed lock manager (DLM) provides distributed applications with a means to synchronize their accesses to shared resources.

Each machine in a VMScluster runs a separate instance of the OpenVMS operating system, but sees a unified view of all the disks attached to the cluster, with cluster-wide file locking. This is accomplished by using a DLM to not only manage the locks but also coordinate all disk access.

A DLM is also a key component of more ambitious single system image projects such as OpenSSI.