Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!ll-xn!mit-eddie!uw-beaver!uw-june!ka From: ka@june.cs.washington.edu (Kenneth Almquist) Newsgroups: comp.unix.wizards Subject: Re: Unix on a VAXCluster ?? Message-ID: <4317@june.cs.washington.edu> Date: 28 Feb 88 11:25:37 GMT References: <985@luth.luth.se> <2359@umd5.umd.edu> Organization: U of Washington, Computer Science, Seattle Lines: 15 Chris Torek asks: What exactly does using VMS cluster hardware buy you over using 4BSD networking, aside from `well we already have it so we want to use it' [valid, but to me irrelevant]? The cluster hardware allows you to share files between systems, which the straight 4BSD networking sortware doesn't permit. You can share files using software packages such as NFS, but one of the disadvantages of these packages is that every time you take down a machine, the files on the disks which are physically connected to that machine become inaccessible. The VAXCluster hardware solves this problem by allowing any machine to communicate with any disk. The flip side of the coin is that if the VAXCluster dies then all your systems become unusable, but the VAXCluster hardware is pretty reliable. Kenneth Almquist ka@june.cs.washington.edu