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

Selenium firefox driver session fails with : Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location,

 Error: With Firefox driver /gecko driver Could not start a new session. Response code 500. Message: Expected browser binary location, but u...