SMB Backup Fails with NT_STATUS_NOT_FOUND Error When Using Short Hostname. Error : General System error reported by backup server.
book
Article ID: 387237
calendar_today
Updated On:
Products
VMware vCenter Server
Issue/Introduction
After upgrading to vCenter Server 8.0.2 or later, attempts to configure or run SMB backups may fail with an "NT_STATUS_NOT_FOUND" error when using a short hostname for the backup server. This issue specifically affects environments using static IP addressing.
When attempting to configure or run a backup using the VAMI interface, the operation fails with an error message similar to:
"General system error reported by the backup server", or
"do_connect: Connection to <hostname> failed (Error NT_STATUS_NOT_FOUND)"
Environment
vCenter Server 8.0.2 and newer
Cause
In vCenter Server environments using static IP configuration, the DNS search domain entries may be missing from the network configuration, preventing hostname resolution for short hostnames.
Resolution
Choose one of the following solutions:
Use FQDN Instead of Short Hostname:
Log into the VAMI interface
Navigate to Backup
When configuring the backup location, use the fully qualified domain name (FQDN) of the backup server instead of the short hostname
Add DNS Search Domain to Network Configuration:
Log into the vCenter Server shell
Edit the network configuration file for your primary interface (typically /etc/systemd/network/10-eth0.network)
Add the following line under the [Network] section:
Domains=your.domain.name
Restart the network service or reboot the vCenter Server
Add Hostname Entry to Hosts File:
Log into the vCenter Server shell
Edit the /etc/hosts file
Add an entry in the following format:
<IP_ADDRESS> <FQDN> <SHORT_HOSTNAME>
Save the file
Additional Information
This issue primarily affects environments using static IP addressing
The issue may not be present in DHCP environments where DNS search domains are automatically configured
Always ensure proper DNS resolution is configured in your environment when using hostname-based services