1. 解决 vCenter Server Appliance 中的/storage/log目录已满问题
要临时解决 vCenter Server Appliance 中的/storage/log目录已满问题,请在log4j.properties文件中增加最大备份大小和最大备份索引。
Cause
此问题是由于/storage/log目录中的 SSO 日志文件增长导致的。在日志轮换期间,旧日志文件未经压缩,从而导致 /storage/log 中存储了多个大型文件。
Resolution
这是会影响 vCenter Server Appliance 6.0 的已知问题。
目前,尚无解决方案。
arrogate
要临时解决此问题,请在 log4j.properties 文件中增加最大备份大小和最大备份索引。
以 root 用户身份登录到 vCenter Server Appliance 控制台。
运行以下命令以启用对 Bash shell 的访问:
shell.set --enabled true
键入shell,然后按 Enter。
导航到以下目录:
cd /usr/lib/vmware-sso/vmware-sts/webapps/sts/WEB-INF/classes/
运行以下命令备份 log4j.properties 文件:
cplog4j.propertieslog4j.properties.bak
使用文本编辑器打开log4j.properties文件。
在以下条目下到 log4j.appender.LOGFILE.MaxFileSize 和 log4j.appender.LOGFILE.MaxBackupIndex 参数: 
log4j.appender.LOGFILE.File=${catalina.base}/logs/vmware-identity-sts.log
分别将参数值更改为 50 和 5:
例如:
电视剧霹雳菩萨
log4j.appender.LOGFILE.MaxFileSize=50MB
log4j.appender.LOGFILE.MaxBackupIndex=5
战争与文明颜代码表在以下条目下到 log4j.appender.PERFLOG.MaxBackupIndex 参数:
log4j.appender.PERFLOG.File=${catalina.base}/logs/vmware-identity-sts-perf.log
将参数的值更改为3。
例如:
log4j.appender.PERFLOG.MaxBackupIndex=3
运行以下命令重新启动 STS 服务:
service vmware-stsd restart
导航到:
cd /storage/log/vmware/sso/
博迈医疗d轮融资通过运行以下命令移除旧的 localhost_access_log、vmware-identity-sts 和 vmware-identity-sts-perf 日志文件:
rm localhost_access_log.*
rm vmware-identity-sts.*
rm vmware-identity-sts-perf.*
properties文件用什么打开Additional Information
您还会遇到以下症状:
在 /storage/log/vmware/sso 目录中运行du -sh命令时,可以看到已使用几个 GB 的空间。
在 vSphere Web Client 中,您将看到以下警示:
日志 /storage/log 的可用存储已达到警告阈值 - 小于 30 % 可用空间 (Available storage for logs /storage/log reached warning threshold - less then 30 % available space)
日志 /storage/log 的可用存储已达到关键阈值 - 小于 15 % 可用空间 (Available storage for logs/storage/log reached critical threshold - less then 15 % available space)

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。