When attempting to join an ESXi host to an Active Directory domain using domainjoin-cli, the operation fails with the error "LW_ERROR_DOMAIN_IS_OFFLINE [code 0x00009cb9]", even though basic network connectivity tests (ping, nslookup) to the domain controllers are successful.
- VMware ESXi
- Active Directory domain environment
This error typically occurs when there is a network connectivity issue specifically with port 88 (Kerberos) between the ESXi host and domain controllers, even when other required ports are accessible. The domain join process requires complete connectivity on all necessary ports, with port 88 being particularly crucial for Kerberos authentication.
/etc/init.d/lwsmd restart
/usr/lib/vmware/likewise/bin/domainjoin-cli join domain.name username
```