- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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