VMware
 

Knowledge Base

Search the Knowledge Base:

Products:
Search In:
 

Configuration of HeaderDigest and DataDigest elements for software iSCSI

Details

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.

Solution

Follow these steps:
  1. Open the /etc/vmkissci.conf file. For ESX, you can access the file from the service console. For ESXi, use the vifs Remote CLI to retrieve the file.
  2. Edit the file. You can add lines or replace lines that start with #HeaderDigest= and #DataDigest= , if they exist already.
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
If there are no lines that set HeaderDigest or DataDigest, the two elements default to never .

Feedback

Rating: 1 - Lowest 2 3 4 5 - Highest (0 Ratings)   

Did this article help you?
This article resolved my issue.
This article did not resolve my issue.
This article helped but additional information was required to resolve my issue.
What can we do to improve this information? (2000 or fewer characters)
Submit
Rating: 1 - Lowest 2 3 4 5 - Highest (0 Ratings)   
Actions