VMware Cloud Community
RanjnaAggarwal
VMware Employee
VMware Employee
Jump to solution

Configure Management Network Greyed out in DCUI

Configure Management Network Greyed out in DCUI and some other options are greyed out and IP of Management Network is 0.0.0.0

Regards, Ranjna Aggarwal
Reply
0 Kudos
1 Solution

Accepted Solutions
admin
Immortal
Immortal
Jump to solution

Seems that you do not have any management VMkernel port or it might have been removed. you may have to verify the same.

run esxcli network ip interface list to check if there are any VMKernels.

it wont generate re any output if NO vmkernel ports are available.

if No VMkernel ports then follow the below to re-create the VMkernel Management port group.

esxcli network ip interface add -i=vmk0 -p="Management Network -M="MAC Address"" to create a VMKernel for management. Make sure the right MAC Address of the Uplink is mentioned.

And make sure that it is a unique vmk, does not match an existing vmk like ( vmk0, vmk1, vmk2).


Once the Port is created you should be able to the  Configure Management Network on the DCUI


Hope this is helpful.

View solution in original post

Reply
0 Kudos
3 Replies
admin
Immortal
Immortal
Jump to solution

Seems that you do not have any management VMkernel port or it might have been removed. you may have to verify the same.

run esxcli network ip interface list to check if there are any VMKernels.

it wont generate re any output if NO vmkernel ports are available.

if No VMkernel ports then follow the below to re-create the VMkernel Management port group.

esxcli network ip interface add -i=vmk0 -p="Management Network -M="MAC Address"" to create a VMKernel for management. Make sure the right MAC Address of the Uplink is mentioned.

And make sure that it is a unique vmk, does not match an existing vmk like ( vmk0, vmk1, vmk2).


Once the Port is created you should be able to the  Configure Management Network on the DCUI


Hope this is helpful.

Reply
0 Kudos
nkrishnan
Expert
Expert
Jump to solution

Please check the following

- Is the user has required privilege

- you have option to reset the network to factory setting in DCUI, just below the network configuration (Not all all configuration factory setting)

--Nithin
admin
Immortal
Immortal
Jump to solution

Did you tried to migrate your vSphere standard switch to vDS .? or even anything that could possibly disconnect the management network ?

~dGeorgey

Reply
0 Kudos