So, we undertook the task of figuring out how to deploy the new vHMC version 11 on Proxmox and the IBM instructions for KVM deployment are of no help for this endeavor. After downloading the ~6.8GB IBM vHMC tar.gz file, you'll need to unzip to a folder, resulting in a nearly 13GB .tar file. Don't try to expand this file unless you have about 510GB (yes, gigabytes) of extra disk space on your PC. If you DO have that extra space, the .tar file expands into a 500GB disk1.img file and four other files (see image below)
In our case, we needed a "bridge" to park the expanded tar archive so we elected to use a NAS storage device that supported both SMB/CIFS as well as NFS 4.x.
Then, on the Proxmox server we mounted the shared folder as an NFS mount on the Proxmox server (see image below) which created three subfolders: images, import, and template . After mounting the shared folder on the NAS to the PC and using an archive extraction tool we unzipped the files to the shared folder's subfolder named IMPORT.
Now, we will use the QM IMPORTDISK command to convert the disk1.img file into a Proxmox QEMU disk image file.
Select the Proxmox server node you want to use for the import, click on >SHELL to get a command line, and navigate to the mounted NFS share:
cd /mnt/pve/vz/INSERT_NFS_NAME_HERE/import
If you do a ls -la command you will see the files extracted from the .tar file
qm importdisk VMID /LOCATION_OF_img_FILE/disk1.img TargetStorageName
In our example the command is as follows, which places the converted .img file onto our internal ZFS storage array:
qm importdisk 101 /mnt/pve/synnas01/import/disk1.img pxmxsvr1ZFS
***(remember, do NOT leave the SHELL environment until the import is COMPLETE or it will abort the command)***
Once these items are modified as necessary, there is one more order of business to tend to: adjusting the BOOT ORDER of the devices so that the VM will boot when you start it.
Navigate to Options -> Boot Order, and check the box for Enabled next to the scsi0 disk, then grab the hamburger menu next to the #3 and drag the scsi0 device to the top of the boot order list. Then click OK.
Your mouse will NOT work on the two initial setup questions that pop up, you will need to use the keyboard arrow keys and the TAB key.
*note: network changes will not take effect until the vHMC is rebooted.
RSS Feed