ESXi experiences a network disconnection during host profile remediation
search cancel

ESXi experiences a network disconnection during host profile remediation

book

Article ID: 404409

calendar_today

Updated On:

Products

VMware vCenter Server 8.0

Issue/Introduction

When creating a host profile, hardcoding tcpstacks such as 'mirror' or 'ops' without first configuring the tcpstack on the ESXi host can lead to host profile application failure. This may leave the host in a partially configured state and potentially result in the loss of the vmk0 network configuration.

Environment

vCenter 8.0

Cause

Host Profile does not support adding mirror or ops netstack during remediation if not already there. 

To verify the configuration before applying the host profile, run the following command:

esxcli network ip netstack list

Resolution

This is a known issue impacting VMware ESXi.

Workaround: 

Before initiating host profile remediation, manually create the required tcpstacks on the ESXi host that are referenced in the host profile. Use one or both of the following commands to configure the appropriate stacks:

esxcli network ip netstack add -N mirror
esxcli network ip netstack add -N ops