A 6.0 External PSC reports /storage/log 95% full. vDisk 5 for the PSC is 5GB
The workaround KBA 2143565 shows the default max files size as 100MB times 10 backups times 10 for the perflog. 100MB x 10 x 10 = apx 10GB (unofficial calculation). The workaround s 50MBx5x3.
If you want to keep the extra logs for support reasons, extend disk 5 to say 11GB, but the vpxd_servicecfg storage lvm autogrow command errors out. bash: vpxd_servicecfg: command not found
The command to extend works on a VCSA, but not an external PSC. If you are 6.0u2a, there is an official command to run lvm_cfg.sh as long as you chmod +x the script.
VCSA 6.0 U2 – build 3634793 – March 15th, 2016
http://buildvirtual.net/increasing-allocated-disk-space-for-an-external-platform-services-controller/ points out an unofficial way to expand the disk.
df -h | grep /dev/mapper/log_vg-log
extend disk 5 from 5gb to 7gb
rescan-scsi-bus.sh -w –forcerescan
pvresize /dev/sde
lvresize –resizefs -l +100%FREE /dev/mapper/log_vg-log
VCSA 6.0 U2a – build 4541947 – Nov 22nd, 2016
http://pubs.vmware.com/Release_Notes/en/vsphere/60/vsphere-vcenter-server-60u2a-release-notes.html notes “The disk size on a Platform Services Controller appliance cannot be increased as the vpxd_servicecfg script does not exist”
psc2:/ # /usr/lib/applmgmt/support/scripts/lvm_cfg.sh storage lvm autogrow
bash: /usr/lib/applmgmt/support/scripts/lvm_cfg.sh: Permission denied
cd /usr/lib/applmgmt/support/scripts/
chmod +x lvm_cfg.sh
./lvm_cfg.sh storage lvm autogrow
Command executed successfully