VMware Horizon View 编辑

Important:

The VMware Horizon View connector has been deprecated. If you enable or use this connector, be aware that it has been deprecated and will be removed in a future release.

A VMware Horizon for vSphere connector configuration contains the credentials and storage location the appliance needs to publish Layered Images to VMware Horizon View in your vSphere environment.

You can publish Layered Images to be used in any of the following pools:

  • A Horizon View Composer Linked Clone Desktop Pool.
  • A Horizon View Instant Clone Desktop Pool.

When configuring a connector, be sure to configure a Virtual Machine Template, so that the layered image you publish is in a ready-to-use VM with the image shutdown and a snapshot taken. You can use the VM in your Horizon environment without further modifications. For example, if you are publishing a Layered Image to a Linked Clone Desktop Pool, the Layered Image becomes a ‘Parent VM’ that you can select for your Linked Clones pool.

Each connector configuration is set to publish layered images to a specific storage location in your vSphere environment, so you may need more than one VMware Horizon connector configuration if publishing to multiple locations. Further, you may want to publish each layered image to a location convenient to the systems you are provisioning. For more about connectors, and connector configurations, see Connector configurations.

Considerations

This Connector configuration is for publishing Layered Images only. (You cannot package Layers using this connector.)

Personal vDisks are not supported for View. The published desktop images are non-persistent. Currently, vDisks can only be used when publishing to Citrix Provisioning.

When installing the Horizon Agent on the VM, select the custom setup option as follows:

  • Select the VMware Horizon View Composer Agent option when deploying View Composer linked-clone desktops.
  • Select the VMware Horizon Instant Clone Agent option when deploying instant-clone desktops.

Before you start

The first time you create an image template for publishing layered images to a location in your Horizon environment, you create a connector configuration for that location.

Required information for this connector configuration

The connector configuration lets you browse for the vCenter Server, Data Store, and Host to use for a new configuration.

Important:

The fields are case sensitive, so any values that you enter manually must match the case of the object, or the validation fails.

  • Name- A useful name to help identify and keep track of this connector configuration.
  • vCenter Server- The name of the vSphere server with which the appliance integrates.
  • vCenter User Name- The user name of the account that the appliance uses to connect to vSphere.
  • vCenter Password- The password of the account that the appliance uses to connect to vSphere.
  • DataCenter Name- The name of the vSphere data center in which the appliance creates virtual machines.
  • Virtual Machine Template (recommended, required for UEFI virtual machines)- Virtual Machine Template that can be used to clone a VM with the hardware settings for View, including memory, CPUs, and video settings. You can specify the host, datastore, and network for configuring the resulting VMs. The list of choices contains only custom virtual machine templates, rather than actual virtual machines or any of the built-in templates. The OS version used by the selected template must match the OS version that you are using for publishing layered images. The template must not have any disks attached, and must have at least one network card attached. If it does not, you receive an error when trying to validate or save the configuration.
  • ESXHost Name- The name of the vSphere ESX Host on which the appliance creates virtual machines.
  • DataStore Name- The name of the vSphere DataStore in which the appliance creates virtual machines.
  • Network Name- The name of the vSphere Network in which the appliance creates virtual machines.
  • Virtual Machine Folder Name- The name of the vSphere Folder in which the appliance creates virtual machines.
  • Offload Compositing - Enables the layer packaging or image publishing process to run on the specified server. This feature increases performance, and it allows you to use VMDK disk format and either BIOS or UEFI virtual machines. When Offload Compositing is selected:
    • If you do not provide a virtual machine template, the virtual machine defaults to BIOS.
    • If you provide a template configured for BIOS or UEFI, the resulting virtual machine is the type you chose. When Offload Compositing is NOT selected:
    • If you do NOT provide a template, the virtual machine defaults to BIOS.
    • If you provide a template configured for BIOS, the resulting virtual machine is BIOS.
    • If you provide a template configured for UEFI, the machine fails to boot, and results in a blue screen.

Create a connector configuration

To enter values:

  • The first three vCenter fields must be entered manually. Once the credentials in those fields are validated, you can select values for the remaining fields from the drop-down menus.
  • To enter values manually: Click to put the cursor in the field and type the value.
  • To select a value from a drop-down list: Click once to put the cursor in the field, and a second time to choose from a list of possible values.

To add a connector configuration

  1. From the management console, select Connectors > Add connector configuration.
  2. Select the Connector Type for the platform and location where you are creating the Layer or publishing the image. Then click New to open the Connector Configuration page.
  3. Enter the configuration name, and the vCenter Server, vCenter User Name, and vCenter Password. For guidance, see the above field definitions.
  4. Click the CHECKCREDENTIALS button below the vCenter fields. The data center field is then enabled with a list of data centers available.
  5. Select the data center, and the remaining drop-down menus are enabled.
  6. (Recommended) Select a virtual machine to use as the template. Although a VMTemplate is optional, it is recommended.
  7. Complete the remaining fields and click the TEST button to verify that the appliance can access the location specified using the credentials supplied.
  8. Click Save. Verify that the new connector configuration is listed on the Connectors page.

Script Configuration (Optional, Advanced feature)

When creating a connector configuration, you can configure an optional PowerShell script on any Windows machine running an Agent. The scripts must be stored on the same machine that the App Layering Agent is installed on, and will only run after a successful deployment of a Layered Image. Some preset variables are available to enable scripts to be reusable with different template images and different connector configurations. These variables also contain information needed to identify the virtual machine created as part of the published layered image in vSphere.

The running of these scripts does not affect the outcome of the publish job, and the script progress is not visible. The vSphere connector logs contain the output of the script.

Configure a Script

Remember that this procedure is optional. If you want a script to run each time a Layered Image is published, complete these steps using the values described in the sections that follow.

  1. Complete and save the connector configuration as described above.

    Note:

    Before selecting the Script Configuration page, you must save (or discard) any edits to the connector configuration settings.

  2. If the Navigation menu on the left is not open, select it and click Script Configuration to open the Script Path page.

  3. Complete the required fields using the values detailed herein, and click Save.

Script Configuration fields

  • Enable script- Select this check box to enable the remaining fields. This allows you to enter a script that will run each time a Layered Image is published.
  • Script Agent- The agent machine where the scripts will be located and run from.
  • Username (optional)- The user name to impersonate when running the script. This can be used to ensure the script runs in the context of a user that has the needed permissions to perform the operations in the script.
  • Password (optional)- The password for the specified user name.
  • Path- A full path and file name on the agent machine where the script file resides.

Other Script Configuration values

When the script is run, the following variables are set and can be used in the PowerShell script:

ValueApplies to connector typesValued determined by which codeDescription
connectorCfgNameAllCommon codeThe name of the connector configuration with which the script configuration is associated.
imageNameAllCommon codeThe name of the layered image template that was used to build/publish the layered image.
osTypeAllCommon codeThis is the OS type of the layered image that was published. It can be one of the following values: Windows7; Windows764; Windows200864; Windows201264; Windows10; Windows1064
virtualInfrastructureServerAllvSphere connector codeThe vCenter server specified in the connector configuration.
vNameAllvSphere connector codeThe name of the virtual machine.
vmIdAllvSphere connector codeThe virtual machine ID taken from the VM (that is, “vm-12345).
vmUuidAllvSphere connector codeThe virtual machine UUID.

User Impersonation

The Agent, which runs as a service on a Windows machine, runs under either the local system account or the network account. Either of these accounts may have some special privileges, but they often are restricted when running specific commands or seeing files in the file system. Therefore, the App Layering service gives you the option of adding a domain user and password that can be used to “impersonate” a user. This means that the script can be run as if that user had logged on to the system so that any commands or data are accessible subject to those user rights and permissions. If no user name or password is entered, the script runs using the account under which the service is configured to run.

Script Execution Policy

Script execution policy requirements are up to you. If you intend to run unsigned scripts, you must configure the execution policy to one of the more lenient policies. However, if you sign your own scripts, you can choose to use a more restrictive execution policy.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:28 次

字数:12972

最后编辑:8年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文