VMware Cloud Community
malnic
Contributor
Contributor
Jump to solution

Copying Networking configuration from one ESX host to another ESX?

Is it possible to copy the network configuration from one ESX host to another? As i don't fancy repeating the same networking config another 11 times!

0 Kudos
1 Solution

Accepted Solutions
seniord
Enthusiast
Enthusiast
Jump to solution

Try the following link which provides scripts for build ESX hosts, including networking and more... why re-invent the wheel when you can reuse!!

http://communities.vmware.com/thread/90424

Hope this is of some help.

View solution in original post

0 Kudos
3 Replies
Yattong
Expert
Expert
Jump to solution

You will have to use a script to make your life easier.

Create a whatever.sh file and make it executable (chmod +x whatever.sh)

Inside the script, you will have to learn the esxcfg-* commands. Such as 'esxcfg-vswitch -a vswitch1' creates a virtual switch.

If you do a esxcfg- and then tab twice, you will see all the options. You can also do a -h to see the help page of each command.

Good Luck.

If you found this or any other answer useful please consider the use of the Helpful or correct buttons to award points ~y
malnic
Contributor
Contributor
Jump to solution

Thanks for that:)

I don't do scripts Smiley Wink but i know a man who does.

0 Kudos
seniord
Enthusiast
Enthusiast
Jump to solution

Try the following link which provides scripts for build ESX hosts, including networking and more... why re-invent the wheel when you can reuse!!

http://communities.vmware.com/thread/90424

Hope this is of some help.

0 Kudos