OpenVMS 9.2-3 Community Edition setup on KVM on Fedora/41
In January 2025, I got the update to the OpenVMS 9.2-3 Community Edition. Actually I got two updates, there was a problem with the first update. This article describes a script that I developed for quicky getting a new or updated disk image for the community edition installed on a KVM host to the point where you can control it from DECnet or SSH. It appears by default the VM will boot up with a DHCP assigned address with SSH enabled. So if you can force the DHCP assigned address, or can easily find out what it is, you can use that for automating the configuration. I want to avoid the password setting dialog, and I need DECnet IV for my home network, and I can not lookup a DHCP address easily to find the IP address. So first I will describe using the first OpenVMS 9.2-3 update which I used for debugging the script. Then I will describe using it again for the second update. It turns out that my previous install using virt-install tool to create the OpenVMS 9.2-2 edition ...