Monday, April 09, 2018

What is vCenter PNID?

Today I have got the question what is PNID in vCenter.

Well, PNID (primary network identifier) is a VMware internal term and it is officially called "system name".

But my question to the questioner was why he needs to know something about PNID. I have got the expected answer. The questioner did some research how to change vCenter IP address and hostname.

So let's discuss these two requests independently.

First thing first, vCenter hostname cannot be changed. At least for vCenter 6.0 and 6.5. It may or may not change in the future.

On the other hand, vCenter IP can be changed.  However, system name (aka PNID) is very important when you are trying to change vCenter IP address. vCenter IP address can be changed only when you have entered FQDN during vCenter installation. In such case, PNID is the hostname. In case, you did not enter FQDN during vCenter installation, the IP address is used as PNID which would end up in the inability to change the vCenter IP Address.

Below is the command how to check in VCSA what is your vCenter PNID.

root@vc01 [ ~ ]# /usr/lib/vmware-vmafd/bin/vmafd-cli get-pnid --server-name localhost
vc01.home.uw.cz

root@vc01 [ ~ ]# 

In this case above, PNID is the hostname (vc01.home.uw.cz) so I would be able to change IP address.

3 comments:

blake dufour said...

great write up! luckily, i used the fqdn during the install. changing the IP address becomes very important in a DR situation.

David Pasek said...

I'm happy it helps you.

Well, if it is a good solution for DR depends on your DR plan & design.

In case you have a single vCenter somehow replicated from production to DR location and you cannot re-route IP subnets between locations then it is very important. To be honest, I do not think this is the best DR design but it depends on a lot of other factors and if it works for you, your job is done.

Spencer said...

David mentioned that it might be possible to change PNID in the future, and apparently, with vCenter Server 6.7 U3, it now is.

Details appear in the VMWare blog: https://blogs.vmware.com/vsphere/2019/08/changing-your-vcenter-servers-fqdn.html