Proxmox basic questions about installation

OpenVMS virtualization: OpenVMS on VirtualBox, VMWare, Hyper-V, KVM, and more.
Post Reply

Topic author
drossbach
Visitor
Posts: 1
Joined: Thu Aug 29, 2024 3:23 pm
Reputation: 0
Status: Offline

Proxmox basic questions about installation

Post by drossbach » Mon Sep 02, 2024 2:24 pm

I am playing arround with the X68 community version. After download the vmdx files I got the system up and running on a Vmware workstation 17.x. Next step should be to see, how it runs on a Proxmox VE. I got the VMDK files transfered, converted and loaded, the .conf updated, following the hints in this forum, but when it comes to connect to the system console/boot manager via Telnet, i am stuck.
What do I have to do? A step by step tutorial would bve perfect. I have systems with telnet installed on Windows 10, Debian 12, and Alpha VMS 8.2, but that's it ... AndyesI get a console message to access the system console via Telnet.
So. what's next?
Any help is highly appreciated.

(Home Assistant, DebMatic, Debian and Windows host run fine and smooth on my PVEserver)

Dieter


reinhardtjh
Valued Contributor
Posts: 68
Joined: Sun Feb 23, 2020 7:49 am
Reputation: 0
Location: Fort Worth, TX USA
Status: Offline

Re: Proxmox basic questions about installation

Post by reinhardtjh » Mon Sep 02, 2024 2:45 pm

I have an x86 V9.2-2 running in a Proxmox VE 8.2.2 host. I was not able to get the CLP VMDK to work - kept getting an error (I forget what now) so fell back to using the previous install ISO.

I tried for along time to get a telnet port to work with PE but failed there, too. I use the console on the PE Web interface long enough to get ssh going the, use a terminal emulator to connect. I went between 2 or 3 sites that had information on the telnet connection, but found it very obtuse. Since then I have not had time to try again, but I intend to figure it out. I also have an x86 OpenVMS running on ESXi and the telnet to console works nicely there.
Last edited by reinhardtjh on Mon Sep 02, 2024 2:45 pm, edited 1 time in total.
John H. Reinhardt
VMS user since 1981


hajo
Newbie
Posts: 3
Joined: Wed Apr 03, 2024 3:22 pm
Reputation: 0
Location: Germany
Status: Offline

Re: Proxmox basic questions about installation

Post by hajo » Wed Sep 04, 2024 6:27 am

Hallo Dieter,

I'm running vms under proxmox (8.2.4) for a while without trouble :-) beside the switch to a new qemu version and the need to modify the .conf file to reflect the switch of passing args (args: -machine hpet=off).

I assume that your VM starts without problems. Now you have to connect with a noVNC console to the graphical output of your vms machine. Just type 'b' to boot your vms instance and from this point, you can connect via the 'serial' console (defined at proxmox -> Hardware -> serial port) to the system.

Good luck

Hans-Joachim
MicroRSX-11/VMS user/admin since end of 80s retired


reinhardtjh
Valued Contributor
Posts: 68
Joined: Sun Feb 23, 2020 7:49 am
Reputation: 0
Location: Fort Worth, TX USA
Status: Offline

Re: Proxmox basic questions about installation

Post by reinhardtjh » Wed Sep 04, 2024 1:04 pm

hajo wrote:
Wed Sep 04, 2024 6:27 am
you can connect via the 'serial' console (defined at proxmox -> Hardware -> serial port) to the system.
At least for me, that is the problem. Serial port (serial0) is defined as "socket". ProxMox is wanting something ese in the config file and getting that part has been the problem.
John H. Reinhardt
VMS user since 1981


hajo
Newbie
Posts: 3
Joined: Wed Apr 03, 2024 3:22 pm
Reputation: 0
Location: Germany
Status: Offline

Re: Proxmox basic questions about installation

Post by hajo » Thu Sep 05, 2024 4:51 am

Hello John,

as far as I remember me (I set up the vms VM some months ago, and I'm over 65 :-) ) I've just added the serial port to the VM as socket.
I set my VM as autobooting vms using the graphical console, and can connect to the running VM via the console tab selecting xterm.js terminal.

Hope this helps.

Hans-Joachim
MicroRSX-11/VMS user/admin since end of 80s retired


bit0mike
Visitor
Posts: 1
Joined: Sat Sep 07, 2024 1:27 am
Reputation: 0
Status: Offline

Re: Proxmox basic questions about installation

Post by bit0mike » Sat Sep 07, 2024 1:32 am

Another option is to ssh into your Proxmox system and use

qm terminal xxx

where xxx is the 3-digit VM ID. You probably have to be root.

Post Reply