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?
As your post needs moving to the area for ESXi, I have reported it to the moderators.
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
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
