Please enable Javascript for better experience...
VCSA 6.0 failed to stage for patch update and failed to connect after reboot also
By Jitendra | Nov 26, 2017 | In Articles | Update: Nov 26, 2017 | Total Views [ 6776 ]
(2 Like)
Rate

The article involes the soluiton from Vmware KB and some triks and tips too.

VCSA 6.0 failed to start its services and failed to update also.

Reason behind the above situation is because of the root partition becomes out of space due to audit logs size increased.

How to overcome the situation.

You need to identify the partition size and the vmdk which points to your root partiion. from the command below

There is two way to overcome the partition full situation.

1. Remove the audit logs /var/logs/audit/audit.log  or make some free space on root (/) volume.

2. expand the root partition size by following the below commands.

Follow the below commands to expand the root volume which will solve your issue in a quick method.

Increase the vmdk size of the root partition first and then run the below command.


#fdisk /dev/sda
>d
>3
>n
P
>3
>a
>w
#reboot
#resize2fs /dev/sda3

Ask more question in comment and share it with others as well. Thanks and Best of Luck!!!!

Share this

About the Author

Jitendra
Jitendra
Contributer VMwareDiary.com

User's Comments


 
Please SignUp/Login to comment...

Or comment as anonymous...
* Name
* Email ID
Comment