
Search the Knowledge Base: |
Search the Knowledge Base: |
VMware ESX/ESXi version 3.5 does not support configuration of the HeaderDigest and DataDigest elements for software iSCSI elements using the VI Client. This article explains how to configure those elements using the /etc/vmkiscsi.conf file.
To globally enable CRC32C digest checking for the header or data part of iSCSI PDUs, use:HeaderDigest=always
DataDigest=always
To globally disable digest checking for the header or data part of iSCSI PDUs, use:HeaderDigest=never
DataDigest=never
To globally allow the targets to control the setting of the digest checking, with the initiator requesting a preference of enabling the checking, use:
HeaderDigest=prefer-on
DataDigest=prefer-on
To globally allow the targets to control the setting of the digest checking, with the initiator requesting a preference of disabling the checking, use:
HeaderDigest=prefer-off
DataDigest=prefer-off