Find answers to your technical questions and learn how to use our products
Search suggestions:
Find answers to your technical questions and learn how to use our products
Search suggestions:
You can deploy System Manager on ASP R6.0.x (KVM on RHEL 8.10) using Cockpit. System Manager provides a KVM OVA that contains a qcow2 file.
Install ASP R6.0.x (KVM on RHEL 8.10).
For more information, see Installing the Avaya Solutions Platform 130 Series at https://support.avaya.com/css/public/documents/101091802.
Download the System Manager KVM image from PLDS to your computer.
Login to the ASP R6.0.x CLI with custadm credentials.
Ensure that the staging folder exist: /var/lib/libvirt/staging.
sudo ls -ld /var/lib/libvirt/staging
Ensure to remove the older images from the staging folder.
Ensure sufficient space is available in the staging folder to copy the KVM image.
sudo mkdir /var/lib/libvirt/staging
sudo chown custadm:wheel /var/lib/libvirt/staging
drwxr-x---. 2 custadm wheel 6 Oct 23 14:32 /var/lib/libvirt/staging
Copy the System Manager KVM image to the ASP R6.0.x host in /var/lib/libvirt/staging using the winscp tool and custadm credentials.
Ensure you are logged into the CLI. If not, login to the ASP R6.0.x CLI with custadm credentials.
Run the following command to verify the System Manager KVM image available in the staging folder: sudo ls -lr /var/lib/libvirt/staging
Go to /var/lib/libvirt/staging folder, and run the following command to extract the ova file: sudo tar --xvf SMGR-10.2.0.0.439670-KVM-4E.ova
KVM OVA file extracts the following files:
SMGR-10.2.0.0.439670-KVM-4E.ovf
SMGR-10.2.0.0.439670-KVM-4E.mf
README.txt
SMGR-installer.sh
SMGR-installer.py
SMGR-10.2.0.0.439670-KVM-4E-disk.qcow2
The extracted qcow2 images are in thin provision format. The qcow2 images MUST be converted to thick provision.
sudo qemu-img convert -O qcow2 -o preallocation=full SMGR- 10.2.0.0.439670-KVM-4E-disk.qcow2 SMGR-10.2.0.0.439670-KVM-4E-THICKdisk.qcow2
sudo qemu-img info SMGR-10.2.0.0.439670-KVM-4E-THICKdisk.qcow2 should show disk size 170 GB
Based on the profile, the disk file changes
P2 = 170GB
P3 = 270GB
P4 = 850GB
sudo cp SMGR-10.2.0.0.439670-KVM-4E-THICKdisk.qcow2 /var/lib/libvirt/images
cd /var/lib/libvirt/images
sudo ls –lrt
sudo chown qemu:qemu SMGR-10.2.0.0.439670-KVM-4E-THICKdisk.qcow2
sudo chmod 640 SMGR-10.2.0.0.439670-KVM-4E-THICKdisk.qcow2
cd /var/lib/libvirt/staging
sudo ls -lr
sudo rm *SMGR*
sudo rm *README*
You require administrator access in order to view virtual machines. Administrator access is like root access. Ensure that you take care making updates.
The Limited access button on the top-right of the window changes to Administrative access.
Based on the required footprint, enter a value in the Memory field.
Virtual Machine details page appears.
Under the Disks section, verify the SMGR-10.2.0.0.439670-KVM-4E-THICKdisk.qcow2 disk image size is correctly displayed in the Capacity field.
By default, virtio is selected under the Bus field, and this needs to be modified.
In the Disks section, ensure that scsi appears under the Bus field and directsync appears under the Additional Cache field.
CPU Details window opens.
On first boot of the System Manager virtual machine, configure the System Manager network parameters.