E2E Connectivity: VMware - Resize Policy Manager VM disk Space
Resumen: This article explains offers information about policy manager updating the VM configuration to meet system requirement to update to its latest version (5.18 and above)
Este artículo se aplica a
Este artículo no se aplica a
Este artículo no está vinculado a ningún producto específico.
No se identifican todas las versiones del producto en este artículo.
Instrucciones
Resize VM disk Space
Steps:
- Access the Vcenter and find the VM where you want to expand the hard disk space, CPU core and RAMs as illustrated below.
- Go to Actions -> Power off

- Once Powered off. Go to Actions -> Edit Settings ->
BEFORE:
:
AFTER:
Note: Kindly delete old snapshots to allow the changes in the Hard disk size.
- Click OK
- Power On the VM
- SSH Login to the VM which you increase the HDD, CPU & RAM with root credentials.
- Run the following command to check the updated disk size
lsblk -o NAME,SIZE
How to resize the partition inside the docker
Steps:
- Run the following commands to check the current allocation for each partition:
df -h
- Stop the docker service by running the command systemctl stop docker
- Unmount the docker volume partition by running the command umount /var/lib/docker
- Run the following command to list the block devices and their partition -> lsblk
- Run the following commands in a series of input to resize the partition as highlighted in the below screenshot
- parted
- resize 2 120G
- Ignore
- quit
- Reboot the VM using command -> reboot
- Once reboot successful again SSH login to the Policy Manager VM.
- Run the following command to resize the physical volume.
sudo pvresize /dev/sda2
- Run the following command to allocate the 100% of available physical volume to logical volume for /var/lib/docker
sudo lvextend -r -l +100%FREE /dev/mapper/pmVG-LVvar_lib_docker
- Run the following command to check the updated volume for /var/lib/docker
df -h
- On successful resize of the volume start the docker service by giving the below command
systemctl start docker
- Finally check for the container is up and running successfully and access the web UI as before.
docker ps
Productos afectados
Secure Connect Gateway, Secure Connect Gateway - Virtual EditionPropiedades del artículo
Número del artículo: 000219355
Tipo de artículo: How To
Última modificación: 16 jul 2024
Versión: 5
Encuentre respuestas a sus preguntas de otros usuarios de Dell
Servicios de soporte
Compruebe si el dispositivo está cubierto por los servicios de soporte.