Hi,
I'm running this workflow on a windows server 2008 r2 32 bit vm. The process stops at the customize block and crashes the vCenter service. It happens every time I run the workflow.
the exception is
"Unable to convert object, 'Task<task-6421>' plugin exception reason : convertToResult() --> Finder 'VC:Task' : unexpected error 'ch.dunes.model.sdk.SDKFinderException: convertToResult() --> Finder 'VC:Task' : unable to invoke read method : 'name''"
I believe the exception states that it cannot find the vm ( since vCenter has crashed )
What information may I provide to help the debug?
Hi!
If vCenter crashes, the first thing to look at are the vCenter logfiles (vpxd.log)!
Especially when working with guest customization it might be helpful to increase the loglevel of vCenter (in the Administration / Server Settings menu in vSphere Client). (Don't foget to switch it back for production, because it slows down the service and might generate a real bunch of log entries.))
Can you clone and customize the Template/Virtual Machine manually via vSphere Client?
Cheers,
Joerg
Hi Joerg,
As far as I know there's no such option like setting an ip address or an admin user password for a vm in vsphere.
the vpxd.log is very verbose anyway this might be the relevant part.
In subsequent tests it came out that it I had to fill another few non-mandatory fields ( fullName and orgName ).
Now the customization runs but the ip address is not set.
I have
"Setting param specialize.Microsoft-Windows-TCPIP.Interfaces.Interface.UnicastIpAddresses.IpAddress to value 192.168.100.11/24 an dhcpenable set to"
in vpxd.log
dhcpenable is set to false but the interface is still getting an APIPA... any clues?
hm, even invalid custspec settings should not crash your vCenter! I would open a support ticket for that...
For the IP-Settings: Try to use the library workflow with different combinations of input parameter values. Better fill out more than less ![]()
IF you don't use DHCP, you have to specify a gateway as well (and DNS-servers, too)
Cheers,
Joerg
