Ultrix

From Wikipedia, the free encyclopedia
(Redirected from ULTRIX)
ULTRIX
RISC/ULTRIX 4.5, running Motif Window Manager
DeveloperDigital Equipment Corporation
Written inC
OS familyUnix (4.2BSD)
Working stateHistoric
Source modelClosed source
Initial release1984; 40 years ago (1984)
Latest release4.5 / 1995; 29 years ago (1995)
PlatformsPDP-11, VAX, MIPS
Kernel typeMonolithic kernel
Default
user interface
Command-line interface, DECwindows GUI
LicenseProprietary
Preceded byUNIX/V7M
Succeeded byOSF/1

Ultrix[1] (officially all-caps ULTRIX) is the brand name of Digital Equipment Corporation's (DEC) discontinued native Unix operating systems for the PDP-11, VAX, MicroVAX[2] and DECstations.

History[edit]

The initial development of Unix occurred on DEC equipment, notably DEC PDP-7 and PDP-11 (Programmable Data Processor) systems. Later DEC computers, such as their VAX, also offered Unix.[3] The first port to VAX, UNIX/32V, was finished in 1978, not long after the October 1977 announcement of the VAX, for which – at that time – DEC only supplied its own proprietary operating system, VMS.

DEC's Unix Engineering Group (UEG) was started by Bill Munson with Jerry Brenner and Fred Canter, both from DEC's Customer Service Engineering group, Bill Shannon (from Case Western Reserve University), and Armando Stettner (from Bell Labs). Other later members of UEG included Joel Magid, Bill Doll, and Jim Barclay recruited from DEC's marketing and product management groups.

Under Canter's direction, UEG released V7M, a modified version of Unix 7th Edition (q.v.).

In 1988 The New York Times reported that Ultrix was POSIX compliant.[1]

BSD[edit]

Shannon and Stettner worked on low-level CPU and device driver support initially on UNIX/32V but quickly moved to concentrate on working with the University of California, Berkeley's 4BSD. Berkeley's Bill Joy came to New Hampshire to work with Shannon and Stettner to wrap up a new BSD release.[citation needed] UEG's machine was the first to run the new Unix, labeled 4.5BSD as was the tape Bill Joy took with him. The thinking was that 5BSD would be the next version - university lawyers thought it would be better to call it 4.1BSD. After the completion of 4.1BSD, Bill Joy left Berkeley to work at Sun Microsystems. Shannon later moved from New Hampshire to join him. Stettner stayed at DEC and later conceived of and started the Ultrix project.

Shortly after IBM announced plans for a native UNIX product, Stettner and Bill Doll presented plans for DEC to make a native VAX Unix product available to its customers; DEC founder Ken Olsen agreed.

V7m[edit]

DEC's first native UNIX product was V7M (for modified) or V7M11 for the PDP-11 and was based on Version 7 Unix from Bell Labs. V7M was developed by DEC's original Unix Engineering Group (UEG); work was done primarily by Fred Canter and Jerry Brenner, with their teammates Stettner, Bill Burns, Mary Anne Cacciola, and Bill Munson. V7M contained many fixes to the kernel including support for separate instruction and data spaces,[4] significant work for hardware error recovery, and many device drivers. Much work was put into producing a release that would reliably bootstrap from many tape drives or disk drives. V7M was well respected in the Unix community. UEG evolved into the group that later developed Ultrix.

First release of Ultrix[edit]

The first native VAX UNIX product from DEC was Ultrix-32, based on 4.2BSD with some non-kernel features from System V, and was released in June 1984. Ultrix-32 was primarily the brainchild of Armando Stettner. It provided a Berkley-based native VAX Unix on a broad array of hardware configurations without the need to access kernel sources. A further goal was to enable better support by DEC's field software and systems support engineers through better hardware support, system messages, and documentation. It also incorporated several modifications and scripts from Usenet/UUCP experience. Later, Ultrix-32 incorporated support for DECnet[5] and other proprietary DEC protocols such as LAT. It did not support VAXclustering. Given Western Electric/AT&T Unix licensing, DEC (and others) were restricted to selling binary-only licenses. A significant part of the engineering work was in making the systems relatively flexible and configurable despite their binary-only nature.

DEC provided Ultrix on three platforms: PDP-11 minicomputers (where Ultrix was one of many available operating systems from DEC), VAX-based computers (where Ultrix was one of two primary OS choices) and the Ultrix-only DECstation workstations and DECsystem servers. Note that the DECstation and the later DECsystem products (as opposed to DEC's original DECsystem line) used MIPS processors and predate the much later Alpha-based systems.[6]

Later releases of Ultrix[edit]

The V7m product was later renamed to Ultrix-11[7] to establish the family with Ultrix-32, but as the PDP-11 faded from view Ultrix-32 became known simply as Ultrix. When the MIPS versions of Ultrix was released, the VAX and MIPS versions were referred to as VAX/ULTRIX and RISC/ULTRIX respectively. Much engineering emphasis was placed on supportability and reliable operations including continued work on CPU and device driver support (which was, for the most part, also sent to UC Berkeley), hardware failure support and recovery with enhancement to error message text, documentation, and general work at both the kernel and systems program levels. Later Ultrix-32 incorporated some features from 4.3BSD and optionally included DECnet and SNA[1][8] in addition to the standard TCP/IP, and both the SMTP and DEC's Mail-11 protocols.

Notably, Ultrix implemented the inter-process communication (IPC) facilities found in System V (named pipes, messages, semaphores, and shared memory). While the converged Unix from the Sun and AT&T alliance (that spawned the Open Software Foundation or OSF), released late 1986, put BSD features into System V, DEC, as described in Stettner's original Ultrix plans, took the best from System V and added it to a BSD base.

Originally, on the VAX workstations, Ultrix-32 had a desktop environment called UWS, Ultrix Worksystem Software, which was based on X10 and the Ultrix Window Manager. Later, the widespread version 11 of the X Window System (X11) was added, using a window manager and widget toolkit named XUI (X User Interface), which was also used on VMS releases of the time. Eventually Ultrix also provided the Motif toolkit and Motif Window Manager.

Ultrix ran on multiprocessor systems from both the VAX and DECsystem families. Ultrix-32 supported SCSI disks and tapes[9] and also proprietary Digital Storage Systems Interconnect and CI peripherals employing DEC's Mass Storage Control Protocol, although lacking the OpenVMS distributed lock manager it did not support concurrent access from multiple Ultrix systems. DEC also released a combination hardware and software product named Prestoserv which accelerated NFS file serving to allow better performance for diskless workstations to communicate to a file serving Ultrix host. The kernel supported symmetric multiprocessing while not being fully multithreaded based upon pre-Ultrix work by Armando Stettner and earlier work by George H. Goble at Purdue University. As such, there was liberal use of locking and some tasks could only be done by particular CPUs (e.g. the processing of interrupts). This was not uncommon in other SMP implementations of that time (e.g. SunOS). Also, Ultrix was slow to support many then new or emerging Unix system capabilities found on competing Unix systems (e.g. it never supported shared libraries or dynamically linked executables); and a delay in implementing bind, 4.3BSD system calls and libraries.[citation needed] The absence of memory-mapped file support was regarded as a particular deficiency with Ultrix in comparison to its competitors in the early 1990s.[10]: 50

Last release[edit]

As part of its commitment to the OSF, Armando Stettner went to DEC's Cambridge Research Labs to work on the port of OSF/1 to DEC's RISC-based DECstation 3100[11] workstation. This was released in 1991[12] with a Mach-based kernel for the MIPS architecture. A port of Ultrix to Alpha was carried out during the initial development of the Alpha architecture, but was never released as a product.[13] Later, DEC replaced Ultrix with OSF/1 on Alpha, ending Unix development on the MIPS and VAX platforms.

The last major release of Ultrix was version 4.5 in 1995, which supported all previously supported DECstations and VAXen. There were some subsequent Y2K patches.

Application software[edit]

WordMARC, a scientifically oriented word processor, was among the application packages available for Ultrix.[14]

The following shells were provided with Ultrix:[15]

See also[edit]

References[edit]

  1. ^ a b c "Networking Products Introduced by Digital". The New York Times. August 24, 1988.
  2. ^ "DEC offers Ultrix-32 for Microvax I". Computerworld. October 1, 1984. p. 50.
  3. ^ Fiedler, Ryan (October 1983). "The Unix Tutorial / Part 3: Unix in the Microcomputer Marketplace". BYTE. p. 132. Retrieved 30 January 2015.
  4. ^ Canter, Fred. "V7M 2.1 SPD" (PDF). Digital Equipment Corp. Retrieved 7 January 2012.
  5. ^ "Ashton-Digital Software Pact". The New York Times. October 22, 1988.
  6. ^ Stedman, Craig (10 July 1989). "Hear DEC to Air VAX Vector Plans". Electronic News. p. 13. Retrieved 10 August 2022.
  7. ^ "Ultrix-11 2.0 SPD" (PDF). Digital Equipment Corp. Retrieved 7 January 2012.
  8. ^ "Company News". The New York Times. May 13, 1992.
  9. ^ "MicroVax 2000". InfoWorld. February 16, 1987. p. 21.
  10. ^ Wilson, David (October 1992). "Tested Mettle". UNIX Review. pp. 50, 52, 54, 57–58. Retrieved 10 August 2022.
  11. ^ John Markoff (January 9, 1989). "Digital Will Introduce PC's and Work Stations". The New York Times.
  12. ^ Lawrence M. Fisher (January 23, 1992). "High-Flier May Be Airworthy Again". The New York Times.
  13. ^ George A. Darcy III; Ronald F. Brender; Stephen J. Morris; Michael V. Iles (1992). "Using Simulation to Develop and Port Software" (PDF). Digital Technical Journal. 4 (4): 181–192.
  14. ^ "Macneal-Schwendler to buy MARC Analysis Research". The New York Times. May 29, 1999.
  15. ^ ULTRIX Worksystem Software, Version 4.2 Software Product Description

Further reading[edit]

  • Ultrix/UWS Release Notes V4.1, AA-ME85D-TE
  • Ultrix-32 Supplementary Documents, AA-MF06A-TE
  • The Little Gray Book: An ULTRIX Primer, AA-MG64B-TE
  • Guide to Installing Ultrix and UWS, AA-PBL0G-TE

External links[edit]