Avaya Aura® Web Gateway requires a specific disk layout that includes several disk partitions and logical volumes. Use this procedure to create appropriate disk partitioning.
If you are deploying Avaya Aura® Web Gateway in a virtual AWS environment that uses c5, c5a or c5n instances, run the following command to determine the name and size of each volume in your deployment:
lsblk
The following is an example of the command output:
[aawgadmin ~]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
nvme3n1 259:0 0 20G 0 disk
nvme2n1 259:1 0 60G 0 disk
nvme1n1 259:2 0 10G 0 disk
nvme0n1 259:3 0 42G 0 disk
-nvme0n1p1 259:4 0 42G 0 part /
-nvme0n1p128 259:5 0 1M 0 part
In this example, the RHEL volumes have the following names and sizes:
/dev/nvme0n1: 42 Gb
/dev/nvme1n1: 10 Gb
/dev/nvme2n1: 60 Gb
/dev/nvme3n1: 20 Gb
Depending on your virtual environment, do one of the following to create the required physical volumes and volume groups for these volumes:
In a VMware virtual environment, run the following commands: