VMware vCenter VCSA /storage/log filesystem out of disk space: Difference between revisions

From roonics
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
test
If you login to your VCSA and find you are faced with the these images:


[[File:vcsa-error.png|500px]]
[[File:vcsa-health.png|500px]]
This normally means that the /storage/log folder has consumed all of it's disk space, you can confirm this by connecting to the VCSA via SSH and running:
<pre>df -h</pre>
You will then probably see the /storage/log folder is 100% use.
However this can be easily fixed by following the steps below.
* In vCenter edit the settings of the VCSA
* Increase the disk space of Disk 5
* SSH To the VCSA and run:
<pre>vpxd_servicecfg storage lvm autogrow</pre>
This will now grow the /storage/log folder in to the space you have added to the disk




Line 10: Line 28:
[[Category:vcenter]]
[[Category:vcenter]]
[[Category:vcsa]]
[[Category:vcsa]]
‎<comments />

Latest revision as of 10:07, 20 March 2022

If you login to your VCSA and find you are faced with the these images:

This normally means that the /storage/log folder has consumed all of it's disk space, you can confirm this by connecting to the VCSA via SSH and running:

df -h

You will then probably see the /storage/log folder is 100% use.

However this can be easily fixed by following the steps below.

  • In vCenter edit the settings of the VCSA
  • Increase the disk space of Disk 5
  • SSH To the VCSA and run:
vpxd_servicecfg storage lvm autogrow

This will now grow the /storage/log folder in to the space you have added to the disk ‎<comments />