To resolve this issue, use the enable_action_OnRetryErrors option. This option allows the ESXi host to mark a problematic path as dead. After marking the path as dead, the host can trigger a failover and use an alternative working path.
To configure the option, perform these steps:
- Enable or disable the option by running an appropriate command:
- Enable: #esxcli storage nmp satp generic deviceconfig set -c enable_action_OnRetryErrors -d naa.XXX
- Disable: #esxcli storage nmp satp generic deviceconfig set -c disable_action_OnRetryErrors -d naa.XXX
- Check the status of the enable_action_OnRetryErrors option by running the following command:
esxcli storage nmp device list
The following example output indicates that the option has been enabled:
naa.XXX
Device Display Name: DGC Fibre Channel Disk (naa.XXX)
Storage Array Type: VMW_SATP_CX Storage Array Type Device
Config: {navireg ipfilter action_OnRetryErrors}
Note: The enable_action_OnRetryErrors option is persistent across reboots.