vcenter server management network configuration not allowed

 Error:


While changing the network from DCUI console you will get errors as :

management network configuration not allowed


Solution:

From the DCUI console press Alt-F1 and log in as root. Now edit the IPV4 config as below

VI /etc/systemd/network/10-eth0.network
root@VCSA [ ~ ]# cat /etc/systemd/network/10-eth0.network
[Match]
Name=eth0

[Network]
Gateway=192.168.199.2
Address=192.168.199.7/24
LinkLocalAddressing=no
DHCP=yes
Domains=lab.local

[DHCP]
UseDNS=false

[Route]
Gateway=192.168.199.2
Destination=0.0.0.0/0

No comments:

Post a Comment

How to increase ESXi webclient login user application timeout

 To increase the default 15min timeout to 2hr Login to the esxi webclient on the right top corner ->Click the User login tab Select "...