VMware Cloud Community
NotelpatsyarII
Contributor
Contributor

enable Bloom Filter on 7.0.3c

I have seen articles on disabling the bloom filter by esxi command,

esxcli system settings advanced set -i 0 -o /SE/BFEnabled

what is the command(s) to check if it is Running/esists

and re-enable it?

 

Reply
0 Kudos
3 Replies
scott28tt
VMware Employee
VMware Employee

As your post needs moving to the area for ESXi, I have reported it to the moderators.

 


-------------------------------------------------------------------------------------------------------------------------------------------------------------

Although I am a VMware employee I contribute to VMware Communities voluntarily (ie. not in any official capacity)
VMware Training & Certification blog
Reply
0 Kudos
Rubeck
Virtuoso
Virtuoso

Hi..

I do not have an ESXi available but have you tried the following:

To see the status:
esxcli system settings advanced list -o /SE/BFEnabled

To enable it:
esxcli system settings advanced set -i 1 -o /SE/BFEnabled

 

/Rubeck

Reply
0 Kudos
NotelpatsyarII
Contributor
Contributor

Yes those are the commands I used

Just thought I would check to see if there were more setting then just the on/off switch

esxcli system settings advanced list -o /SE/BFEnabled
Path: /SE/BFEnabled
Type: integer
Int Value: 1
Default Int Value: 1
Min Value: 0
Max Value: 1
String Value:
Default String Value:
Valid Characters:
Description: Switch to enable/disable Bloom filter.

 

TY

Reply
0 Kudos