DevAdmin Blog

Blog di Ermanno Goletto (Microsoft MVP Directory Services - MCITP - MCTS - MCSA - MCP)
posts - 887, comments - 449, trackbacks - 13

My Links

News

Avatar

Curriculum Vitae

Visualizza il profilo di Ermanno Goletto su LinkedIn


Il contenuto di questo blog e di ciascun post viene fornito “così come é”, senza garanzie, e non conferisce alcun diritto. Questo blog riporta il mio personale pensiero che non riflette necessariamente il pensiero del mio datore di lavoro.

Logo Creative Commons Deed


Logo SysAdmin.it SysAdmin.it Staff


Logo TechNet Forum TechNet Italia @ForumTechNetIt Follow TechNet Forum on Twitter


Logo MVP


Ermanno Goletto Follow ermannog on Twitter

Article Categories

Archives

Post Categories

Blogs

Friends

Knowledge Base

MVP Sites

Resources

RemoteFX e licensing

Quando su un server Hyper-V in ambiente Windows Server 2008 R2 Sp1 si aggiunge il ruolo Remote Desktop Virtualization Host (RDVH) con RemoteFX viene visualizzata la richiesta di configurare un server licenze per il server RDVH.

image

Installando RemoteFX sul sistema vengono aggiunti i seguenti:

  • il servizio servizi RemoteFX Session Manager
  • il servizio RemoteFx Session Licensing
  • la Windows Firewall rule Desktop remoto - RemoteFX (TCP-In)
  • 4 Group Policies
  • 13 performace counters lato server e 7 lato VM

In particolare il servizio RemoteFx Session Licensing si occupa di convalidare la licenza per l’erogazione della sessione RemoteFx.

Per la configurazione della gestione licenza, come indicato da Ballon Tool Tip, è possibile utilizzare Powershell e in particolare il Remote Desktop Services Provider for PowerShell.

Impostazione gestione licenze per Users (LicensingType=4, con LicensingType=2 si imposta la gestione per Devices):

import-module RemoteDesktopServices

CD RDS:

CD RDVHConfiguration\LicensingSettings

Set-Item .\LicensingType -Value 4

Impostazione del server licenze:

CD .\SpecifiedLicenseServers

New-Item -name srvlic.domain.local

Per ulteriori informazioni sulla gestione del licensing tramite PS si veda Manage Remote Desktop Licensing by using Windows PowerShell.

Si noti che queste impostazioni saranno sovrascritte dalla gestione centralizzata delle licenze che si attiva abilitando la modalità “Central Licensing Management” sul Remote Desktop Connection Broker (RDCB). Tale modalità è stata introdotta in Windows Server 2008 R2 Sp1 per maggiori informazioni si veda Centralized Licensing Management for Microsoft VDI.

La spiegazione del perché è stata introdotta una gestione licenze anche per l’RDVH la si trova nel seguente Configuring Remote Desktop licensing settings on a Remote Desktop Virtualization Host server:

Until Windows Server 2008 R2, in a Virtual Desktop Infrastructure (VDI) deployment, the RD Virtualization Host server was not aware of licensing settings because only the RD Session Host server participated in licensing and performed license validations for the client session/connection requests.

But the new licensing model for the Microsoft VDI solution (in Windows Server 2008 R2 SP1) requires that the Remote Desktop licensing mode and the list of Remote Desktop license servers be specified on all RD Session Host servers (configured in virtual machine redirection mode) as well as on all RD Virtualization Host servers (with RemoteFX enabled), because the RD Virtualization Host servers can also participate in VDI licensing.

Print | posted on Tuesday, April 05, 2011 11:53 PM | Filed Under [ Links Tips Virtualization ]

Feedback

No comments posted yet.

Post Comment

Title  
Name  
Email
Url
Comment   
Please add 8 and 4 and type the answer here:

Powered by:
Powered By Subtext Powered By ASP.NET