This article describes how to enable direct-connection sessions to published applications on a Linux host. You must create a Horizon Agent Direct-Connection Plug-In (formerly View Agent Direct-Connection Plug-In) configuration file for each published application that you want to make available for direct-connection sessions.
Prerequisites
- Verify that Horizon Agent 2111 or later is installed on the machine with the
--multiple-sessionparameter included. For more information, see "Install Horizon Agent on a Linux Virtual Machine" and "Command-Line Options for Installing Horizon Agent for Linux" in Desktops and Applications in Omnissa Horizon 8. - Verify that Horizon Agent Direct-Connection Plug-In is installed on the machine, as described in Install Horizon Agent Direct-Connection Plug-In. As part of the Horizon Agent Direct-Connection Plug-In installation, verify the following:
- The nginx package is installed on the machine.
- User entitlements are configured for direct-connection sessions.
Procedure
-
Navigate to the
/etc/omnissa/vadc/published_appsfolder.cd /etc/omnissa/vadc/published_appsThis folder contains a template file named
PublishedApp.templatethat you can use to generate the configuration files for your published applications. -
Create the application configuration file by copying the
PublishedApp.templatefile. In the example command, replace {appname} with the name of your application.cp PublishedApp.template {appname}The {appname} configuration file is created in the
/etc/omnissa/vadc/published_appsfolder. -
Modify the contents of the {appname} file so that it resembles the following example.
# The application name which should be the same with config filename PublishedAppName={appname} # The executable path of application PublishedAppExecutable=/usr/bin/{appname} # Specify the params of application #PublishedAppArgs=-new-tab www.google.com # The entitled Groups list, only users in these groups can access this application PublishedEntitledGroups=hznvadcTo configure multiple entitlement groups for the application, add the group names as colon-separated entries to the
PublishedEntitledGroupsline. -
Restart the machine for the changes to take effect.
Was this page helpful?