Tag: VAMI

  • How to Increase Disk and Volume Size on a VMware Virtual Appliance

    by

    in

    Should you find that you’re running low on disk space on one of your volumes, SSH into the appliance and run the following commands: shell.set –enabled true (to enable shell access if not already enabled) df -h (to determine which volume is running low in disk space) Increase the disk size vpxd_servicecfg storage lvm autogrow…