March 22, 2015

vSphere AutoDeploy and Apex 2800 cards

When reading through the Teradici documentation you can't find a single reference of neither Autodeploy nor Image Builder. The good news is that it does indeed work out of the box. All you need is to add a few lines to the image builder config:
....
Add-EsxSoftwareDepot -DepotUrl "e:\vmware\drivers\apex2800-rel-2.4.0.35302-esxi.5.5.0.zip"
Add-EsxSoftwarePackage -ImageProfile $imageprofile pcoip-ctrl
Add-EsxSoftwarePackage -ImageProfile $imageprofile tera2
.... 
You can now build the image like you normally do and the driver will load if there's an APEX card in the server.



No comments:

Post a Comment