OpenVMS: Difference between revisions

From Smithnet Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:


General information at this [https://wiki.vmssoftware.com/Main_Page Wiki].
* [https://wiki.vmssoftware.com/Main_Page Wiki]
* [https://forum.vmssoftware.com/ Forum]


== Installation ==
== Installation ==
Line 6: Line 7:
Obtain a community licnese from [https://vmssoftware.com/community/community-license/ here].
Obtain a community licnese from [https://vmssoftware.com/community/community-license/ here].


Install the file image into VirtualBox.
Configure a new VM:
* 8 GB RAM
* OS: Other/Unknown (64-bit)
 
Copy files into VM folder:
* community.vmdk (small text file descripor)
* community-flat.vmdk
* System -> Motherboard -> Chipset: ICH9
* Enable I/O APIC
* Enable EFI
* Storage Controller: AHCI (SATA)
** Add hard disk from community.vmdk file


Convert image file:
Convert image file:

Revision as of 15:47, 8 February 2025

Installation

Obtain a community licnese from here.

Configure a new VM:

  • 8 GB RAM
  • OS: Other/Unknown (64-bit)

Copy files into VM folder:

  • community.vmdk (small text file descripor)
  • community-flat.vmdk
  • System -> Motherboard -> Chipset: ICH9
  • Enable I/O APIC
  • Enable EFI
  • Storage Controller: AHCI (SATA)
    • Add hard disk from community.vmdk file

Convert image file:

qemu-img convert -O qcow2 X86_V923-community.vmdk X86_V923-community.qcow2

Sys Admin