I have a java program ( using viJava -vShere SDK 5.1) which creates VM and then attaches an iso and then starts(power-on) the VM. So that starts to install the iso on the newly created VM, but after that the iso installation needs input like 'yes' and enter key stroke from the user, and not sure how to send that to VM. Any pointers would be appreciated. From web have gathered a few thing like VIX -that needs vmtools to run and VMRC- has only support for javascripts and vSphere guest SDK- does not support console interaction.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a java program ( using viJava -vShere SDK 5.1) which creates VM and then attaches an iso and then starts(power-on) the VM. So that starts to install the iso on the newly created VM, but after that the iso installation needs input like 'yes' and enter key stroke from the user, and not sure how to send that to VM. Any pointers would be appreciated. From web have gathered a few thing like VIX -that needs vmtools to run and VMRC- has only support for javascripts and vSphere guest SDK- does not support console interaction.