When restoring vCenter you get an error in Stage 2 that the PNID does not match with below error.
Metadata and system validation failed.
Current PNID 'XXXXXXXX' does not match the backup PNID 'XXXXXXXX'
Case Sensitivity or Typos: Mismatches in the string characters or subtle spelling errors in the domain.
Example PNID that will cause a failure: example1@example.com and example_1@exmaple.com.
Example PNID that will work: example_1@example.com and example_1@example.com.
DNS Resolution Mismatch: The FQDN/PNID resolves via DNS to an IP address that does not match the static IP assigned to the new appliance shell.
During validation, the installer performs a lookup on the PNID.
If the returned "resolved IP" is the old IP (e.g., 192.168.###.###) while the local machine is configured with a new IP (e.g., 10.1.###.###), validation fails.
Review PNID:
Power Off the Source vCenter:
Confirm Static IP Configuration:
Restore VM with Static IP:
Perform a DNS Lookup: Ensure the FQDN/PNID of the vCenter resolves to the exact static IP assigned to the new appliance being deployed.
Update DNS Records: If the DNS query returns an old or incorrect IP, update the DNS A-record and Reverse Lookup (PTR) record to match the new IP address before proceeding with Stage 2.