You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying to connect to a single ESXi server.
Some of the commands I'm able to get to work, like list.
But looking at the clone, it requires cluster and datacenter info, which do no exist in a single ESXi
Is there a simple way to include this?
The text was updated successfully, but these errors were encountered:
I got a little bit further.
The problem is, single ESXi does not support clone.
So it is not that easy to implement.
Maybe there are functions available in the pyvmomi which could be used for this.
The only way I could get it to work is by importing a OVF into the ESXi.
At the moment it is working, apart from the customization.
When I try to run a Customize() with the same customspec on the deployed OVF, I get an error: The operation is not supported on the object.
Looks like that this is also not supported like Clone()
So I'm looking at a script to do the changes.
The only problem I have with this is when do I know that the OS is fully up for me to upload the file and execute it?
In my workflow so far I was checking for the IP to come online, then do other actions.
But there is no IP on the deployed OVF yet.
Would checking for a running vmwareTool be enough in this case?
I'm currently trying to connect to a single ESXi server.
Some of the commands I'm able to get to work, like
list
.But looking at the
clone
, it requirescluster
anddatacenter
info, which do no exist in a single ESXiIs there a simple way to include this?
The text was updated successfully, but these errors were encountered: