OpenVMS: Difference between revisions

From Smithnet Wiki
Jump to navigation Jump to search
Line 10: Line 10:


=== VirtualBox ===
=== VirtualBox ===
Requires XSAVE instruction. On Windows:
* Device Security -> Core Isolation Details -> Memory Integrity OFF


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

Revision as of 08:22, 9 February 2025

Information

Installation

Obtain a community license from here.

VirtualBox

Requires XSAVE instruction. On Windows:

  • Device Security -> Core Isolation Details -> Memory Integrity OFF

Configure a new VM:

  • 8 GB RAM
  • OS: Other/Unknown (64-bit)
  • System -> Motherboard -> Chipset: ICH9
    • Enable I/O APIC
    • Enable EFI
  • Storage Controller: AHCI (SATA)
    • Copy files into VM folder:
      • community.vmdk (small text file descripor)
      • community-flat.vmdk
    • Add hard disk from community.vmdk file
  • Network: Host-only Adapter
    • Advanced -> Adaper Type: Intel PRO/1000 MT Server
  • Enable Serial port
  • Port Mode: TCP
    • Unckeck Connect to existing pipe/socket
    • Add a port, eg 2023

Other

Convert image file:

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

Default redentials:

  • SYSTEM / alphabits000000

Sys Admin