Use this procedure to prepare the setup for software-only deployments.
Before you begin
Create an RHEL instance with required resources and do the following:
Ensure that the system is configured with RHEL 8 yum repository.
For information about configuring the yum repository, see Red Hat documentation.
Important:
Avaya recommends installing only required RPMs to the system for security and stability. Do not install complete Red Hat system.
In a software-only installation, the customer installs the Red Hat provided RPM updates. To avoid possible issues or incompatibilities with new RPMs, check the list of tested RPMs and follow the instructions in the PSN020558u that Avaya publishes periodically on the Avaya Support website.
Ensure that the network interface naming convention is configured to old network scheme names.
WebLM requires old network scheme eth0.
Note:
If you do not configure the old network scheme names, the deployment fails.
For more information about creating RHEL instance, see the Red Hat documentation.
For more information about the required resources, see Supported footprints information for respective environments.
Procedure
Log in to the RHEL instance as a default user and switch to the root account. To create a directory, run the following command:
mkdir /var/installer
Download the Avaya Aura® application ISO to the RHEL instance.
To mount the ISO, run the following command:
mount -o loop AvayaAuraWebLM_10.1.2.x.x-xxxxx_xx.iso /mnt
To copy the ISO content to the directory, run the following command:
cp -rvf /mnt/* /var/installer
Run the following command to unmount the /mnt directory:
umount /mnt
Go to vim /etc/profile, and enter the following command to set Java_home:
export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk
export PATH=$JAVA_HOME/bin:$PATH
Delete the downloaded ISO file.
To install dependencies, run the following command: