| Category | Setting Name | Host Value | Description |
| Core Storage Configuration | SharedClusterwide | False | SharedClusterWide value on host is different from profile for device eui.#### |
VMware vSphere ESXi
The compliance check fails due to the mismatch value of the parameter "SharedClusterWide" on the host and the host profile.
Based on the requirement, match the value for the parameter "SharedClusterWide" on the host and the host profile.
To enable the parameter "SharedClusterWide" -
1. Take a SSH session to the ESXi host with root account.
2. Run the command to identify the value of the parameter - esxcli storage core device list
Output -
DevEs Path: /vmts/devices/disks/eui.#####
Vendor: xxxx
Model: Server
Revision: 1.0
SCSI Level: 5
Is Pseudo: false
Status: on
Is ROM Capable: true
Is Local: false
Is Removable: false
Is SSD: true
Is VVOL PE: false
Is Offline: false
Is Perennially Reserved: false
Queue Full Sample Size: 0
Queue Full Threshold: 0
Thin Provisioning Status: yes
Attached Filters:
VAAI Status: supported
Other UIDs: vml.####
Is Shared Clusterwide: false
Is SAS: false
Is USB: false
Is Boot Device: false
3. To enable the parameter, run the command - esxcli storage core device setconfig -d device_id --shared-clusterwide=true To disable the parameter, run the command -
esxcli storage core device setconfig -d device_id --shared-clusterwide=false