vCenter Update Planner error - Internal server error occurred on authorization: Issuer of JWT Token is invalid
book
Article ID: 368406
calendar_today
Updated On:
Products
VMware vCenter Server
VMware vCenter Server 7.0
Issue/Introduction
When browsing to the vSphere Update Planner the following error banner is observed :

Environment
- VMware vCenter Server Appliance 7.x
Cause
A case mismatch is detected between the vCenter PNID and the PNID in /etc/vmware/systemname_info.json file.
Primary Network Identifier (PNID)
- /usr/lib/vmware-vmafd/bin/vmafd-cli get-pnid --server-name localhost
- Output : vcenter.sample.com
Check the content of config files
- cat /etc/vmware/systemname_info.json
- Output : {"PNIDChangeAllowed": true, "PNID": "VCENTER.sample.com", "status:" "success"}
Resolution
- Take a snapshot of vCenter
- Take a backup of /etc/vmware/systemname_info.json
- Run this command :
- cp /etc/vmware/systemname_info.json /etc/vmware/systemname_info.json.bk
- Edit systemname_info.json to correct the PNID
- cd /etc/vmware/
- vi systemname_info.json
- Press i to insert
- Change VCENTER.sample.com to vcenter.sample.com
- Press esc
- Save the file :wq!
- Restart all vCenter Services : service-control --stop --all && service-control --start --all
Feedback
thumb_up
Yes
thumb_down
No