failed message:
AdVanced vSAN configuration in sync
Checks if all of the hosts in a vSAN cluster have consistent
advanced configuration options.

问题:
LSOM.blPLOGCacheLines
LSOM.blPLOGLsnCacheLines
VSAN.DomMaxLeafAssocsPerHost
不同ESXi服务器上的上面三个设置的值(value)不一致。

使用命令修改如下:
esxcfg-advcfg -s 16384 /LSOM/blPLOGCacheLines
esxcfg-advcfg -s 1024 /LSOM/blPLOGLsnCacheLines
esxcfg-advcfg -s 36000 /VSAN/DomMaxLeafAssocsPerHost

查看方法:
[root@esxi:~] vsish

/> cat /config/LSOM/intOpts/blLLOGCacheLines

Vmkernel Config Option {

Default value:128

Min value:16

Max value:16384

Current value:128

hidden config option:1

Description:Number of cache lines for bucketlist in LLOG (Requires Reboot)

}

/> exit

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2022-01-04
  • 2022-12-23
  • 2021-12-16
  • 2022-01-12
  • 2021-12-01
猜你喜欢
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
  • 2021-10-31
  • 2021-08-15
  • 2021-07-18
  • 2021-05-16
相关资源
相似解决方案