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:
Use this procedure to run a Command Line Interface (CLI) script to create a virtual machine. Verify that you successfully created the virtual machine by logging in to KVM Cockpit to view the list of virtual machines.
Avaya WebLM provides a KVM OVA that contains one qcow2 file:
WebLM-*.qcow2
Always follow A1SC output for deployment of applications on the host(s). There should never be more than one instance of a specific application on the same host.
Deployment of applications MUST be performed one at a time and delete the artifacts prior to deploying the next application.
Solution Deployment Manager and Solution Deployment Manager Client does not support KVM on RHEL 8.10 images for a virtualized environment.
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 Avaya WebLM KVM image from PLDS to your computer.
Login to the ASP R6.0.x CLI with custadm credentials.
Ensure that the staging folder exists:
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
The chown command now allows custadm to write into the staging directory with sudo. For example, the permissions should look as follows:
drwxr-x---. 2 custadm wheel 6 Oct 23 14:32 /var/lib/libvirt/staging
Copy the Avaya WebLM KVM image to the ASP R6.0.x host in /var/lib/libvirt/staging using winscp and custadm credentials.
Ensure you are logged into the ASP R6.0.x CLI. If not, login to the ASP R6.0.x CLI with custadm credentials.
All the commands listed in the below points must be prefaced with sudo:
Run the following command to verify the Avaya WebLM KVM image is 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 WebLM-*.ova
KVM OVA file extracts the following files:
WebLM-*.ovf
WebLM-*.mf
WebLM-*.cert
install_vm.py
ovf.py
WebLM-*.qcow2
sudo cd /var/lib/libvirt/staging
sudo python3 install_vm.py
For more information, see Supported footprint of WebLM on KVM
ASP 6.0.x CLI displays the currently available network interface bridges and select the required bridge for Avaya WebLM.
ASP 6.0.x CLI displays the currently available disk space and the required disk space to deploy Avaya WebLM.
You can type multiple IP's seperated by a comma.
You can type multiple IP or FQDN seperated by a comma.
Do not use user names such as admin, csadmin.
Do not use: initial, admin, csadmin, postgres, root, bin, daemon, adm, sync, dbus, vcsa, ntp, chrony, saslauth, sshd, tcpdump, xfs, rpc, rpcuser, nfsnobody, craft, inads, init, rasaccess, sroot, postgres, smgr, nortel.
Avaya recommends to enable EASG.
Enable: (Recommended)
By enabling Avaya Logins you are granting Avaya access to your system. This is necessary to maximize the performance and value of your Avaya support entitlements, allowing Avaya to resolve product issues in a timely manner.
In addition to enabling the Avaya Logins, this product should be registered with Avaya and technically onboarded for remote connectivity and alarming. Please see the Avaya support site (support.avaya.com/registration) for additional information for registering products and establishing remote access and alarming.
Disable:
By disabling EASG, you are denying Avaya access to the system. This setting is not recommended as it can impact Avaya’s ability to provide support for the product. Unless the customer can manage the product, Avaya Services Logins should not be disabled.
Enter 1 to enable EASG.
Enter 2 to disable EASG.
y: Indicates Avaya WebLM virtual machine is automatically powered-on after deployment.
n: Indicates user has to manually power on the Avaya WebLM virtual machine on KVM cockpit.
y: Avaya WebLM deployment begins.
n: Avaya WebLM deployment cancels.
Once the Avaya WebLM virtual machine is successfully deployed, ASP R6.0.x displays the following message: Domain creation completed. Otherwise, repeat step 2 onwards.
VMs are not visible when in Limited access mode.
The Avaya WebLM is deployed.
If the Power on VM automatically after deploy?: [y/n] field is set to y, the virtual machine starts automatically.
During the first login, change the cust user password.