Posts

Showing posts from 2015

Horizon View 6.2 Secondary Credentials for One-way trust

Image
Horizon View 6.2 introduced a new feature for the Active Directory One-way trust. If you have installed and configured Connection Server (CS) and at the time of performing entitlements under ‘Users & Groups’ or browsing the ‘AD Container’ under the (Guest Customization) during the pool creation you will encounter the following error message in View Administrator console: Follow these steps in order to fix the issue by adding the Secondary Credentials on the CS using vdmadmin command. Go to the CS server and open the Command prompt using the Admin privileges Change the directory path to C:\Program Files\VMware\VMware View\Server\tools\bin> Command to Add the Secondary Credentials: vdmadmin -T -domainauth -add -owner domain\viewadminUIuser -user domain\trustdomainuser -password trustdomainpassword Command to Remove the Secondary Credentials: vdmadmin -T -domainauth –remove-owner domain\viewadminUIuser -user domain\trustdomainuser Command to View all the Secondary Credentia...

Collect Horizon View Connection Server Logs in vRealize Log Insight

Image
If you are using the VMware Horizon View Content Pack for Log Insight it will capture the Connection Server logs (Log-Date.txt and Debug-Date.txt etc.). However, it doesn’t work out of the box by deploying the Content Pack alone. You will have to enable the View GPO (vdm_common.adm) onto the Connection Servers in order to get the logs captured by Log Insight. In our scenario without the GPO it was only able to capture the Windows Events Application, System and Security only. You need to perform the following steps: Download the Horizon 6 View GPO Bundle (VMware-Horizon-View-Extras-Bundle-3.5.0-2999900.zip) from https://my.vmware.com Downloads section. The Build number will depend on your version of Horizon View Extract the View Common Configuration Template (vdm_common.adm) from the zip bundle and copy it over to the domain controller Create a new OU and name it E.g. ViewServers and move all the Connection Server machine accounts into that OU Open gpmc.msc on the domain control...

Collect Horizon View Composer Logs in vRealize Log Insight

Image
If you are using the VMware Horizon View Content Pack for Log Insight it doesn’t capture the View Composer logs. As you are using the Log Insight instance to centralized all your logs, you may want to capture the Horizon View Composer logs please follow these steps: Install the log Insight Agent on the Horizon View Composer server VM within your environment Navigate to %ProgramData%\VMware\Log Insight Agent\ Open the liagent.ini file in any text Editor (Notepad, Notepad ++ etc.) Add the following configuration parameters to the file [filelog|ViewComposer] directory=”C:\ProgramData\VMware\View Composer\Logs” include=vmware*.log exclude=vmware-viewcomposer-audit.log;vmware-sviconfig.log Save and Restart the VMware Log Insight Agent service. You will be able to see the Horizon View Composer logs getting captured to the Log Insight Manager: (Example below) Thanks, Aresh