Adding an IP Office KVM virtual machine

Last Updated : Jul 01, 2025 |

About this task

Use this process to use the .qcow2 file as the hard disk of a new IP Office virtual machine.

Before you begin

  • Create the source file for the virtual machine. See Creating an IP Office KVM virtual machine file.

  • Check you have required profile details for the IP Office servers intended role and capacity. See IP Office Server Profiling.

  • Check that the required network bridge has been configured. IP Office servers support two network interfaces configured on separate sub-nets.

Procedure

  1. Using a browser, login to Web Console on the host server.
  2. Click Virtual machines.
  3. Click Import VM.
  4. Add a Name for the virtual machine that identifies its role.
  5. Set the path to the location of the .qcow2 file that you want used as the virtual machines hard disk.
  6. Set the Operating system to Rocky Linux 9 (Blue Onyx)
  7. Set the Memory to match the amount required by the profile for the virtual machines IP Office role. See IP Office Server Profiling.
  8. Click Import and edit.
  9. Click Firmware. Change the setting to UEFI and click Save.
  10. For Autostart, select Run when host boots.
  11. In the Disks section, do the following:
    1. Verify disk capacity based on profile.
    2. Verify Bus = scsi.
    3. Click Edit under Disks.
    4. Change cache from default to directsync.
    5. Click Save.
    6. Verify Capacity, Bus, and Cache.
      Note:

      To increase the disk size (capacity) to match your profile, use the following command to expand the existing disk size:

      sudo qemu-img resize <disk> +<increase>

  12. In the Networking section, check that the virtual machine is associated with the correct bridge.
  13. Do not start the virtual machine at this stage. You should complete all the virtual machine profiling before starting the virtual machine.

Next Steps