# df -h Filesystem Size Used Avail Use% Mounted on udev 24G 0 24G 0% /dev tmpfs 4.8G 7.4M 4.8G 1% /run /dev/sda2 11G 8.6G 1.2G 80% / tmpfs 24G 54M 24G 1% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 24G 0 24G 0% /sys/fs/cgroup /dev/sda1 944M 9.4M 870M 2% /boot /dev/mapper/nsx-config__bak 29G 72M 28G 1% /config /dev/mapper/nsx-var+log 27G 11G 16G 41% /var/log /dev/mapper/nsx-var+dump 9.4G 37M 8.8G 1% /var/dump /dev/mapper/nsx-repository 31G 15G 15G 50% /repository /dev/mapper/nsx-tmp 3.7G 17M 3.5G 1% /tmp /dev/mapper/nsx-image 42G 11G 29G 28% /image tmpfs 4.8G 0 4.8G 0% /run/user/1007 tmpfs 4.8G 0 4.8G 0% /run/user/0
To find the directories which are consuming the most space in the /opt/vmware partition, in our case as below we can see it is /opt/vmware/nsx-jar-repository
# du -h --max-depth=1 /opt/vmware | sort -hr 4.9G /opt/vmware 848M /opt/vmware/nsx-jar-repository 531M /opt/vmware/gm-tomcat 436M /opt/vmware/proton-tomcat 326M /opt/vmware/upgrade-coordinator-tomcat 307M /opt/vmware/cross-cloud-upgrade-coordinator-tomcat 301M /opt/vmware/migration-coordinator-tomcat [...]
Before VMware NSX-T Data Center 3.2.3, the disk space usage of the "/" partition is by default close to the 80% threshold.
This issue is resolved from VMware NSX-T Data Center 3.2.3 and VMware NSX 4.1.0.
Note: The deletion of the *.jar files is safe on non-Federated Local Managers.
Note: In Federation environments, the Global Manager appliance directory /nonconfig does not have a mapping to a partition and therefore uses the root partition.