Hello,
I am using vSphere ESX (4 or 5).
I am writing automatic scripts using esxcfg and ovftool (on windows) commands.
I have some questions:
1. How can i create Resource Pool's? (if it cannot be done using ovftool, is there another way? maybe using esxcfg?)
2. What is the exact syntax of ovftool to deploy under that Resource Pool?
I am looking for something like this:
ovftool --noImageFiles -ds=dsName --net:"Network1"="Network2" --name=MyVM "C:/MyVM.ovf" "vi://user:password@192.168.1.1/Resource/myResource"
or anything else that can help.
Thanks!
erelh