Archive | November, 2015

Horizon View 6.2 Secondary Credentials for One-way trust

30 Nov

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:

Query Error

Follow these steps in order to fix the issue by adding the Secondary Credentials on the CS using vdmadmin command.

  1. Go to the CS server and open the Command prompt using the Admin privileges
  2. Change the directory path to C:\Program Files\VMware\VMware View\Server\tools\bin>
  3. Command to Add the Secondary Credentials:
    vdmadmin -T -domainauth -add -owner domain\viewadminUIuser -user domain\trustdomainuser -password trustdomainpassword
  4. Command to Remove the Secondary Credentials:
    vdmadmin -T -domainauth –remove-owner domain\viewadminUIuser -user domain\trustdomainuser
  5. Command to View all the Secondary Credentials for specified accounts
    vdmadmin -T -domainauth –list -owner domain\viewadminUIuser
  6. Repeat Step 3 multiple times, if you have more than One View Administrator that needs the capability to entitle Users & Groups or Creation of Desktop pools

Usage Notes:
Next to the –owner switch you need to add the user account use to logging into View Administrator Console
Next to the –user switch enter the credentials or service account of the trust domain where the User, Groups, OU Structure etc. reside

After you have added the secondary credentials, you will be able to perform ‘User & Group’ entitlements along with the ability to browse the ‘AD Container’ during the desktop pool creation in View Administrator console.

More details about the Secondary Credentials can also be found in the View Administrator Guide (Page No. 237)

Thanks,
Aresh

Collect Horizon View Composer Logs in vRealize Log Insight

4 Nov

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:

  1. Install the log Insight Agent on the Horizon View Composer server VM within your environment
  2. Navigate to %ProgramData%\VMware\Log Insight Agent\
  3. Open the liagent.ini file in any text Editor (Notepad, Notepad ++ etc.)
  4. 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

  5. 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)

LogInsight

Thanks,
Aresh