Hello Stumpr,
I am having one question.
template2vm-2.pl script deploys the VM in windows but why its configure everything from scratch. Ideally when deploy VM from template apart from vmname and ipaddress rest of the thing should be same, but it does few some initial video initialization during booting which takes long time to bring the VM up. What all option I should be using which does not requires for windows.
here are my options.
template2vm-5.pl --server vcenter1.company.com --sourcevm swrgtwin64 --dnsdomain na.company.com --gateway <ip address gateway> --dnsservers <dns address> --netmask <net mask> --vmhost spd04.company.com --ipaddress <ip address> --vmname testsvr --datastore <datastore> --resourcepool my_pool --domain na.company.com --username <username> --password <password> --fullname <name> --orgname <organization> --productkey <product keys> --domainuser <domain user> --domainuserpassword <domain password> --plaintextpassword --guestid windows7_64Guest
There are few option which i have been forced to set CustomizationUserData ( product id, computerName, fullName, orgName ) how to make this optimized.
Thanks in advance.
-Nilesh