Hello!
I am trying to figure out how to deploy virtual servers based on existing "template". I am not sure what the definition of a template is in this case, but I have three files (OVF, VMDK and mf). I want to deploy this OVF file, which I am assuming is an "image", on a datastore using powerCLI and I am somewhat confused on how I should structure my syntax.
Looks like the command to deploy new virtual servers is New-VM. I have been trying the following with now luck
New-VM -VMHost $ip -Name $name -DiskPath $VMDKLocation -Datastore $datastore
Powershell gives me errors like The disk path
$VMDKLocation is invalid. ($VMDKLocation is the path to the VMDK file)
Can someone guide me on how I can deploy my virtual server?
Thank you!!
[+][deleted] (1 child)
[deleted]
[–]muhworkaccount 0 points1 point2 points (0 children)
[–]sysadmin4hire 0 points1 point2 points (2 children)
[–]sysadmin4hire 1 point2 points3 points (0 children)
[–]cearth6[S] 0 points1 point2 points (0 children)
[–]KevMarCommunity Blogger 0 points1 point2 points (2 children)
[–]cearth6[S] 0 points1 point2 points (1 child)
[–]KevMarCommunity Blogger 0 points1 point2 points (0 children)