I need to export a vm from proxmox and use it on another platform in closed environment, so there is a way to export vm from proxmox and convert it into iso file?
I need to export a vm from proxmox and use it on another platform in closed environment, so there is a way to export vm from proxmox and convert it into iso file?
iso is not a virtual machine storage format, it was build for CDROM and is something totally different.
Most general way to archieve this (you have not provided any addition information) is to create a backup, unpack the backup file and convert it to a format the destination environment supports with qemu-img.