vCenter server logs cleanup

 Verify the log file size:

du -a /storage/log | sort -n -r | head -n 20
cd /var/log
rm messages-2022*

No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...