Migrate to Virtual Center 6.7 when the Virtual Center is Virtulized on providers Virtual Center. Migrated Virtual Center has no ip connectivity to local ESXi host. Add extra nic to VirtualCenter is the soloution!

You need ip connectivity from the temp VC to the ESXi host that the upgraded VC is hosted.
We want to upgrade VC-CUST (192.168.1.1), in this case migrate to 6.7 from 6.5.
This CirtualCenter resides in hosted VirtualCenter VC-Provider.
VC-Provider has NO ip connectivity to customer.
VC-CUST has no IP connectivity to ESXI host (172.16.1.2)

ESXI host (172.16.1.2) has  dedicated NICs with customer network and ip connection to Provider network.

Strange but look at the picture:

2019-06-18_16-01

During the migration process you need a temp adress in customer network (192.168.1.3). Thats fine, but when you are doing the prechecks the temp VC need to connect the esxi host that ther original VirtualCenter resides (172.16.1.2). In this case this is not possible.

What I found out is that when the precheck failed I added a secondary ip to the new VirtualCenter during upgrade. Below the picture I explaine how I added secondary IP.

 

2019-06-18_16-02

Add new nic to VirtualCenter (192.168.1.3)

SSH to appliance
shell
cd /etc/systemd/network/

ls
-rw-r–r– 1 root root 106 Jun 18 11:45 10-eth0.network

cp 10-eth0.network 10-eth1.network

vi 10-eth1.network

[Match]
Name=eth1

[Network]
Address=172.16.1.3/24
DHCP=no

[DHCP]
UseDNS=false

Save the file

systemctl restart systemd-networkd

ping esxi on provider (172.16.1.2)

OK

Then go back to temp ip of new vc 192.168.1.3:5480 and continue with the migration.

I got some warnings that the VC should be on the same esxi host and so on, but just warning no alerts.

The migration went thru and it was upgraded to 6.7

After the upgrade i removed the file I created and deleted the extra nic on the VirtualCenter server.

 

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Blog at WordPress.com.

Up ↑

%d bloggers like this: