OpenVMS

From Wikipedia, the free encyclopedia
OpenVMS
Vsi-openvms-logo.svg
DECwindows-openvms-v7.3-1.png
OpenVMS V7.3-1 running the CDE-based DECwindows "New Desktop" GUI
DeveloperVMS Software Inc (VSI)[1] (previously Digital Equipment Corporation, Compaq, Hewlett-Packard)
Written inPrimarily C, BLISS, VAX MACRO, DCL.[2] Other languages also used.[3]
Working stateCurrent
Source modelClosed-source with open-source components, source available[4]
Initial releaseOctober 25, 1977; 43 years ago (1977-10-25)
Latest releaseV8.4-2L3 / April 8, 2021; 5 months ago (2021-04-08)[5]
Latest previewV9.1 / June 30, 2021; 2 months ago (2021-06-30)[6]
Marketing targetServers (historically Minicomputers, Workstations)
Available inEnglish, Japanese.[7] Historical support for Chinese (both Traditional and Simplified characters), Korean, Thai.[8]
Update methodConcurrent upgrades,
rolling upgrades
Package managerPCSI and VMSINSTAL
PlatformsVAX, Alpha, Itanium, x86-64
Kernel typeMonolithic kernel with loadable modules
InfluencedVAXELN, MICA, Windows NT
Influenced byRSX-11M
Default
user interface
DCL CLI and DECwindows GUI
LicenseProprietary
Official websitewww.vmssoftware.com

OpenVMS, often referred to as just VMS,[9] is a multi-user, multiprocessing virtual memory-based operating system designed to support time-sharing, batch processing, transaction processing and workstation applications.[10] It was first announced by Digital Equipment Corporation as VAX/VMS (Virtual Address eXtension/Virtual Memory System[11]) alongside the VAX-11/780 minicomputer in 1977.[12][13][14] OpenVMS has subsequently been ported to run on DEC Alpha systems, the Itanium-based HPE Integrity Servers,[15] and select x86-64 hardware and hypervisors.[16] Since 2014, OpenVMS is developed and supported by a company named VMS Software Inc. (VSI).[17][18]

The system offers high availability through clustering and the ability to distribute the system over multiple physical machines,[19] allowing clustered applications and data to remain continuously accessible while operating system software and hardware maintenance and upgrades are performed,[20] or when a whole data center is destroyed.[21] VMS cluster uptimes of 17 years have been reported.[22] Customers using OpenVMS include banks and financial services, hospitals and healthcare, telecommunications operators, network information services, and industrial manufacturers.[23][24] During the 1990s and 2000s, there were approximately half a million VMS systems in operation worldwide.[25][26][27]

History[]

Origin and name changes[]

Stylized "VAX/VMS" used by Digital

In April 1975, Digital Equipment Corporation embarked on a hardware project, code named Star, to design a 32-bit virtual address extension to its PDP-11 computer line. A companion software project, code named Starlet, was started in June 1975 to develop a totally new operating system, based on RSX-11M, for the Star family of processors.[9] These two projects were tightly integrated from the beginning. Gordon Bell[28] was the VP lead on the VAX hardware and its architecture. Roger Gourd was the project lead for the Starlet program, with software engineers Dave Cutler (who would later lead development of Microsoft's Windows NT), Dick Hustvedt, and Peter Lipman acting as the technical project leaders, each having responsibility for a different area of the operating system.[29] The Star and Starlet projects culminated in the VAX-11/780 computer and the VAX/VMS operating system. The Starlet name survived in VMS as a name of several of the main system libraries, including STARLET.OLB and STARLET.MLB.[30]

"Albert the Cheshire Cat" mascot for VAX/VMS, used by the DECUS VAX SIG[31][32]

In September 1984, Digital created a dedicated distribution of VMS named MicroVMS for the MicroVAX and VAXstation, which had significantly less memory and disk space than larger VAX systems of the time.[33] MicroVMS split up VAX/VMS into multiple kits, which a customer could use to install a subset of VAX/VMS tailored to their specific requirements.[34] MicroVMS kits were released on TK50 tapes and RX50 floppy disks, corresponding to VAX/VMS V4.0 to V4.7.[35] MicroVMS was merged back into VAX/VMS in the V5.0 release, by which time the ability to customize a VAX/VMS installation had advanced to a point where MicroVMS became redundant.[36]

Beginning in 1989, a short lived distribution of VMS named Desktop-VMS was sold with VAXstation systems. It consisted of a single CD-ROM containing a bundle of VMS, DECwindows, DECnet, VAXcluster support, and a setup process designed for non-technical users.[37][38] Desktop-VMS had its own versioning scheme beginning with V1.0, which corresponded to the V5.x releases of VAX/VMS.[39]

In July 1992,[40] Digital renamed VAX/VMS to OpenVMS as an indication for its support of "open systems" industry standards such as POSIX and Unix compatibility,[41] and to drop the VAX connection since the port to Alpha was underway. The OpenVMS name was first used with the OpenVMS AXP V1.0 release in November 1992. Digital began using OpenVMS VAX instead of VAX/VMS with the V6.0 release in June 1993.[42]

Port to DEC Alpha[]

"Vernon the Shark" logo for OpenVMS[43]

During the 1980s, Digital planned to replace the VAX platform and the VMS operating system with the PRISM architecture and the MICA operating system.[44] When these projects were cancelled in 1988, a team was set up to design new VAX/VMS systems of comparable performance to RISC-based Unix systems.[45] After a number of failed attempts to design a faster VAX-compatible processor, the group demonstrated the feasibility of porting VMS and its applications to a RISC architecture based on PRISM.[46] This led to the creation of the Alpha architecture.[47] The project to port VMS to Alpha began in 1989, and first booted on a prototype Alpha EV3-based Alpha Demonstration Unit in early 1991.[46][48] Prior to the availability of Alpha hardware, the Alpha port was developed and booted on an emulator named Mannequin, which implemented many of the Alpha instructions in custom microcode on a VAX 8800 system.[49]

The main challenge in porting VMS to a new architecture was that VMS and the VAX were designed together, meaning that VMS was dependent on certain details of the VAX architecture.[50] Furthermore, a significant amount of the VMS kernel, layered products, and customer-developed applications were implemented in VAX MACRO assembly code.[9] Some of the changes needed to decouple VMS from the VAX architecture included:

  • The creation of the MACRO-32 compiler, which treated VAX MACRO as a high-level language, and compiled it to Alpha object code.[51]
  • The creation of a VAX to Alpha binary translator, known as the VAX Environment Software Translator (VEST), which was capable of translating VAX executables when it was not possible to recompile the code for Alpha.[52]
  • The emulation of certain low-level details of the VAX architecture in PALcode, such as interrupt handling and atomic queue instructions. This decreased the amount of VAX-dependent code which had to be rewritten for Alpha.
  • The conversion of the VMS compilers, many of which had their own bespoke VAX code generators,[53] to use a common compiler backend named GEM.[54]

The VMS port to Alpha resulted in the creation of two separate source code libraries (based on a source code management tool known as the VMS Development Environment, or VDE)[4] for VAX, and for Alpha. The Alpha code library was based on a snapshot of the VAX/VMS code base circa V5.4-2.[55] 1992 saw the release of the first version of OpenVMS for Alpha AXP systems, designated OpenVMS AXP V1.0. In 1994, with the release of OpenVMS V6.1, feature (and version number) parity between the VAX and Alpha variants was achieved, this was the so-called Functional Equivalence release.[55] The decision to use the 1.x version numbering stream for the pre-production quality releases of OpenVMS AXP caused confusion for some customers, and was not repeated in the subsequent ports of OpenVMS to new platforms.[50]

When VMS was ported to Alpha, it was initially left as a 32-bit only operating system.[51] This was done to ensure backwards compatibility with software written for the 32-bit VAX. 64-bit addressing was first added for Alpha in the V7.0 release.[56] In order to allow 64-bit code to interoperate with older 32-bit code, OpenVMS does not create a distinction between 32-bit and 64-bit executables, but instead allows for both 32-bit and 64-bit pointers to be used within the same code.[57] This is known as mixed pointer support. The 64-bit OpenVMS Alpha releases support a maximum virtual address space size of 8TiB (a 43-bit address space), which is the maximum supported by the Alpha 21064 and Alpha 21164.[58]

One of the more noteworthy Alpha-only features of OpenVMS was OpenVMS Galaxy - which allowed the partitioning of a single SMP server to run multiple instances of OpenVMS. Galaxy supported dynamic resource allocation to running partitions, and the ability to share memory between partitions.[59][60]

Port to Intel Itanium[]

"Swoosh" logo used by HP for OpenVMS

In 2001, prior to its acquisition by Hewlett-Packard, Compaq announced the port of OpenVMS to the Intel Itanium architecture.[61] The Itanium port was the result of Compaq's decision to discontinue future development of the Alpha architecture in favour of adopting the then-new Itanium architecture.[62] The porting began in late 2001, and the first boot on took place on the 31st of January 2003.[63] The first boot consisted of booting a minimal system configuration on a HP i2000 workstation, logging in as the SYSTEM user, and running the DIRECTORY command. The Itanium port of OpenVMS supports specific models and configurations of HPE Integrity Servers.[10] The Itanium releases were originally named HP OpenVMS Industry Standard 64 for Integrity Servers, although the names OpenVMS I64 or OpenVMS for Integrity Servers are more commonly used.[64]

The Itanium port was accomplished using source code maintained in common within the OpenVMS Alpha source code library, with the addition of conditional code and additional modules where changes specific to Itanium were required.[50] Whereas the VAX and Alpha architectures were specifically designed to support the low-level needs of OpenVMS, Itanium was not. This required certain architectural dependencies of OpenVMS to be replaced, or emulated in software. Some of the changes included:

  • The Extensible Firmware Interface (EFI) is used to boot OpenVMS on Integrity hardware, taking over the role of the System Reference Manual (SRM) firmware on Alpha. Support for ACPI was also added to OpenVMS, since this is used to discover and manage hardware devices on the Integrity platform.[65]
  • For Itanium, the functionality which was implemented using PALcode for Alpha was moved into a component of the OpenVMS kernel named the Software Interrupt Services (SWIS).[66]
  • The Itanium port adopted a new calling standard based on Intel's Itanium calling convention, with extensions to support the OpenVMS Common Language Environment. Furthermore, it replaced the OpenVMS-specific executable formats used on the VAX and Alpha with the standard Executable and Linking Format (ELF) and DWARF formats.[67]
  • IEEE 754 was adopted as the default floating point format, replacing the VAX floating point format that was the default on both the VAX and Alpha architectures. For backwards compatibility, it is possible to compile code on Itanium to use the VAX floating point format, but it relies on software emulation.[68]
  • The operating system's internal structures were extended to support the 50-bit physical addressing available on Itanium, allowing 1PiB of memory to be addressed.[69] The Itanium port otherwise retained the mixed 32-bit/64-bit pointer architecture which was introduced in OpenVMS Alpha V7.0.

As with the VAX to Alpha port, a binary translator for Alpha to Itanium was made available, allowing user mode OpenVMS Alpha software to be ported to Itanium in situations where it was not possible to recompile the source code. This translator is known as the Alpha Environment Software Translator (AEST), and it also supported translating VAX executables which had already translated with VEST.[70]

Two pre-production releases, OpenVMS I64 V8.0 and V8.1, were available on June 30, 2003 and on December 18, 2003. These releases were intended for HP organizations and third-party vendors involved with porting software packages to OpenVMS I64. The first production release, V8.2, was released in February 2005. V8.2 was also released for Alpha, subsequent V8.x releases of OpenVMS have maintained feature parity between the Alpha and Itanium architectures.[71]

Port to x86-64[]

When VMS Software Inc. (VSI) announced that they had secured the rights to develop the OpenVMS operating system from HP, they also announced their intention to port OpenVMS to the x86-64 architecture.[72] The porting effort ran concurrently with the establishment of the company, as well as the development of VSI's own Itanium and Alpha releases of OpenVMS V8.4-x.

The x86-64 port is targeted for specific servers from HPE and Dell, as well as certain virtual machine hypervisors.[73] Initial support was targeted for KVM and VirtualBox. Support for VMware was announced in 2020, and Hyper-V has been described as a future target.[74] In 2021, the x86-64 port was demonstrated running on an Intel Atom-based single-board computer.[75]

The x86-64 port is built from the same source code library as the Alpha and Itanium architectures, using conditional compilation to manage the architecture-specific code needed to support the x86-64 platform.[76] As with the Alpha and Itanium ports, the x86-64 port made some changes to simplify porting and supporting OpenVMS on the new platform:

  • VSI adopted the open source LLVM compiler backend, replacing the proprietary GEM backend used in the Alpha and Itanium ports. A translator was developed to map the GEM IR to LLVM IR, allowing the existing compiler frontends to be reused. In addition, the open source Clang compiler was adopted as the officially supported C++ compiler for OpenVMS under x86-64.[77]
  • On x86-64, OpenVMS makes more extensive use of UEFI and ACPI to detect and initialize hardware on boot. As part of this, VMS is now booted from a memory disk, instead of the traditional VMS boot mechanism – which relied on boot drivers containing a basic implementation of the filesystem, and which was tied to specific hardware devices. The changes to the boot process necessitated the creation of a Dump Kernel – this is a secondary kernel which is loaded in the background at boot time, and is invoked in case OpenVMS needs to write a crash dump to disk.[78]
  • OpenVMS assumes the presence of four hardware-provided privilege levels to provide isolation between user applications, and various parts of the operating system. While x86-64 nominally provides four privilege levels, they are only equivalent to two of the privilege levels on the VAX, Alpha and Itanium. In the x86-64 port, the Software Interrupt Services (SWIS) module of the kernel is extended to emulate the missing privilege levels.[66]
  • As with the Itanium port, the calling standard for x86-64 is an extension of the platform's standard calling convention, specifically the System V AMD64 ABI. Certain characteristics of the x86-64 architecture created challenges for defining a suitable calling standard. For example, due to the small number of general purpose registers for x86-64, the MACRO-32 compiler has to store the contents of the emulated VAX registers in an in-memory "pseudo registers" structure instead of using the processor's hardware registers as is done on Alpha and Itanium.[79]

The first boot was announced on 14 May 2019. This involved booting OpenVMS on VirtualBox, and successfully running the DIRECTORY command.[80] Later in 2019, the first "real boot" was announced - this consisted of the operating system booting in a completely standard manner, a user logging into the system, and running the DIRECTORY command.[81] In May 2020, the V9.0 Early Adopter's Kit release was made available to a small number of customers. This consisted of the OpenVMS operating system running in a VirtualBox VM with certain limitations - most significantly, few layered products were available, and code can only be compiled for x86-64 using cross compilers which run on Itanium-based OpenVMS systems.[16] Following the V9.0 release, VSI released a series of updates on a monthly or bimonthly basis which added additional functionality and hypervisor support. These were designated V9.0-A through V9.0-H.[82] In June 2021, VSI released the V9.1 Field Test, which is available to VSI's customers and partners.[6] Unlike V9.0 which was distributed solely as a pre-installed virtual machine image, V9.1 ships as an ISO image which can be installed onto a variety of hypervisors and hardware platforms.

Major release timeline[]

Version Vendor Release date[83][9] End-of-life date[84][85] Notes
Old version, no longer maintained: X0.5 DEC Late 1977 ? First version shipped to customers[30]
Old version, no longer maintained: V1.0 August 1978 ? First production release
Old version, no longer maintained: V2.0 April 1980 ? VAX-11/750. New utilities including EDT.
Old version, no longer maintained: V3.0 April 1982 ? VAX-11/730, VAX-11/725, VAX-11/782, ASMP
Old version, no longer maintained: V4.0 September 1984 ? VAX 8600, MicroVMS, VAXclusters
Old version, no longer maintained: V5.0 April 1988 ? VAX 6000, SMP, LMF, Modular Executive
Old version, no longer maintained: V1.0 AXP November 1992 ? First release for Alpha
Old version, no longer maintained: V6.0 June 1993 ? VAX 7000/10000, NCSC Class C2 compliance
Old version, no longer maintained: V6.1 April 1994 ? Merging of VAX and Alpha AXP version numbers
Old version, no longer maintained: V7.0 December 1995 March 1998 64-bit addressing on Alpha, Fast Path I/O
Old version, no longer maintained: V7.3 Compaq June 2001 December 2012 Final release for VAX
Old version, no longer maintained: V8.0 HP June 2003 December 2003 First release for Integrity Servers
Old version, no longer maintained: V8.2 February 2005 April 2014 Common Alpha and Integrity production release
Old version, no longer maintained: V8.4 June 2010 December 2020 Support for HPVM, clusters over TCP/IP[86]
Older version, yet still maintained: V8.4-1H1 VSI May 2015 December 2022 Support for Poulson processors[87]
Older version, yet still maintained: V8.4-2L1 September 2016 December 2024 OpenSSL updated to 1.0.2[88]
January 2017 TBA First release for Alpha from VSI[89]
Older version, yet still maintained: V8.4-2L2 July 2017 TBA Final release for Alpha[90]
Current stable version: V8.4-2L3 April 2021 December 2028 Final release for Integrity Servers[90]
Old version, no longer maintained: V9.0 May 2020 June 2021 x86-64 Early Adopter's Kit[91]
Latest preview version of a future release: V9.1 June 2021 H2 2021 x86-64 Field Test[6]
Future release: V9.2 H2 2021 December 2028 x86-64 General Release[85]
Future release: V9.2-1 2022 December 2029 Support for Hyper-V, AWS, Azure, Dell servers[85]
Future release: V9.2-2 2023 TBA Improved cluster security[85]
Legend:
Old version
Older version, still maintained
Latest version
Latest preview version
Future release

Architecture[]

The architecture of the OpenVMS operating system, demonstrating the layers of the system, and the access modes in which they typically run

The OpenVMS operating system has a layered architecture, consisting of a privileged Executive, a Command Language Interpreter which runs at an intermediate level of privilege, and utilities and run-time libraries (RTLs) which run in an unprivileged mode, but can potentially run at a higher level of privilege if authorized to do so.[92] Unprivileged code typically invokes the functionality of the Executive through system services (equivalent to system calls in other operating systems).

OpenVMS' layers and mechanisms are built around certain features of the VAX architecture, including:[92][93]

  • The availability of four processor access modes (named Kernel, Executive, Supervisor and User, in order of decreasing privilege). Each mode has its own stack, and each memory page can have memory protections specified per-mode.
  • A virtual address space which is partitioned between process-private space sections, and system space sections which are common to all processes.
  • 32 interrupt priority levels which are used for synchronization.
  • Hardware support for delivering asynchronous system traps to processes.

These VAX architecture mechanisms are implemented on Alpha, Itanium and x86-64 by either mapping to corresponding hardware mechanisms on those architectures, or through emulation (via PALcode on Alpha, or in software on Itanium and x86-64).[66]

Executive and Kernel[]

The OpenVMS Executive comprises the privileged code and data structures which reside in the system space. The Executive is further subdivided between the Kernel, which consists of the code which runs at the kernel access mode, and the less-privileged code outside of the Kernel which runs at the executive access mode.[92]

The components of the Executive which run at executive access mode include the Record Management Services, and certain system services such as image activation. The main distinction between the kernel and executive access modes is that most of the operating system's core data structures can be read from executive mode, but require kernel mode to be written to.[93] Code running at executive mode can switch to kernel mode at will, meaning that the barrier between the kernel and executive modes is intended as a safeguard against accidental corruption as opposed to a security mechanism.[94]

The Kernel comprises the operating system's core data structures (e.g. page tables, the I/O database and scheduling data), and the routines which operate on these structures. The Kernel is typically described as having three major subsystems: I/O, Process and Time Management, Memory Management.[92][93] In addition, other functionality such as logical name management, synchronization and system service dispatch are implemented inside the Kernel.

Executive structure[]

In early versions of VAX/VMS, most of the Executive's code was linked into a single executable image named SYS.EXE.[95] VAX/VMS 5.0 introduced the Modular Executive, which split the Executive code into a number of executive images (also known as execlets) which are loaded during system bootstrap.[92] SYS.EXE remained, but was reduced to system service dispatch vectors, static memory locations for data common to multiple executive images, and some basic support code. On OpenVMS for Alpha, Itanium and x86-64, SYS.EXE is split into SYS$BASE_IMAGE.EXE and SYS$PUBLIC_VECTORS.EXE, which contain the shared memory locations and support code, and the system service dispatch logic, respectively.[96]

Extension mechanisms[]

OpenVMS allows user mode code with suitable privileges to switch to executive or kernel mode using the $CMEXEC and $CMKRNL system services, respectively.[97] This allows code outside of system space to have direct access to the Executive's routines and system services. In addition to allowing third-party extensions to the operating system, Privileged Images are used by core operating system utilities to manipulate operating system data structures through undocumented interfaces.[98]

OpenVMS also allows Shareable Images (i.e. shared libraries) to be granted privilege, allowing the creation of user-written system services, which are privileged routines which can be linked into a non-privileged program. User written system services are invoked using the same mechanism as standard system services, which prevents the unprivileged program from gaining the privileges of the code in the Privileged Shareable Image.[98] Despite what the name may suggest, user-written system services are also used to implement infrequently-used operating system functionality such as volume mounting.[92]

OpenVMS provides a device driver interface, which allows support for new I/O devices to be added to the operating system.[99]

File system[]

OpenVMS provides feature-rich facilities for file management. The typical user and application interface into the file system is the Record Management Services (RMS), although applications can interface directly with the underlying file system through the QIO system services.[100] RMS supports multiple record-oriented file access methods and record formats (including fixed length, variable length, and a stream format where the file is treated as a stream of bytes, similar to Unix). RMS also supports remote file access via DECnet,[101] and optional support for journaling.[102]

The file systems supported by VMS are referred to as the Files-11 On-Disk Structures (ODS), which provide disk quotas, access control lists and file versioning.[103] The most significant structure levels are ODS-2, which is the original VMS file system, and ODS-5, which extends ODS-2 with support for Unicode file names, case sensitivity, hard links and symbolic links.[104] VMS is also capable of accessing files on ISO 9660 CD-ROMs and magnetic tape with ANSI tape labels.[105]

Alongside the OpenVMS Alpha V7.0 release in 1995, Digital released a log-structured file system named Spiralog which was intended as a potential successor to Files-11.[106] Spiralog shipped as an optional product, and was discontinued at the release of OpenVMS Alpha 7.2.[107] Spiralog's discontinuation was due to a variety of problems, including issues with handling full volumes.[108] The developers of Spiralog began work on a new file system in 1996, which was put on hold and later resumed by VSI in 2016 as the VMS Advanced File System (VAFS, not to be confused with Digital's AdvFS for Tru64).[109][110] VAFS no longer appears on recent roadmaps, and instead VSI have discussed porting the open source GFS2 file system to OpenVMS.[111][112] One of the major motivations for replacing the Files-11 structures is that they are limited to 2TiB volumes.[104]

Command Language Interpreter[]

An OpenVMS Command Language Interpreter (CLI) implements a command line interface for OpenVMS; responsible for executing individual commands, as well as command procedures (equivalent to shell scripts or batch files).[113] The standard CLI for OpenVMS is the DIGITAL Command Language, although other options are available as well.

Unlike Unix shells, which typically run in their own isolated process and behave like any other user mode program, OpenVMS CLIs are an optional component of a process, which exist alongside any executable image which that process may run.[114] Whereas a Unix shell will typically run executables by creating a separate process using fork-exec, an OpenVMS CLI will typically load the executable image into the same process, transfer control to the image, and ensure that control is transferred back to CLI once the image has exited and that the process is returned to its original state.[92] A CLI gets mapped into a process' private address space through execution of the LOGINOUT image, which can either be executed manually, or automatically by certain system services for process creation.[58]

Due to fact that the CLI is loaded into the same address space as user code, and that the CLI is responsible for invoking image activation and image rundown, the CLI is mapped into the process address space at supervisor access mode. This is in order to prevent accidental or malicious manipulation of the CLI's code and data structures by user mode code.[92][114]

Features[]

VAXstation 4000 model 96 running OpenVMS V6.1, DECwindows Motif and the NCSA Mosaic browser

User interfaces[]

VMS was originally designed to be used and managed interactively using Digital's text-based video terminals such as the VT100, or hardcopy terminals such as the DECwriter series. Since the introduction of the VAXstation line in 1984, VMS has optionally supported graphical user interfaces for use with workstations or X terminals.

Command line interfaces[]

OpenVMS Alpha V8.4-2L1, showing the DCL CLI in a terminal session

The DIGITAL Command Language has served as the primary CLI of OpenVMS since the first release.[115][116][10] Other official CLIs available for VMS include the RSX-11 MCR (VAX only), and various Unix shells.[117] Digital provided tools for creating text-based user interface applications – the Form Management System (FMS) and Terminal Data Management System (TDMS), later succeeded by DECforms.[118][119][120] A lower level interface named Screen Management Services (SMG$), comparable to Unix curses, also exists.[121]

Graphical user interfaces[]

VWS 4.5 running on top of VAX/VMS V5.5-2
DECwindows XUI window manager running on top of VAX/VMS V5.5-2

Over the years, VMS has gone through a number of different GUI toolkits and interfaces:

  • The original graphical user interface for VMS was a proprietary windowing system known as the VMS Workstation Software (VWS), which was first released for the VAXstation I in 1984.[122] It exposed an API called the User Interface Services (UIS).[123] It ran on a limited selection of VAX hardware.[124]
  • In 1989, DEC replaced VWS with a new X11-based windowing system named DECwindows.[125] It was first included in VAX/VMS V5.1.[126] Early versions of DECwindows featured an interface built on top of a proprietary toolkit named the X User Interface (XUI). A layered product named UISX was provided to allow VWS/UIS applications to run on top of DECwindows.[127]
  • In 1991, DEC replaced XUI with the Motif toolkit, creating DECwindows Motif.[128][129] As a result, the Motif Window Manager became the default DECwindows interface in OpenVMS V6.0,[126] although the XUI window manager remained as an option.
  • In 1996, as part of OpenVMS V7.1,[126] DEC released the New Desktop interface for DECwindows Motif, based on the Common Desktop Environment.[130] On Alpha and Itanium systems, it is still possible to select the older MWM-based UI (referred to as the "DECwindows Desktop") at login time. The New Desktop was never ported to the VAX releases of OpenVMS.

Versions of VMS running on DEC Alpha workstations in the 1990s supported OpenGL[131] and Accelerated Graphics Port (AGP) graphics adapters. VMS also provides support for older graphics standards such as GKS and PHIGS.[132][133] Modern versions of DECwindows are based on X.Org Server.[10]

Clustering[]

OpenVMS supports clustering (first called VAXcluster and later VMScluster), where multiple systems run their own instance of the operating system, but share disk storage, processing, a distributed lock manager, a common management and security domain, job queues and print queues, providing a single system image abstraction.[134] The systems are connected either by proprietary specialized hardware (Cluster Interconnect) or an industry-standard Ethernet LAN. OpenVMS supports up to 96 nodes in a single cluster, and allows mixed-architecture clusters, where VAX and Alpha systems, or Alpha and Itanium systems can co-exist in a single cluster.[19] VMS clusters allow the creation of applications which can withstand planned or unplanned outages of part of the cluster.[135]

Networking[]

Digital's DECnet protocol suite is tightly integrated into VMS, allowing remote logins, as well as transparent access to files, printers and other resources on VMS systems over a network.[136] Modern versions of VMS support both the traditional Phase IV DECnet protocol, as well the OSI-compatible Phase V (also known as DECnet-Plus).[137] Support for TCP/IP is provided by the optional TCP/IP Services for OpenVMS layered product (originally known as the VMS/ULTRIX Connection, then as the ULTRIX Communications Extensions or UCX).[138][139] TCP/IP Services is based on a port of the BSD network stack to OpenVMS,[140] along with support for common protocols such as SSH, DHCP, FTP and SMTP. Due to the fact that the official TCP/IP stack was not introduced until 1988, and the limited feature set of the early versions,[141] multiple third party TCP/IP stacks were created for VMS. Some of these products remain under active development, such as TCPware and MultiNet.[142]

Digital sold a software package named PATHWORKS (originally known as the Personal Computer Systems Architecture or PCSA) which allowed personal computers running MS-DOS, Microsoft Windows or OS/2, or the Apple Macintosh to serve as a terminal for VMS systems, or to use VMS systems as a file or print server.[143] PATHWORKS was based on LAN Manager and supported either DECnet or TCP/IP as a transport protocol. PATHWORKS was later renamed to Advanced Server for OpenVMS, and was eventually replaced with a VMS port of Samba at the time of the Itanium port.[144]

Digital provided the Local Area Transport (LAT) protocol which allowed remote terminals and printers to be attached to a VMS system through a terminal server such as one of the DECserver family.[145]

Programming[]

Digital (and its successor companies) provided a wide variety of programming languages for VMS. Officially supported languages on VMS, either current or historical, include:[117][146]

Among OpenVMS's notable features is the Common Language Environment, a strictly defined standard that specifies calling conventions for functions and routines, including use of stacks, registers, etc., independent of programming language.[79] Because of this, it is possible to call a routine written in one language (for example, Fortran) from another (for example, COBOL), without needing to know the implementation details of the target language. OpenVMS itself is implemented in a variety of different languages and the common language environment and calling standard supports freely mixing these languages.[147][148] Digital created a tool named the Structure Definition Language (SDL), which allowed data type definitions to be generated for different languages from a common definition.[149]

Development Tools[]

The "Grey Wall" of VAX/VMS documentation, at Living Computers: Museum + Labs

Digital provided a collection of software development tools in a layered product named DECset (originally named VAXset).[117] This consisted of the Language-Sensitive Editor (LSE), a version control system (the Code Management System or CMS), a build tool (the Module Management System or MMS), a static analyzer (the Source Code Analyzer or SCA), a profiler (the Performance and Coverage Analyzer or PCA) as well as a test manager (the Digital Test Manager or DTM).[150] In addition, a number of text editors are included in the operating system, including EDT, EVE and TECO.[151]

The OpenVMS Debugger supports all DEC compilers and many third party languages. It allows breakpoints, watchpoints and interactive runtime program debugging either using a command line or graphical user interface.[152] A pair of lower-level debuggers, named DELTA and XDELTA, can be used to debug privileged code in additional to normal application code.[153]

In 2019, VSI released an officially-supported Integrated Development Environment for VMS based on Visual Studio Code.[73] This allows VMS applications to be developed and debugged remotely from a Microsoft Windows, macOS or Linux workstation.[154]

Database management[]

Digital created a number of optional database products for VMS, some of which were marketed as the VAX Information Architecture family.[155] These products included:

  • Rdb – A relational database system which originally used the proprietary Relational Data Operator (RDO) query interface, but later gained SQL support.[156]
  • DBMS – A database management system which uses the CODASYL network model and Data Manipulation Language (DML).
  • Digital Standard MUMPS (DSM) – an integrated programming language and key-value database.[117]
  • Common Data Dictionary (CDD) – a central database schema repository, which allowed schemas to be shared between different applications, and data definitions to be generated for different programming languages.
  • DATATRIEVE – a query and reporting tool which could access data from RMS files as well as Rdb and DBMS databases.
  • Application Control Management System (ACMS) – A transaction processing monitor, which allows applications to be created using a high-level Task Description Language (TDL). Individual steps of a transaction can be implemented using DCL commands, or Common Language Environment procedures. User interfaces can be implemented using TDMS, DECforms or Digital's ALL-IN-1 office automation product.[157]
  • RALLY, DECadmireFourth-generation programming languages (4GLs) for generating database-backed applications.[158] DECadmire featured integration with ACMS, and later provided support for generating Visual Basic client-server applications for Windows PCs.[159]

In 1994, Digital sold Rdb, DBMS and CDD to Oracle, where they remain under active development.[160] In 1995, Digital sold DSM to InterSystems, who renamed it Open M, and eventually replaced it with their Caché product.[161]

Examples of third-party database management systems for OpenVMS include MariaDB,[162] Mimer SQL[163] and System 1032.[164]

Security[]

OpenVMS provides various security features and mechanisms, including security identifiers, resource identifiers, subsystem identifiers, ACLs, intrusion detection and detailed security auditing and alarms.[165] Specific versions evaluated at DoD NCSC Class C2 and, with the SEVMS security enhanced services support, at NCSC Class B1, per the NCSC Rainbow Series.[166] OpenVMS also holds an ITSEC E3 rating (see NCSC and Common Criteria).[167] Passwords are hashed using the Purdy Polynomial.

Vulnerabilities[]

  • Early versions of VMS included a number of privileged user accounts (including SYSTEM, FIELD, SYSTEST and DECNET) with default passwords which were often left unchanged by system managers.[168][169] A number of computer worms for VMS including the WANK worm and the Father Christmas worm exploited these default passwords to gain access to nodes on DECnet networks.[170] This issue was also described by Clifford Stoll in The Cuckoo's Egg as a means by which Markus Hess gained unauthorized access to VAX/VMS systems.[171] In V5.0, the default passwords were removed, and it became mandatory to provide passwords for these accounts during system setup.[36]
  • A 33-year-old vulnerability in VMS on VAX and Alpha, was discovered in 2017 and assigned the CVE ID CVE-2017-17482. On the affected platforms, this vulnerability allowed an attacker with access to the DCL command line to carry out a privilege escalation attack. The vulnerability relies on exploiting a buffer overflow bug in the DCL command processing code, the ability for a user to interrupt a running image (program executable) with CTRL/Y and return to the DCL prompt, and the fact that DCL retains the privileges of the interrupted image.[172] The buffer overflow bug allowed shellcode to be executed with the privileges of an interrupted image. This could be used in conjunction with an image installed with higher privileges than the attacker's account to bypass system security.[173]

Cross platform compatibility[]

VAX/VMS originally included an RSX-11M compatibility layer named the RSX Application Migration Executive (RSX AME) which allowed user mode RSX-11M software to be run unmodified on top of VMS.[116] This relied on the PDP-11 compatibility mode implemented in the VAX-11 processors.[174] The RSX AME played an important role on early versions of VAX/VMS, which used re-used certain RSX-11M user space utilities before native VAX versions had been developed.[9] This was discontinued in VAX/VMS V3.0 when all compatibility mode utilities were replaced with native implementations.[175] In VAX/VMS V4.0, RSX AME was removed from the base system, and replaced with an optional layered product named VAX-11 RSX, which relied on software emulation to run PDP-11 code on newer VAX processors.[176] A VAX port of the RTEM compatibility layer for RT-11 applications was also available from Digital.[177]

Various official Unix and POSIX compatibility layers were created for VMS. The first of which was DEC/Shell - which was a layered product consisting of port of the Version 7 Unix Bourne shell and several other Unix utilities to VAX/VMS.[117] In 1992, Digital released the POSIX for OpenVMS layered product, which included a shell based on the Korn Shell.[178] POSIX for OpenVMS was later replaced by the open source GNV (GNU's not VMS) project, which was first included in OpenVMS media in 2002.[179] Amongst other GNU tools, GNV includes a port of the Bash shell to VMS.[180] Examples of third party Unix compatibility layers for VMS include Eunice.[181]

Digital licensed SoftPC (and later SoftWindows), and sold it as a layered product for both the VAX and Alpha architectures, allowing Windows and DOS applications to run on top of VMS.[182][183]

In 1995, Digital announced Affinity for OpenVMS (also known as NT Affinity) which was intended to allow OpenVMS to serve as the persistence layer for Windows NT client-server applications.[9] As part of this initiative, an implementation of the Distributed Component Object Model (DCOM) was added to OpenVMS Alpha, which first appeared in the V7.2-1 release.[184][185]

Open source applications[]

Some of the open source applications which have been ported to OpenVMS include:[73][146][186]

There are a number of community projects to port open source software to VMS, including VMS-Ports[187] and GNV (GNU's Not VMS).[188]

Hobbyist programs[]

In 1997 OpenVMS and a number of layered products were made available free of charge for hobbyist, non-commercial use as part of the OpenVMS Hobbyist Program.[189] Since then, several companies producing OpenVMS software have made their products available under the same terms, such as Process Software.[190] Prior to the x86-64 port, the age and cost of hardware capable of running OpenVMS made emulators such as SIMH a common choice for hobbyist installations.[191]

In March 2020, HPE announced the end of the OpenVMS Hobbyist Program.[192] This was followed by VSI's announcement of the Community License Program (CLP) in April 2020, which was intended as a replacement for the HPE Hobbyist Program.[193] The CLP was launched in July 2020, and provides licenses for VSI OpenVMS releases on Alpha and Integrity systems. OpenVMS x86-64 licenses will be made available when a stable version is released for this architecture.[194] OpenVMS for VAX is not covered by the CLP, since there are no VSI releases of OpenVMS VAX, and the old versions are still owned by HPE.[195]

Influence[]

During the 1980s, the MICA operating system for the PRISM architecture was intended to be the eventual successor to VMS. MICA was designed to maintain backwards compatibility with VMS applications while also supporting Ultrix applications on top of the same kernel.[196] MICA was ultimately cancelled along with the rest of the PRISM platform, leading Dave Cutler to leave Digital for Microsoft. At Microsoft, Cutler led the creation of the Windows NT operating system, which was heavily inspired by the architecture of MICA.[197] As a result, VMS is considered an ancestor of Windows NT, together with RSX-11, VAXELN and MICA, and many similarities exist between VMS and NT.[198] This lineage is made clear in Cutler's foreword to "Inside Windows NT" by Helen Custer.[199]

A now-defunct project named FreeVMS attempted to develop an open source operating system following VMS conventions.[200] FreeVMS was built on top of the L4 microkernel and supported the x86-64 architecture. Prior work investigating the implementation of VMS using a microkernel-based architecture had previously been undertaken as a prototyping exercise by DEC employees with assistance from Carnegie Mellon University using the Mach 3.0 microkernel ported to VAXstation 3100 hardware, adopting a multiserver architectural model.[201]

See also[]

  • Comparison of operating systems
  • Terry Shannon
  • Event flag

References[]

  1. ^ "HP gives OpenVMS new life". Computerworld. July 31, 2014.
  2. ^ Camiel Vanderhoeven (2021-05-30). "How much of VMS is still in MACRO-32?". Newsgroupcomp.os.vms.
  3. ^ "2.7 In what language is OpenVMS written?". The OpenVMS Frequently Asked Questions (FAQ). Hewlett Packard Enterprise. Archived from the original on 2018-08-10.
  4. ^ Jump up to: a b "Access to OpenVMS Source Code?". HP OpenVMS Systems ask the wizard. September 2, 1999. Archived from the original on 2017-10-28.
  5. ^ "VSI OpenVMS v8.4-2L3 Released". VSI. 2021-04-08. Retrieved 2021-04-08.
  6. ^ Jump up to: a b c "OpenVMS 9.1". VSI. 2021-06-30. Retrieved 2021-06-30.
  7. ^ "Japanese OpenVMS OS (JVMS)". VSI. Retrieved 2021-02-05.
  8. ^ Michael M. T. Yau (1993). "Supporting the Chinese, Japanese, and Korean Languages in the OpenVMS Operating System" (PDF). Digital Technical Journal. 5 (3).
  9. ^ Jump up to: a b c d e f "OpenVMS at 20 Nothing stops it" (PDF). Digital. October 1997. Retrieved 2021-02-12.
  10. ^ Jump up to: a b c d "Software Product Description and QuickSpecs - VSI OpenVMS Version 8.4-2L1 for Integrity servers" (PDF). VMS Software Inc. July 2019. Retrieved 2021-01-02.
  11. ^ "VAX-11/780 Hardware Handbook" (PDF). ece.cmu.edu. 1979. Retrieved 2020-12-16.
  12. ^ Patrick Thibodeau (June 11, 2013). "OpenVMS, R.I.P. 1977-2020?". Computerworld.
  13. ^ Tom Merritt (2012). Chronology of Tech History. p. 104. ISBN 978-1300253075.
  14. ^ "VAX 11/780 - OLD-COMPUTERS.COM : HISTORY / detailed info". Retrieved 2020-04-25.
  15. ^ "VSI Products". VSI.
  16. ^ Jump up to: a b "Rollout of V9.0 and Beyond" (PDF). VSI. 19 May 2020. Retrieved 2021-05-04.
  17. ^ "HP hands off OpenVMS development to VSI". Tech Times. August 1, 2014. Retrieved 2016-01-29.
  18. ^ "VMS Software, Inc. Named Exclusive Developer of Future Versions of OpenVMS Operating System" (Press release). Retrieved October 27, 2017.
  19. ^ Jump up to: a b "VSI Products - Clusters". VSI. Retrieved 2021-05-04.
  20. ^ "Cluster Uptime". 2003-11-28. Archived from the original on 2012-02-29. Retrieved 2020-12-20.
  21. ^ "Commerzbank Survives 9/11 with OpenVMS Clusters" (PDF). July 2009. Retrieved 2020-08-14.
  22. ^ "February 2018 Business & Technical Update" (PDF). VSI. February 2018. Retrieved 2021-05-04.
  23. ^ "VSI Business & New Products Update – April 9, 2019" (PDF). VSI. April 2019. Retrieved 2021-05-04.
  24. ^ Charles Babcock (2007-11-01). "VMS Operating System Is 30 Years Old; Customers Believe It Can Last Forever". InformationWeek. Retrieved 2021-02-19.
  25. ^ Drew Robb (2004-11-01). "OpenVMS survives and thrives". computerworld.com. Retrieved 2020-12-31.
  26. ^ Tao Ai Lei (1998-05-30). "Digital tries to salvage OpenVMS". computerworld.co.nz. Retrieved 2020-12-31.
  27. ^ Jesse Lipcon (October 1997). "OpenVMS: 20 Years of Renewal". Digital. Archived from the original on 2006-02-17. Retrieved 2021-02-12.
  28. ^ "Gordon Bell Biography". research.microsoft.com.
  29. ^ Cutler, Dave (2016-02-25). "Dave Cutler Oral History". youtube.com (Interview). Interviewed by Grant Saviers. Computer History Museum. Retrieved 2021-02-26.
  30. ^ Jump up to: a b Stephen Hoffman (September 2006). "What is OpenVMS? What is its history?". hoffmanlabs.com. Retrieved 2021-01-03.
  31. ^ "Hello from....well what used to be SpitBrook". openvmshobbyist.com. 2007-02-27. Retrieved 2021-01-24.
  32. ^ "Computer system VAX/VMS". altiq.se. Retrieved 2021-01-24.
  33. ^ Michael D Duffy (2002). Getting Started with OpenVMS: A Guide for New Users. ISBN 978-0080507354.
  34. ^ "Micro VMS operating system". Computerworld. June 18, 1984. p. 7. The Micro VMS operating system announced last week by Digital Equipment Corp. for its Microvax I family of microcomputers is a prepackaged version of ...
  35. ^ Kathleen D. Morse. "The VMS/MicroVMS merge". DEC Professional Magazine. pp. 74–84.
  36. ^ Jump up to: a b "VMS Version 5.0 Release Notes" (PDF). DEC. April 1988. Retrieved 2021-07-21.
  37. ^ Bob McCormick (1989-01-11). "DECUServe WORKSTATIONS Conference 8". home.iae.nl. Retrieved 2020-12-22.
  38. ^ "Office Archaeology". blog.nozell.com. 2004-02-24. Retrieved 2020-12-22.
  39. ^ "openVMS pages of proGIS germany". vaxarchive.org. Retrieved 2020-12-22.
  40. ^ "Digital Introduces First Generation of OpenVMS Alpha-Ready Systems". Digital. 1992-07-15. Retrieved 2021-01-25.
  41. ^ "OpenVMS Definition from PC Magazine Encyclopedia".
  42. ^ Arne Vajhøj (1999-11-29). "OpenVMS FAQ - What is the difference between VMS and OpenVMS?". vaxmacro.de. Retrieved 2021-01-25.
  43. ^ "History of the Vernon the VMS shark". vaxination.ca. Retrieved 2021-01-24.
  44. ^ Dave Cutler (1988-05-30). "DECwest/SDT Agenda" (PDF). bitsavers.org.
  45. ^ "EV-4 (1992)". 2008-02-24.
  46. ^ Jump up to: a b Comerford, R. (July 1992). "How DEC developed Alpha". IEEE Spectrum. 29 (7): 26–31. doi:10.1109/6.144508.
  47. ^ "Managing Technological Leaps: A study of DEC's Alpha Design Team" (PDF). April 1993.
  48. ^ Supnik, Robert M. (1993). "Digital's Alpha project". Communications of the ACM. 36 (2): 30–32. doi:10.1145/151220.151223. ISSN 0001-0782. S2CID 32694010.
  49. ^ 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.
  50. ^ Jump up to: a b c Clair Grant (June 2005). "Porting OpenVMS to HP Integrity Servers" (PDF). OpenVMS Technical Journal. 6.
  51. ^ Jump up to: a b Nancy P. Kronenberg; Thomas R. Benson; Wayne M. Cardoza; Ravindran Jagannathan; Benjamin J. Thomas III (1992). "Porting OpenVMS from VAX to Alpha AXP" (PDF). Digital Technical Journal. 4 (4).
  52. ^ "OpenVMS Compatibility Between VAX and Alpha" (PDF). itec.suny.edu. May 1995. Retrieved 2020-12-21.
  53. ^ "VAX VMS going forward". Newsgroupcomp.os.vms. 2020-07-17. Retrieved 2021-01-22.
  54. ^ David S. Blickstein; Peter W. Craig; Caroline S. Davidson; R. Neil Fairnan,Jr.; Kent D. Glossop; Richard B. Grove; Steven O. Hobbs; William B. Noyce (1992). "The GEM Optimizing Compiler System" (PDF). Digital Technical Journal. 4 (4).
  55. ^ Jump up to: a b "OpenVMS Compatibility Between VAX and Alpha". May 1995.
  56. ^ "Extending OpenVMS for 64-bit Addressable Virtual Memory" (PDF). Digital Technical Journal. 8 (2): 57–71. 1996. S2CID 9618620.
  57. ^ "The OpenVMS Mixed Pointer Size Environment" (PDF). Digital Technical Journal. 8 (2): 72–82. 1996. S2CID 14874367. Archived from the original (PDF) on 2020-02-19.
  58. ^ Jump up to: a b "VSI OpenVMS Programming Concepts Manual, Vol. 1" (PDF). VSI. April 2020. Retrieved 2020-10-07.
  59. ^ "HP OpenVMS Alpha Partitioning and Galaxy Guide". September 2003.
  60. ^ James Niccolai (1998-10-14). "Compaq details strategy for OpenVMS". Australian Reseller News. Retrieved 2021-01-14.
  61. ^ "Compaq OpenVMS Times" (PDF). January 2002. Archived from the original (PDF) on March 2, 2006.
  62. ^ Andrew Orlowski (2001-06-25). "Farewell then, Alpha – Hello, Compaq the Box Shifter". theregister.com. Retrieved 2020-12-21.
  63. ^ Sue Skonetski (2003-01-31). "OpenVMS Boots on Itanium on Friday Jan 31". Newsgroupcomp.os.vms. Retrieved 2020-12-21.
  64. ^ "HP C Installation Guide for OpenVMS Industry Standard 64 Systems" (PDF). HP. June 2007. Retrieved 2021-03-02.
  65. ^ Thomas Siebold (2005). "OpenVMS Integrity Boot Environment" (PDF). decus.de. Retrieved 2020-12-21.
  66. ^ Jump up to: a b c "Re-architecting SWIS for X86-64". 8 October 2017.
  67. ^ Gaitan D’Antoni (2005). "Porting OpenVMS Applications to Itanium" (PDF). hp-user-society.de. Retrieved 2020-12-21.
  68. ^ "OpenVMS floating-point arithmetic on the Intel Itanium architecture" (PDF). decus.de. 2003. Retrieved 2020-12-21.
  69. ^ "Upgrading Privileged-Code Applications on OpenVMS Alpha and OpenVMS I64 Systems". Hewlett Packard Enterprise. January 2005. Retrieved 2020-12-21.
  70. ^ Thomas Siebold (2005). "OpenVMS Moving Custom Code" (PDF). decus.de. Retrieved 2020-12-21.
  71. ^ Paul Lacombe (2005). "HP OpenVMS Strategy and Futures" (PDF). de.openvms.org. Retrieved 2020-12-21.
  72. ^ "VMS Software, Inc. Named Exclusive Developer of Future Versions of OpenVMS Operating System". 31 July 2014. Archived from the original on 10 August 2014.
  73. ^ Jump up to: a b c "OpenVMS Rolling Roadmap" (PDF). VSI. December 2019. Archived from the original (PDF) on 2020-06-10. Retrieved 2021-05-04.
  74. ^ "VSI V9.0 Q&A". VSI. 2020-06-16. Retrieved 2021-05-04.
  75. ^ VSI (2021-06-01). "OpenVMS x64 Atom Project". Youtube. Retrieved 2021-06-02.
  76. ^ "State of the Port to x86_64 April 2017" (PDF). 3 April 2017. Archived (PDF) from the original on 5 November 2019.
  77. ^ "2017 LLVM Developers' Meeting: J. Reagan "Porting OpenVMS using LLVM"". 31 October 2017.
  78. ^ "State of the Port to x86_64 January 2017" (PDF). 6 January 2017. Archived (PDF) from the original on 4 November 2019.
  79. ^ Jump up to: a b "VSI OpenVMS Calling Standard" (PDF). January 2021. Retrieved 2021-05-04.
  80. ^ "VMS Software Inc. Announces First Boot on x86 Architecture". VSI. 14 May 2019. Retrieved 2021-05-04.
  81. ^ "State of the Port". 2 November 2019. Archived from the original on 2 November 2019.
  82. ^ "State of the Port". VSI. Archived from the original on 2021-04-18. Retrieved 2021-04-16.
  83. ^ "HP OpenVMS Systems - OpenVMS Release History". June 21, 2010. Archived from the original on October 7, 2018.
  84. ^ "HP OpenVMS Systems - Supported Software Versions - January 2014". Archived from the original on October 14, 2018.
  85. ^ Jump up to: a b c d "VSI OpenVMS Software Roadmap 2021" (PDF). VSI. VSI. Retrieved 2021-04-08.
  86. ^ "HP OpenVMS Systems - OpenVMS Version 8.4". Archived from the original on September 2, 2010.
  87. ^ "VMS Software, Inc. Launches New Version of OpenVMS Operating System Worldwide" (PDF) (Press release). June 1, 2015.
  88. ^ "VMS Software, Inc. Launches New Version 8.4-2L1 of OpenVMS Operating System Worldwide". VSI (Press release). 2016-09-23. Retrieved 2021-05-04.
  89. ^ "VMS Software, Inc. Launches VSI OpenVMS Alpha V8.4-2L1 for Alpha Hardware". VSI (Press release). 2017-01-27. Retrieved 2021-05-04.
  90. ^ Jump up to: a b "Roadmap Update". VSI. September 2020. Archived from the original on 2020-09-27. Retrieved 2020-09-23.
  91. ^ "OpenVMS for x86 V9.0 EAK goes to first customer on May 15, 2020". VSI. 2020-04-24. Retrieved 2021-05-04.
  92. ^ Jump up to: a b c d e f g h Ruth E. Goldenberg; Lawrence J. Kenah; Denise E. Dumas (1991). VAX/VMS Internals and Data Structures, Version 5.2. Digital Press. ISBN 978-1555580599.
  93. ^ Jump up to: a b c Hunter Goatley; Edward A. Heinrich. "Writing VMS Privileged Code Part I: The Fundamentals, Part 1". hunter.goatley.com. Retrieved 2021-01-31.
  94. ^ Paul A. Karger; Mary Ellen Zurko; Douglas W. Benin; Andrew H. Mason; Clifford E. Kahnh (7–9 May 1990). A VMM security kernel for the VAX architecture (PDF). Proceedings. 1990 IEEE Computer Society Symposium on Research in Security and Privacy. IEEE. doi:10.1109/RISP.1990.63834. Retrieved 2021-01-31.CS1 maint: date format (link)
  95. ^ Lawrence J. Kenah; Simon F. Bate (1984). VAX/VMS Internals and Data Structures. Digital Press. ISBN 978-0-932376-52-7.
  96. ^ Ruth E. Goldenberg; Saro Saravanan (1994). OpenVMS AXP Internals and Data Structures: Version 1.5. Digital Press. ISBN 978-1-55558-120-6.
  97. ^ "VSI OpenVMS System Services Reference Manual: A–GETUAI" (PDF). VSI. June 2020. Retrieved 2021-02-15.
  98. ^ Jump up to: a b Wayne Sewell (1992). Inside VMS: The System Manager's and System Programmer's Guide to VMS Internals. Van Nostrand Reinhold. ISBN 0-442-00474-5.
  99. ^ Margie Sherlock; Leonard S. Szubowicz (1996). Writing OpenVMS Alpha Device Drivers in C: Developer's Guide and Reference Manual. Digital Press. ISBN 978-1-55558-133-6.
  100. ^ "VSI OpenVMS I/O User's Reference Manual" (PDF). VSI. August 2019. Retrieved 2021-01-13.
  101. ^ "OpenVMS Record Management Services Reference Manual". June 2002.
  102. ^ "RMS Journaling". VSI. Retrieved 2021-01-13.
  103. ^ Kirby McCoy (1990). VMS File System Internals. Bedford, Mass.: Digital Press. ISBN 1-55558-056-4.
  104. ^ Jump up to: a b "Andy Goldstein on Files-11, the OpenVMS File Systems". VSI Official Channel. 2019-07-25. Retrieved 2021-01-03.
  105. ^ "VSI OpenVMS Guide to OpenVMS File Applications" (PDF). VSI. 2019-07-23. Retrieved 2021-01-13.
  106. ^ James E. Johnson; William A. Laing (1996). "Spiralog Log-Structured File System" (PDF). Digital Technical Journal. 8 (2).
  107. ^ "OpenVMS Version 7.2 Release Notes". Compaq. January 1999. Retrieved 2021-01-13.
  108. ^ "Why was Spiralog retired?". Hewlett Packard Enterprise Community - Operating System - OpenVMS. 2006-01-10. Retrieved 2021-01-13.
  109. ^ Andy Goldstein; Robert A. Brooks; Camiel Vanderhoeven. "A detailed look at the on-disk structure of the VMS Advanced File System (VAFS)" (PDF). VSI. Retrieved 2021-01-13.
  110. ^ "Andy Goldstein on the New File System for OpenVMS v.9.0". VSI. 2019-05-08. Retrieved 2021-01-14.
  111. ^ "VSI OpenVMS Software Roadmap 2020" (PDF). September 2020. Archived from the original (PDF) on 2020-12-07. Retrieved 2020-09-23.
  112. ^ "VSI OpenVMS Roadmap: V9.2 is x86-64 only". Newsgroupcomp.os.vms. 2020-09-23. Retrieved 2021-01-14.
  113. ^ "OpenVMS User's Manual" (PDF). VSI. VSI. July 2020. Chapter 14, Advanced Programming with DCL. Retrieved 2021-04-09.
  114. ^ Jump up to: a b Simon Clubley (2017-07-03). "How dangerous is it to be able to get into DCL supervisor mode?". Newsgroupcomp.os.vms. Retrieved 2021-02-01.
  115. ^ Stephen Hoffman; Paul Anagnostopoulos (1999). Writing Real Programs in DCL, second edition. ISBN 1-55558-191-9.
  116. ^ Jump up to: a b "Software Product Description - VAX/VMS Operating System, Version 1.0" (PDF). September 1978.
  117. ^ Jump up to: a b c d e "VAX/VMS Software Language and Tools Handbook" (PDF). bitsavers.org. 1985. Retrieved 2020-12-31.
  118. ^ "Software Product Description HP DECforms for OpenVMS, Version 4.0" (PDF). Hewlett Packard Enterprise. August 2006. Retrieved 2021-01-01.
  119. ^ "Software Product Description HP FMS for OpenVMS, Version 2.5" (PDF). Hewlett Packard Enterprise. January 2005. Retrieved 2021-01-01.
  120. ^ "Compaq TDMS for OpenVMS VAX, Version 1.9B" (PDF). Hewlett Packard Enterprise. July 2002. Retrieved 2021-01-01.
  121. ^ "OpenVMS RTL Screen Management (SMG$) Manual". Hewlett Packard Enterprise. 2001. Retrieved 2021-01-01.
  122. ^ "Digital Technical Journal Vol. 1 No. 2" (PDF).
  123. ^ "MicroVMS Workstation Graphics Programming Guide" (PDF).
  124. ^ Fred Kleinsorge (2007-01-04). "comp.os.vms - Dec VWS Internals". Newsgroupcomp.os.vms. Retrieved 2021-02-27.
  125. ^ "Digital Technical Journal Vol. 2 No. 3" (PDF).
  126. ^ Jump up to: a b c "(Open)VMS(/ VAX), Version overview".
  127. ^ "Migrating VWS/UIS Applications to DECwindows?". HP OpenVMS ask the wizard. November 9, 2004. Archived from the original on September 15, 2018.
  128. ^ "Using DECwindows Motif for OpenVMS" (PDF). VSI. October 2019. Retrieved 2020-10-21.
  129. ^ S. Kadantsev; M. Mouat. Early Experience With DECwindows/Motif In the TRIUMF Central Control System (PDF). 13th International Conference on Cyclotrons and their Applications. pp. 676–677.
  130. ^ "Getting Started With the New Desktop".
  131. ^ OpenGL Frequently Asked Questions (FAQ) [1/3]. Faqs.org. Retrieved on 2013-07-17.
  132. ^ "Software Product Description VSI Graphical Kernel System" (PDF). VSI. 2017. Retrieved 2021-01-02.
  133. ^ "Software Product Description DEC PHIGS Version 3.1 for OpenVMS VAX" (PDF). Hewlett Packard Enterprise. April 1995. Retrieved 2021-01-02.
  134. ^ "VSI OpenVMS Cluster Systems" (PDF). VSI. August 2019. Retrieved 2021-01-13.
  135. ^ "Building Dependable Systems: The OpenVMS Approach" (PDF). DEC. May 1994. Retrieved 2021-07-31.
  136. ^ "DECnet for OpenVMS Guide to Networking" (PDF). VSI. August 2020. Retrieved 2021-01-14.
  137. ^ "VSI Products - DECnet". VSI. Retrieved 2021-01-14.
  138. ^ "VMS/ULTRIX System Manager's Guide". Digital. September 1990. Retrieved 2021-01-21.
  139. ^ "VSI OpenVMS TCP/IP User's Guide" (PDF). VSI. August 2019. Retrieved 2021-01-14.
  140. ^ Robert Rappaport; Yanick Pouffary; Steve Lieman; Mary J. Marotta (2004). "Parallelism and Performance in the OpenVMS TCP/IP Kernel". OpenVMS Technical Journal. 4.
  141. ^ Stephen Hoffman (2006-11-21). "First TCP/IP (UCX) Release, Oldest VMS with (limited) IP". Newsgroupcomp.os.vms. Retrieved 2021-07-30.
  142. ^ Neil Rieck (2020-07-20). "OpenVMS Notes: TCPware - MultiNet Tips". Retrieved 2021-01-21.
  143. ^ Alan Abrahams; David A. Low (1992). "An Overview of the PATHWORKS Product Family" (PDF). Digital Technical Journal. 4 (1).
  144. ^ Andy Goldstein (2005). "Samba and OpenVMS" (PDF). de.openvms.org. Retrieved 2021-01-01.
  145. ^ "Local Area Transport Network Concepts" (PDF). DEC. June 1988. Retrieved 2021-01-14.
  146. ^ Jump up to: a b "VSI List of Products". VSI. Retrieved 2021-05-04.
  147. ^ "OpenVMS Programming Environment Manual". March 1994. 7.1 Common Language Environment.
  148. ^ "VSI OpenVMS Programming Concepts Manual, Volume II" (PDF). VSI. April 2020. Retrieved 2021-05-04.
  149. ^ "SDL, LANGUAGE, Data Structure/Interface Definition Language". digiater.nl. November 1996. Retrieved 2021-01-03.
  150. ^ "DECset". VSI. Retrieved 2021-01-02.
  151. ^ "VSI OpenVMS DCL Dictionary: A-M" (PDF). VSI. April 2020. Retrieved 2021-01-02.
  152. ^ "VSI OpenVMS Debugger Manual" (PDF). VSI. June 2020. Retrieved 2021-05-04.
  153. ^ "VSI OpenVMS Delta/XDelta Debugger Manual" (PDF). VSI. August 2019. Retrieved 2020-12-31.
  154. ^ "VMS IDE". marketplace.visualstudio.com. Retrieved 2021-01-02.
  155. ^ "VAX/VMS Software Information Management Handbook" (PDF). Digital. 1985. Retrieved 2021-01-24.
  156. ^ Ian Smith (2004). "Rdb's First 20 Years: Memories and Highlights" (PDF). Archived from the original (PDF) on 2005-11-03. Retrieved 2021-01-24.
  157. ^ "Compaq ACMS for OpenVMS Getting Started". Compaq. December 1999. Retrieved 2021-01-24.
  158. ^ "Building Dependable Systems: The OpenVMS Approach" (PDF). Digital. March 1994. Retrieved 2021-01-24.
  159. ^ "Cover Letter for DECADMIRE V2.1 MUP Kit - DECADMIRE V2.1A". Digital. 1995. Retrieved 2021-01-24.
  160. ^ Kevin Duffy; Philippe Vigier (2004). "Oracle Rdb Status and Direction" (PDF). Retrieved 2021-01-24.
  161. ^ Larry Goelz; John Paladino (1999-05-31). "Cover Letter re DSM". Compq. Retrieved 2021-01-24.
  162. ^ Neil Rieck (2020-06-29). "OpenmVMS Notes MySQL and MariaDB". Retrieved 2021-01-24.
  163. ^ Bengt Gunne (2017). "Mimer SQL on OpenVMS Present and Future" (PDF). Retrieved 2021-01-24.
  164. ^ "Rocket Software System 1032". Rocket Software. Retrieved 2021-01-24.
  165. ^ "VSI OpenVMS Guide to System Security" (PDF). VSI. December 2019. Retrieved 2021-04-26.
  166. ^ National Computer Security Center (NCSC) Trusted Product Evaluation List (TPEL)
  167. ^ "OpenVMS Guide to System Security - Appendix C".
  168. ^ Green, James L.; Sisson, Patricia L. (June 1989). "The "Father Christmas" Worm" (PDF). 12th National Computer Security Conference Proceedings. Retrieved November 23, 2015.
  169. ^ Kevin Rich (November 2004). "Security Audit on OpenVMS: An Internal Auditor's Perspective". SANS Institute. Retrieved 2021-07-21.
  170. ^ Claes Nyberg; Christer Oberg; James Tusini (2011-01-20). "DEFCON 16: Hacking OpenVMS". Retrieved 2021-07-21.
  171. ^ Stoll, Clifford (1989). The cuckoo's egg : tracking a spy through the maze of computer espionage (1st ed.). New York: Doubleday. ISBN 0-385-24946-2.
  172. ^ On the internal workings of the CTRL-Y mechanism, see: OpenVMS AXP Internals and Data Structures, Version 1.5, sections 30.6.5.1 (CTRL/Y Processing) and 30.6.5.4 (CONTINUE Command) at pp. 1074–1076.
  173. ^ John Leyden (2018-02-06). "Ghost in the DCL shell: OpenVMS, touted as ultra reliable, had a local root hole for 30 years". theregister.com. Retrieved 2021-01-13.
  174. ^ "VAX-11 RSX Software Product Description" (PDF). Digital. September 1985. Retrieved 2020-12-31.
  175. ^ "a simple question: what the h*ll is MCR?". Newsgroupcomp.os.vms. 2004-09-14. Retrieved 2020-12-31.
  176. ^ "Software Product Description VAX-11 RSX, Version 1.0" (PDF). Digital. October 1984. Retrieved 2021-09-20.
  177. ^ "VAX-11 RTEM RELEASE NOTES". Digital. July 1986. Retrieved 2021-01-19.
  178. ^ Digital Equipment Corporation (1994). Software Product Description - POSIX for OpenVMS 2.0.
  179. ^ "OpenVMS Alpha Version 7.3-1 New Features and Documentation Overview Begin Index". June 2002.
  180. ^ "VSI Products - GNV". VSI. Retrieved 2020-08-19.
  181. ^ "ϕnix: a Unix emulator for VAX/VMS" (PDF). 1987-08-10. Archived from the original (PDF) on 2004-01-22.
  182. ^ "DEC SoftPC User's Guide for the VMS Operating System". Digital. May 1993. Retrieved 2021-01-01.
  183. ^ "Software Product Description DEC Softwindows/SoftPC for OpenVMS AXP, Version 5.0". Digital. November 1994. Retrieved 2021-01-01.
  184. ^ "OpenVMS Alpha V7.2-1 Release Notes". odl.sysworks.biz. January 1999. Retrieved 2021-01-01.
  185. ^ Gene Cronin, Terence P. Sherlock (2000). COM Beyond Microsoft: Designing and Implementing COM Servers on Compaq Platforms. ISBN 1555582265.
  186. ^ "OpenVMS Ports". de.openvms.org. Retrieved 2021-02-09.
  187. ^ "vms-ports". Retrieved 2020-08-20.
  188. ^ "GNU for VMS". Retrieved 2020-08-20.
  189. ^ "Compaq and DECUS expand Free License OpenVMS Hobbyist Program". Compaq. 1999-03-10. Retrieved 2021-08-01.
  190. ^ "Hobbyist Program". Process Software. Retrieved 2020-04-24.
  191. ^ Bill Pedersen; John Malmberg. "VMS Hardware". vms-ports. Retrieved 2021-07-30.
  192. ^ "HPE sets end date for hobbyist licenses for OpenVMS".
  193. ^ "VMS Software Announces Community License". VSI. 2020-04-22. Retrieved 2021-05-04.
  194. ^ "VMS Software Community License Available". VSI. 2020-07-28. Retrieved 2021-05-04.
  195. ^ "VSI Announces Community License Updates". VSI. 2020-06-11. Retrieved 2021-05-04.
  196. ^ Catherine Richardson; Terry Morris; Rockie Morgan; Reid Brown; Donna Meikle (March 1987). "MICA Software Business Plan" (PDF). Bitsavers. Retrieved 2021-01-04.
  197. ^ Zachary, G. Pascal (2014). Showstopper!: The Breakneck Race to Create Windows NT and the Next Generation at Microsoft. Open Road Media. ISBN 978-1-4804-9484-8. Retrieved 2021-01-04.
  198. ^ Mark Russinovich (1998-10-30). "Windows NT and VMS: The Rest of the Story". ITPro Today. Retrieved 2021-01-04.
  199. ^ "OpenVMS on IA-32 ?".
  200. ^ "FreeVMS official web page". Archived from the original on September 8, 2018.
  201. ^ Wiecek, Cheryl A.; Kaler, Christopher G.; Fiorelli, Stephen; Davenport, Jr., William C.; Chen, Robert C. (April 1992). "A Model and Prototype of VMS Using the Mach 3.0 Kernel". Proceedings of the USENIX Workshop on Micro-Kernels and Other Kernel Architectures: 187–203. Retrieved 20 September 2021.

Further reading[]

  • Getting Started with OpenVMS, Michael D. Duffy, ISBN 1-55558-279-6
  • Introduction to OpenVMS, 5th Edition, Lesley Ogilvie Rice, ISBN 1-55558-194-3
  • Ruth Goldenberg; Saro Saravanan (1994). OpenVMS AXP Internals and Data Structures: Version 1.5. Digital Press. ISBN 978-1555581206.
  • OpenVMS Alpha Internals and Data Structures: Memory Management, Ruth Goldenberg, ISBN 1-55558-159-5
  • OpenVMS Alpha Internals and Data Structures : Scheduling and Process Control : Version 7.0, Ruth Goldenberg, Saro Saravanan, Denise Dumas, ISBN 1-55558-156-0
  • VAX/VMS Internals and Data Structures: Version 5.2 ("IDSM"), Ruth Goldenberg, Saro Saravanan, Denise Dumas, ISBN 1-55558-059-9
  • Writing Real Programs in DCL, second edition, Stephen Hoffman, Paul Anagnostopoulos, ISBN 1-55558-191-9
  • Writing OpenVMS Alpha Device Drivers in C, Margie Sherlock, Leonard Szubowicz, ISBN 1-55558-133-1
  • OpenVMS Performance Management, Joginder Sethi, ISBN 1-55558-126-9
  • Getting Started with OpenVMS System Management, 2nd Edition, David Donald Miller, Stephen Hoffman, Lawrence Baldwin, ISBN 1-55558-243-5
  • The OpenVMS User's Guide, Second Edition, Patrick Holmay, ISBN 1-55558-203-6
  • Using DECwindows Motif for OpenVMS, Margie Sherlock, ISBN 1-55558-114-5
  • Wayne Sewell (1992). Inside VMS: The System Manager's and System Programmer's Guide to VMS Internals. Van Nostrand Reinhold. ISBN 0-442-00474-5.
  • The hitchhiker's guide to VMS : an unsupported-undocumented-can-go-away-at-any-time feature of VMS, Bruce Ellis, ISBN 1-878956-00-0
  • Roland Hughes (December 2006). The Minimum You Need to Know to Be an OpenVMS Application Developer. ISBN 978-0-9770866-0-3.

External links[]

Retrieved from ""