Template:Short description In distributed computing, a single system image (SSI) cluster is a cluster of machines that appears to be one single system.<ref name=Pfister1998>Template:Citation</ref><ref name=Buyya2001>Template:Citation</ref><ref name=Healy2016>Template:Citation</ref> The concept is often considered synonymous with that of a distributed operating system,<ref> Template:Citation</ref><ref>Template:Citation</ref> but a single image may be presented for more limited purposes, just job scheduling for instance, which may be achieved by means of an additional layer of software over conventional operating system images running on each node.<ref>Template:Citation</ref> The interest in SSI clusters is based on the perception that they may be simpler to use and administer than more specialized clusters.

Different SSI systems may provide a more or less complete illusion of a single system.

Features of SSI clustering systemsEdit

Different SSI systems may, depending on their intended usage, provide some subset of these features.

Process migrationEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} Many SSI systems provide process migration.<ref name=Smith1988>Template:Citation</ref> Processes may start on one node and be moved to another node, possibly for resource balancing or administrative reasons.<ref group="note">for example it may be necessary to move long running processes off a node that is to be closed down for maintenance</ref> As processes are moved from one node to another, other associated resources (for example IPC resources) may be moved with them.

Process checkpointingEdit

Some SSI systems allow checkpointing of running processes, allowing their current state to be saved and reloaded at a later date.<ref group="note">Checkpointing is particularly useful in clusters used for high-performance computing, avoiding lost work in case of a cluster or node restart.</ref> Checkpointing can be seen as related to migration, as migrating a process from one node to another can be implemented by first checkpointing the process, then restarting it on another node. Alternatively checkpointing can be considered as migration to disk.

Single process spaceEdit

Some SSI systems provide the illusion that all processes are running on the same machine - the process management tools (e.g. "ps", "kill" on Unix like systems) operate on all processes in the cluster.

Single rootEdit

Most SSI systems provide a single view of the file system. This may be achieved by a simple NFS server, shared disk devices or even file replication.

The advantage of a single root view is that processes may be run on any available node and access needed files with no special precautions. If the cluster implements process migration a single root view enables direct accesses to the files from the node where the process is currently running.

Some SSI systems provide a way of "breaking the illusion", having some node-specific files even in a single root. HP TruCluster provides a "context dependent symbolic link" (CDSL) which points to different files depending on the node that accesses it. HP VMScluster provides a search list logical name with node specific files occluding cluster shared files where necessary. This capability may be necessary to deal with heterogeneous clusters, where not all nodes have the same configuration. In more complex configurations such as multiple nodes of multiple architectures over multiple sites, several local disks may combine to form the logical single root.

Single I/O spaceEdit

Some SSI systems allow all nodes to access the I/O devices (e.g. tapes, disks, serial lines and so on) of other nodes. There may be some restrictions on the kinds of accesses allowed (For example, OpenSSI can't mount disk devices from one node on another node).

Single IPC spaceEdit

Some SSI systems allow processes on different nodes to communicate using inter-process communications mechanisms as if they were running on the same machine. On some SSI systems this can even include shared memory (can be emulated in software with distributed shared memory).

In most cases inter-node IPC will be slower than IPC on the same machine, possibly drastically slower for shared memory. Some SSI clusters include special hardware to reduce this slowdown.

Cluster IP addressEdit

Some SSI systems provide a "cluster IP address", a single address visible from outside the cluster that can be used to contact the cluster as if it were one machine. This can be used for load balancing inbound calls to the cluster, directing them to lightly loaded nodes, or for redundancy, moving the cluster address from one machine to another as nodes join or leave the cluster.<ref group=note>"leaving a cluster" is often a euphemism for crashing</ref>

ExamplesEdit

Examples here vary from commercial platforms with scaling capabilities, to packages/frameworks for creating distributed systems, as well as those that actually implement a single system image.

SSI Properties of different clustering systems
Name Process migration Process checkpoint Single process space Single root Single I/O space Single IPC space Cluster IP address<ref group="t">Many of the Linux based SSI clusters can use the Linux Virtual Server to implement a single cluster IP address</ref> Source Model Latest release date<ref group="t">Green means software is actively developed</ref> Supported OS
Amoeba<ref group="t">Amoeba development is carried forward by Dr. Stefan Bosse at BSS Lab Template:Webarchive</ref> Template:Yes Template:Yes Template:Yes Template:Yes Template:Unk Template:Yes Template:Unk Template:Yes Template:No Native
AIX TCF Template:Unk Template:Unk Template:Unk Template:Yes Template:Unk Template:Unk Template:Unk Template:No Template:No<ref>{{#invoke:citation/CS1|citation CitationClass=web

}}</ref>

AIX PS/2 1.2
NonStop Guardian<ref group="t">Guardian90 TR90.8 Based on R&D by Tandem Computers c/o Andrea Borr at [1] </ref> Template:Yes Template:Yes Template:Yes Template:Yes Template:Yes Template:Yes Template:Yes Template:No Template:Yes NonStop OS
Inferno Template:No Template:No Template:No Template:Yes Template:Yes Template:Yes Template:Unk Template:Yes Template:Yes Native, Windows, Irix, Linux, OS X, FreeBSD, Solaris, Plan 9
Kerrighed Template:Yes Template:Yes Template:Yes Template:Yes Template:Unk Template:Yes Template:Unk Template:Yes Template:No Linux 2.6.30
LinuxPMI<ref group="t">LinuxPMI is a successor to openMosix</ref> Template:Yes Template:Yes Template:No Template:Yes Template:No Template:No Template:Unk Template:Yes Template:No Linux 2.6.17
LOCUS<ref group="t">LOCUS was used to create IBM AIX TCF</ref> Template:Yes Template:Unk Template:Yes Template:Yes Template:Yes Template:Yes Template:Unk Template:No Template:No Native
MOSIX Template:Yes Template:Yes Template:No Template:Yes Template:No Template:No Template:Unk Template:No Template:Yes Linux
openMosix<ref group="t">openMosix was a fork of MOSIX</ref> Template:Yes Template:Yes Template:No Template:Yes Template:No Template:No Template:Unk Template:Yes Template:No Linux 2.4.26
Open-Sharedroot<ref group="t">Open-Sharedroot is a shared root Cluster from ATIX</ref> Template:No Template:No Template:No Template:Yes Template:No Template:No Template:Yes Template:Yes Template:No<ref>{{#invoke:citation/CS1|citation CitationClass=web

}}</ref>

Linux
OpenSSI Template:Yes Template:No Template:Yes Template:Yes Template:Yes Template:Yes Template:Yes Template:Yes Template:No Linux 2.6.10 (Debian, Fedora)
Plan 9 Template:No<ref>Template:Citation</ref> Template:No Template:No Template:Yes Template:Yes Template:Yes Template:Yes Template:Yes Template:Yes Native
Sprite Template:Yes Template:Unk Template:No Template:Yes Template:Yes Template:No Template:Unk Template:Yes Template:No Native
TidalScale Template:Yes Template:No Template:Yes Template:Yes Template:Yes Template:Yes Template:Yes Template:No Template:Yes Linux, FreeBSD
TruCluster Template:No Template:Unk Template:No Template:Yes Template:No Template:No Template:Yes Template:No Template:No Tru64
VMScluster Template:No Template:No Template:Yes Template:Yes Template:Yes Template:Yes Template:Yes Template:No Template:Yes OpenVMS
z/VM Template:Yes Template:No Template:Yes Template:No Template:No Template:Yes Template:Unk Template:No Template:Yes Native
UnixWare NonStop Clusters<ref group="t">UnixWare NonStop Clusters was a base for OpenSSI</ref> Template:Yes Template:No Template:Yes Template:Yes Template:Yes Template:Yes Template:Yes Template:No Template:No UnixWare

<references group="t"/>

See alsoEdit

NotesEdit

<references group=note/>

ReferencesEdit

Template:Reflist