Creating CentOS template for vSphere ESX

I came across of online resources for creating CentOS template for vShphere/ESS, keeping here for self notes:

mentioned on this blog (http://ninet.org/2012/09/deploy-centos-6-from-vmware-template/) - Before you convert the VM to a template.

rm /etc/udev/rules.d/70-persistent-net.rules

sed -i ‘/HWADDR*/d’ /etc/sysconfig/network-scripts/ifcfg-eth0

sed -i ‘/UUID*/d’ /etc/sysconfig/network-scripts/ifcfg-eth0

(This also applies to SLES 11 SP2 (use /etc/sysconfig/network/ifcfg-eth)

Another URL :https://peterpap.net/index.php/Creating_a_CentOS%5CRed_Hat_VMware_template

No comments:

Post a Comment