Questions tagged [openvms]

OpenVMS (Open Virtual Memory System[2]), early versions known as VAX-11/VMS, VAX/VMS or (informally) VMS, is an operating system that runs on VAX, Alpha and Itanium-based families of computers, from 1 MHz single core systems to high-end clustered servers.

Contrary to what its name may suggest today, OpenVMS is not open source software. The term "open-source software" came into being after DEC re-branded VMS as OpenVMS. Open being the standards it meets that are approved in an "open" process. The source listings are available for purchase.

OpenVMS commercialized many features that are now considered standard requirements for any high-end server operating system. These include:

  • Integrated computer networking (originally DECnet and later, TCP/IP)
  • Symmetrical, asymmetrical, and NUMA multiprocessing, including clustering
  • A distributed file system (Files-11)
  • Integrated database features such as RMS and layered databases including Rdb
  • Support for multiple computer programming languages
  • A standardized interoperability mechanism for calls between different programming languages
  • An extensible shell command language (DIGITAL Command Language)
  • Hardware partitioning of multiprocessors
  • High level of security

The OpenVMS operating documentation for various recent releases and for various core OpenVMS layered products is available online at the HP website http://www.hp.com/go/openvms/doc/.

Software Product Description (SPD) documents for many OpenVMS-related products (and for OpenVMS itself) are available at http://h18000.www1.hp.com/info/spd/. SPDs are introductory and legal descriptions of various products, listing the various supported capabilities and product features.

The OpenVMS Frequently Asked Questions (FAQ) contains information and pointers associated with OpenVMS, and is available in various formats at http://www.hoffmanlabs.org/vmsfaq/.

http://en.wikipedia.org/wiki/OpenVMS

As of 2014 VMS Software Inc. maintains and developers OpenVMS. http://vmssoftware.com

17 questions
9
votes
1 answer

Is there an OpenVMS EDT keypad plugin for gedit?

Is there a OpenVMS EDT keypad (layout) plugin for gedit?
7
votes
1 answer

OpenVMS 6.1 - kill process by PID

How do I find the Process Identification Number(PID) and how to delete the PID. I have tried "Show Process /all" but it will show only my process. I have administrative privileges.
5
votes
3 answers

In OpenVMS, how can I see where a command is coming from - like "which" in NIX

If I have a command dosomething in OpenVMS, where can I see where it is coming from (Location of script/exe - how it is defined if it is a different kind of animal)
4
votes
2 answers

How to identify extra OpenVMS terminal sessions and then terminate them?

OpenVMS DCL command shows that I have three session active. $ show users OpenVMS User Processes at 12-OCT-2014 20:44:29.57 Total number of users = 3, number of processes = 6 Username Node Interactive Subprocess Batch CWHII ROSIE …
3
votes
1 answer

How to unpack an OpenVMS tape image?

I have a file that seems to have come from a DECUS tape on an OpenVMS system by way of non-VMS systems using FTP which means that VMS specific file attributes have likely been lost on the way. The contents refers to a backup file name but it is not…
3
votes
1 answer

OpenVMS packaged on a thumb drive?

I am looking for OpenVMS distribution on a thumb drive for a PC. I image it would be a Linux system that automagicly starts a VAX simulator then boots OpenVMS on that. Either it would run live off of the thumb drive or it would install to the…
2
votes
0 answers

Serial TTA0: connection to Virtual machine | Weird characters and no input

I have setup a serial TTA0: connection to an OpenVMS Emulator running in virtual windows. The console serial port is configured as follows: TTA0.type="socket" TTA0.port=":20000" TTA0.stop_process="no" TTA0.command="putty -raw -P 20000…
2
votes
1 answer

unable to boot openvms on as1200

When trying to boot openvms 8.3 from CD on a alphaserver 1200 from the SRM console I get this output, nothing else happens. P00>>>boot dka100 (boot dka100.1.0.1.1) block 0 of dka100.1.0.1.1 is a valid boot block reading 15 blocks from…
jgr
2
votes
2 answers

vim in OpenVms, backspace not working

I am telnet using OpenVms and there was no vim by default. I have to port a vim into OpenVms by myself. I don't have control of the machine itself. I downloaded a copy of vim72 for OpenVms and unzip it to a directory, then define symbol to link to…
1
vote
1 answer

Delete files on OpenVMS 7.2 from live environment?

I am responsible for getting a machine working that is running OpenVMS 7.2-1, but currently it's hard drive is full such that errors are caused during boot when various services try to create log files. My thought to fix this was to delete some…
1
vote
2 answers

How do I use FileZilla to transfer only the latest version of a file when copying from OpenVMS?

I'm using FileZilla to copy a directory from an OpenVMS system to my local PC. When the files arrive, all versions of each file are copied and the names have the version number appended to them as an extension. This isn't quite what we want; is…
Brian Hooper
  • 1,987
1
vote
2 answers

How to burn an .img file under Linux?

I have an .img file, where file reports this: Files-11 On-Disk Structure Level 2 (ODS-2 OpenVMS file system) How do I burn that onto CD? The image is 621MB in size, so it should fit on a CD just fine. And I'd like to burn that under Linux.
polemon
  • 2,899
1
vote
1 answer

Rexec with X11 forwarding - how can I do this on a Mac?

I'm able to connect using Rexec with X11 forwarding from a Windows PC using Mocha, however I need to find a method of achieving the same from a Mac. I doubt it makes any difference, but the remote host runs VMS. Can anyone offer any pointers to get…
user5024
1
vote
1 answer

How does one set keypad mode for jed editor with EDT Emulation?

How does one switch between command line and keypad modes when using the jed editor with EDT emulation? OpenVMS User's Manual states that when using the EDT editor if the user wants to control EDT using the keypad, the mode needs to be set for…
0
votes
1 answer

Limit log size for OPENVMS FTP Server

is there a way to control log file size on the openvms ftp server?
1
2