VMworld

This Question is Possibly Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
1 Replies Last post: Jun 17, 2009 1:14 AM by lalit  
Click to view Joseph Muchemi's profile Candidate 2 posts since
Nov 28, 2008

Jan 5, 2009 5:30 PM

Backup Vmotion configuration


My kickstart script works fine. I need to add a second vmotiona and service console nics.

what is the syntax for this. I have managed to add the vswitch but need to add vmkernel and service console.

N.B. command line is what am looking..

Click to view lalit's profile Candidate 1 posts since
Jun 16, 2009
1. Jun 17, 2009 1:14 AM in response to: Joseph Muchemi
Re: Backup Vmotion configuration

If you have managed to add the vSwitch, you can add the second Service Console via

esxcfg-vswitch --add -pg Service \Console2 vSwitchx

vSwitchx- is the vSwitch in picture.

Next you need to assign a virtual interface to the above port group.

esxcfg-vswitch --add vswif1 --portgroup Service \Console2 --ip x.x.x.x --netmask x.x.x.0

Make sure of your network while assigning the IP address and the subnet mask.

Hope this helps..!