vCenter Appliance /storage/core空间满处理方法
适用范围
- VMware vCenter Server Appliance 8.x
现象
1.vCenter Web Client 登录报错如下:

2.登录VMware vCenter Appliance管理界面有如下警告:

解决方法
1.SSH 登录vCenter Appliance ,检查各分区空间使用情况,如下图 /storage/core 空间已使用100%。

2. 检查/storage/core 目录下大文件
root@vcsa [ /storage/core ]# du -sh *
发现如下两个文件占用特别大

3. 删除以上文件
root@vcsa [ /storage/core ]# rm -rf core.updatemgr-worke.13305
root@vcsa [ /storage/core ]# rm -rf core.updatemgr-worke.1897409
此时/storage/core目录空间已经释放

4.接下来重启vCenter 服务即可恢复正常
停止服务
root@vcsa [ /storage/core ]# services-control --stop --all
启动服务
root@vcsa [ /storage/core ]# services-control --start --all
