Difference between revisions of "VAXft series"

From Computer History Wiki
Jump to: navigation, search
(Turn into real overview)
m (Better cat name)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
The '''VAXft series''' ('''VAX fault tolerant''') were a series of [[fault tolerant]] [[VAX]] computers produced by [[DEC]]. They used [[redundancy]] to produce reliable operation: units contained dual [[CPU]]s and other components, with a 'crosslink cable' running between the CPUs. The cable allowed [[hardware]] in the two CPUs to check, on an [[instruction]]-by-instruction basis, that they were producing identical results.
+
The '''VAXft series''' ('''VAX fault tolerant''') were a series of [[fault tolerant]] [[VAX]] computers produced by [[Digital Equipment Corporation|DEC]]. They used [[redundancy]] to produce reliable operation.
 +
 
 +
Units contained dual [[Central Processing Unit|CPUs]] and other components, mounted in separate [[backplane]]s in the [[cabinet]] (each complete set, which formed a functional computer, being denominated as a 'zone'), with a 'crosslink cable' running between the CPUs. The cable allowed [[hardware]] in the two CPUs to check, on an [[instruction]]-by-instruction basis, that they were producing identical results.
 +
 
 +
In addition to the CPU card, and at least one [[main memory]] card, each zone had at least one [[KFE52]] system I/O controller; the KFE52 provided a [[Digital Storage Systems Interconnect|DSSI]] [[mass storage]] [[bus]], an [[Ethernet]] interface, and two [[asynchronous serial line]] interfaces. (An MI bus connects the CPU to the KFE52(s).)
  
 
Some of the VAXft's fault tolerance features are implemented in [[software]], the [[VAXft System Services]] software, which is needed to support those features.
 
Some of the VAXft's fault tolerance features are implemented in [[software]], the [[VAXft System Services]] software, which is needed to support those features.
Line 17: Line 21:
 
* ''VAXft Systems System Technical Description'' (EK-VXFT1-TD; not online)
 
* ''VAXft Systems System Technical Description'' (EK-VXFT1-TD; not online)
 
* ''VAXft Systems Guide to VAX Fault Tolerant Systems''
 
* ''VAXft Systems Guide to VAX Fault Tolerant Systems''
* William F. Bruckert, Carlos Alonso, James M. Melvin, [ ''Verification of the First Fault-tolerant VAX System''], [[Digital Technical Journal]], Volume 3, Number 1, Winter 1991 (pp. 81-87 of the PDF)
+
* William F. Bruckert, Carlos Alonso, James M. Melvin, [http://www.dtjcd.vmsresource.org.uk/pdfs/dtj_v03-01_1991.pdf ''Verification of the First Fault-tolerant VAX System''], [[Digital Technical Journal]], Volume 3, Number 1, Winter 1991 (pp. 81-87 of the PDF)
  
 
==External links==
 
==External links==
  
* [https://manx-docs.org/collections/mds-199909/cd1/vax/vxft1om4.pdf VAXft Systems Owner's Manual] (EK-VXFT1-OM.004)
+
* [https://manx-docs.org/collections/mds-199909/cd1/vax/vxft1om4.pdf VAXft Systems Owner's Manual] (EK-VXFT1-OM.004) <!-- https://decdoc.itsx.net/dec94mds/vxft1om4.pdf -->
 
* [https://manx-docs.org/collections/mds-199909/cd1/vax/vxftbpg2.pdf VAXft Systems Configuration Guide] (EK-VXFTB-PG-002)
 
* [https://manx-docs.org/collections/mds-199909/cd1/vax/vxftbpg2.pdf VAXft Systems Configuration Guide] (EK-VXFTB-PG-002)
 
* [https://manx-docs.org/collections/antonio/dec/MDS-2000-01/cd1/VAX/VXFT1HR3.PDF VAXft Systems Mini-Reference Guide] (EK-VXFT1-HR.003)
 
* [https://manx-docs.org/collections/antonio/dec/MDS-2000-01/cd1/VAX/VXFT1HR3.PDF VAXft Systems Mini-Reference Guide] (EK-VXFT1-HR.003)
  
 
[[Category: VAX Families]]
 
[[Category: VAX Families]]
 +
[[Category: VAX Minicomputers]]
 
[[Category: VAXft Systems]]
 
[[Category: VAXft Systems]]

Latest revision as of 08:39, 13 May 2024

The VAXft series (VAX fault tolerant) were a series of fault tolerant VAX computers produced by DEC. They used redundancy to produce reliable operation.

Units contained dual CPUs and other components, mounted in separate backplanes in the cabinet (each complete set, which formed a functional computer, being denominated as a 'zone'), with a 'crosslink cable' running between the CPUs. The cable allowed hardware in the two CPUs to check, on an instruction-by-instruction basis, that they were producing identical results.

In addition to the CPU card, and at least one main memory card, each zone had at least one KFE52 system I/O controller; the KFE52 provided a DSSI mass storage bus, an Ethernet interface, and two asynchronous serial line interfaces. (An MI bus connects the CPU to the KFE52(s).)

Some of the VAXft's fault tolerance features are implemented in software, the VAXft System Services software, which is needed to support those features.

VAXft models included:

Further reading

External links