VMware Cloud Community
wamatha
Contributor
Contributor
Jump to solution

Redundant Vmotion and service console

I need to add a VMkernel and Serviceo console nic to my ESX server for backup/redundancy via command line.

Please help!!

0 Kudos
1 Solution

Accepted Solutions
atbnet
Expert
Expert
Jump to solution

Here is how to create the nics known as vmknics and vswifs...

Add a VMkernel NIC:

/usr/sbin/esxcfg-vmknic -a -i192.168.5.6 -n255.255.255.0 "VMkernel"

Add a new vswif interface:

/usr/sbin/esxcfg-vswif -a -p"Service Console" -i192.168.5.5 -n255.255.255.0 vswif0

http://www.vmadmin.co.uk/index.php/resources/35-esxserver/49-vmkniccmd

http://www.vmadmin.co.uk/index.php/resources/35-esxserver/50-vswifcmd

http://www.vmadmin.co.uk/index.php/resources/35-esxserver/54-virtualswitchescmd

Andy, VMware Certified Professional (VCP),

If you found this information useful please award points using the buttons at the top of the page accordingly.

Andy Barnes
VCP / VCA-DT / MCITP:EA / CCIA
Help, Guides and How Tos... www.VMadmin.co.uk

If you found this information useful please award points using the buttons at the top of the page accordingly.

View solution in original post

0 Kudos
2 Replies
atbnet
Expert
Expert
Jump to solution

Here is how to create the nics known as vmknics and vswifs...

Add a VMkernel NIC:

/usr/sbin/esxcfg-vmknic -a -i192.168.5.6 -n255.255.255.0 "VMkernel"

Add a new vswif interface:

/usr/sbin/esxcfg-vswif -a -p"Service Console" -i192.168.5.5 -n255.255.255.0 vswif0

http://www.vmadmin.co.uk/index.php/resources/35-esxserver/49-vmkniccmd

http://www.vmadmin.co.uk/index.php/resources/35-esxserver/50-vswifcmd

http://www.vmadmin.co.uk/index.php/resources/35-esxserver/54-virtualswitchescmd

Andy, VMware Certified Professional (VCP),

If you found this information useful please award points using the buttons at the top of the page accordingly.

Andy Barnes
VCP / VCA-DT / MCITP:EA / CCIA
Help, Guides and How Tos... www.VMadmin.co.uk

If you found this information useful please award points using the buttons at the top of the page accordingly.
0 Kudos
wamatha
Contributor
Contributor
Jump to solution

Thank you this has worked !

0 Kudos