After increasing the size of the logs disk (/dev/sdc) of a Aria Automation/Orchestrator Appliance, and running "vracli disk-mgr resize", the Operating System doesn't show the new space.
Running "vracli disk-mgr" or "df" commands still displays the old overall size.
In the "/var/log/disk_resize.log" file, you see entries similar to:
This is caused by an invalid logical volume name used while resizing the file system.
Resolution
SSH to the appliance.
Run the command: "vracli disk-mgr resize".
NOTE: The resize procedure will start in up to a minute. Progress could be monitored in the /var/log/disk_resize.log. It is expected to fail while resizing file system for logs disk.
3.Run the below command to resize the "/dev/sdc" partition
/usr/sbin/resize2fs /dev/mapper/logs_vg-log
4. To see if the new disk space is visible, run the command: