Provisioning Services and CIFS Shares

PVS能夠經過CIFS Share方式存儲vDisk,咱們能夠閱讀一篇Citrix Blogs: Provisioning Servicesand CIFS Stores – Tuning For Performance.  爲何會有blog中這麼一說呢?之前,咱們一直說不要使用CIFS Share由於PVS不能把內容緩存下來,咱們知道Windows2008能夠cache內容可是PVS不能作到這一點。彷佛看起來默認安裝PVS的時候關閉了一些功能,可是若是不把Write Cache放在File Server(服務器端),PVS 默認disabled的註冊表能夠re-enable,而且System Cahce會正常工做。緩存

若是PVS的System Cache不能生效將致使雙倍的網絡流量產生,增長網絡負載:服務器

wKioL1X4OEjyRQYQAAEtc9oydO0584.jpg


強烈推薦看看上面Citrix Blog那篇文章介紹,有更詳細的說明介紹。網絡

 

PVS使用CIFS Share,須要修改的註冊表:ide

Recommended Registry Values:spa

  • Windows 2003 File server:orm

  • HKLM\SYSTEM\CurrentControlSet\services\LanmanServer\Parameterscdn

  • 「autodisconnect」     = dword:0000ffffserver

 

  • Windows 2008 R2 File Serverxml

  • HKLM\SYSTEM\CurrentControlSet\services\LanmanServer\Parametersblog

  • 「autodisconnect」     = dword:0000ffff

  • ‘Smb2″ =     dword:00000001

 

  • Windows 2003 x64 Provisioning Server

  • HKLM\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters

  • 「EnableOplocks」     = dword:0x00000001

  • HKLM\SYSTEM\CurrentControlSet\services\mrxsmb\Parameters

  • 「OplocksDisabled」     = dword:0x00000000

  • 「CscEnabled」     = dword:0x00000001

  • HKLM\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters

  • 「autodisconnect」     = dword:0x0000ffff

 

  • Windows 2008 R2 Provisioning Server

  • HKLM\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters

  • 「EnableOplocks」     = dword:0x00000001

  • HKLM\SYSTEM\CurrentControlSet\services\mrxsmb\Parameters

  • 「OplocksDisabled」     = dword:0x00000000

  • 「CscEnabled」     = dword:0x00000001

  • HKLM\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters

  • 「autodisconnect」     = dword:0x0000ffff

  • 「Smb2″ =     dword:0x00000001

相關文章
相關標籤/搜索