After adding disk space to the Storage partition of the LCM appliance using https://knowledge.broadcom.com/external/article/345999, the autogrow-disk script does not expand the partition.
After running the script, the command df -h
shows the pervious disk size.
When manually running /etc/bootstrap/everyboot.d/20-autogrow-disk
to expand the /storage partition, the output of the script shows an error for the resize of /storage-storage_0:
"resize2fs: Permission denied to resize filesystem"
Aria Suite Lifecycle 8.x
There is a service or process that is still accessing the filesystem
Stop the services or processes that are using the filesystem and run the autogrow-disk script again.
fuser -v -m /dev/mapper/storage-storage_0
service vrlcm-server stop
service blackstone-spring stop
service vpostgres stop
service cap-workflow-engine stop
service cap-appliance-management stop
/etc/bootstrap/everyboot.d/20-autogrow-disk
df -h
reboot