/var/log/ is high./var/log/ run the following commands.cd /var/log/du -csxh * | sort -rh --> This will sort and display the files/folders consuming more space.
OR
find -size +10M -print --> This will display the files that are consuming more than 10M space under /var/log/ directory
frr.log in /var/log/ directory is consuming more space
VMware NSX 4.0.x - 4.1.x
VMware NSX 4.2.0 - 4.2.1.2
This issue is resolved in VMware NSX 4.2.1.3 and later versions of NSX, available at Broadcom downloads.
If you are having difficulty finding and downloading software, please review the Download Broadcom products and software KB.
Follow the steps to ensure that log rotate for FRR is properly configured.
frr.txt file attached to this KBputty/ssh.st encd /etc/logrotate.d/ vi frr and press i key to enter into insert mode.frr.txt file that you downloaded from this KB. Esc key:wq! and exit.frr, run the commands below
chown root:root frr
chmod 644 frr-rw-r--r-- 1 root root 973 Oct 25 2018 frr
/var/log/frr/frr.log file(s) every hour./var/log/ is 100% due to frr.log file occupying high space, the log rotation script will not work.> /var/log/frr/frr.log/var/log/frr.log