달력

5

« 2024/5 »

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
2011. 3. 20. 09:33

RemoteFX 관련 그룹 정책 항목 Virtualization2011. 3. 20. 09:33

RemoteFX 관련 그룹 정책 항목 (GPO)
Group Policy RemoteFX Windows Server 2008 R2 SP1

컴퓨터 구성 > 관리 템플릿 > Windows 구성 요소 > 터미널 서비스 > 원격 데스크톱 세션 호스트 > 원격 세션 환경



컴퓨터 구성 > 관리 템플릿 > Windows 구성 요소 > 터미널 서비스 > 원격 데스크톱 세션 호스트 > 원격 세션 환경 



컴퓨터 구성 > 관리 템플릿 > Windows 구성 요소 > 터미널 서비스 > 원격 데스크톱 연결 클라이언트 > RemoteFX USB 리디렉션

:
Posted by 커널64
2011. 3. 10. 05:23

XenDesktop 흐름도? Virtualization2011. 3. 10. 05:23

XenDesktop에서 사용자 로그온 후 리소스에 연결하기까지의 흐름도
사용자 인증 -> 웹 인터페이스 -> XML Broker -> 웹 인터페이스 -> 사용자 -> XML Broker -> 사용자


:
Posted by 커널64

Hyper-V 구성 시 클러스터 네트워크 구성 (우선순위)

> PowerShell 실행
> Import-Module failoverclusters
> Get-ClusterNetwork | FT Name, Metric, Role
현재 네트워크 인터페이스의 메트릭과 용도 쿼리

Role의 값에 대한 설명은 다음과 같다.
Role = 0: 클러스터 네트워크 사용 안함
Role = 1: 클러스터 내부 네트워크(예: Private)
Role = 3: 클러스터 네트워크(예: Public)

기본 게이트웨이가 설정되어 있는 네트워크는 클러스터 네트워크로 설정되며 메트릭은 10,000 이상의 값을 가진다.
기본 게이트웨이가 설정되어 있지 않은 네트워크는 메트릭 1,000에서 10,000 사이의 값을 가지며 내부 네트워크로 간주된다.
메트릭은 비용을 나타내며 더 작은 값을 가질 수록 클러스터 내부 네트워크 용도(CSV의 리디렉션 I/O 포함)로 사용되어진다.

메트릭을 변경하는 방법은 다음과 같다.
> PowerShell 실행
> Get-ClusterNetwork "CSV Cluster" | %{$_.Metric=800}
> Get-ClusterNetwork "LM Cluster" | %{$_.Metric=900}
메트릭을 변경하는 경우에는 다른 네트워크 인터페이스와 메트릭 값이 충돌되지 않도록 하기 위해서는 1,000 이하의 값으로 설정하는 것이 좋다.

메트릭이 가장 작은 네트워크가 CSV의 리디렉션 I/O 용도로 사용된다.

:
Posted by 커널64

XenDesktop Web Interface의 구성 권장 사항

1. Socket pooling을 해제한다.
기본값은 설정되어 있다. 소켓 풀링은 SSL 사용 사용 시 성능 향상을 가져오나 SSL이 사용되지 않는 경우 사용하지 않는 것을 권장한다. 설정은 Web Interface site > Manage Server Farms > Advanced Farm Setting 에서 한다.
만약, 소켓 풀링이 켜진 상태에서 손상된 소켓이 있는 경우에는 웹 인터페이스 연결 시 문제가 발생할 수 있다. 소켓 풀링을 켜지 않으면 웹 인터페이스는 필요 시마다 생성하게 되며 이는 서버 성능에 큰 영향을 주지 않는다.



2. XML 재시도 횟수를 1로 설정한다.
웹 인터페이스(5.3 기준)의 기본 값은 2로 되어 있다. 장애 감지에 좀 더 빠르게 반응하기 위해 1로 설정하는 것을 권장한다.

3. XML 시간 제한 설정을 1분에서 10초로 설정한다.
일반적인 XML 요청은 1, 2초를 넘지 않는다. 즉, 정상적인 상황의 경우 이 시간 안에 응답을 받는다는 것이다. 시간 제한 값을 짧게 해 2번 설정과 마찬가지로 장애 감지를 좀 더 빠르게 반응하도록 한다.

:
Posted by 커널64

Hyper-V 호스트의 부모 파티션에 대한 메모리 예약 방법

Windows Server 2008 R2 SP1 호스트의 동적 메모리 기능으로 인해 VM에서 부모 파티션의 메모리까지 가져가 무모 파티션의 성능이 크게 떨어지는 증상이 발생한다.
이에 대한 해결 또는 우회 방법으로 부모 파티션에게 일정량의 메모리를 예약해 주는 것이 좋겠다.

방법은 아래 레지스트리 값에 MB 값으로 예약할 메모리량을 입력한 후 재부팅하면 적용된다.

HKLM\Software\Microsoft\Windows NT\CurrentVersion\Virtualization

REG_DWORD 값 생성 후 이름을 Memory Reserve 라고 명명하고 예약할 값을 MB 로 적는다.
예를 들어, 1024를 입력하면 부모 파티션에 1GB의 메모리를 예약한다.

:
Posted by 커널64

사이트 생성 시 Active Directory를 통해 VDA(Virtual Desktop Agent)가 DDC(또는 컨트롤러)를 검색할 수 있도록 구성

참고) 스키마 확장은 필요하지 않음
이점) 팜 변경에 대해 유연하게 대응

<ProgramFiles>\Citrix\Broker\Service\Setup Scripts의 Set-ADControllerDiscovery.ps1 실행한다.
실행 예)Set-ADControllerDiscovery.ps1 -on -existingOuDn "ou=XenDesktop,dc=contoso,dc=local"

정상적으로 실행이 완료되면 해당 OU에 다음과 같은 컨테이너와 보안 그룹이 생성된다.



실행 완료 후 모든 DDC의 Citrix Broker 서비스를 재시작한다.
VDA(클라이언트 가상 데스크톱)의 아래 레지스트리에 팜 GUID가 정상적으로 입력되었는지 확인한다.
HKLM\SOFTWARE\Citrix\VirtualDesktopAgent\FarmGUID

정상적으로 컨테이너가 생성된 후 VDA 설치 시 AD 검색 옵션

:
Posted by 커널64
Hyper-V의 Dynamic Memory 적용 시 메모리 Hot Add가 되지 않는 경우
VM에 적용한다. Windows Server 2008 Enterprise에는 적용되지 않으며 Standard 및 Web Edition에만 적용된다.

When Dynamic Memory is enabled for a virtual machine system that is running one of the following operating systems, the memory of the virtual machine does not increase after the virtual machine is started. 
  • Windows Server 2008 Standard Edition Service Pack 2 (SP2)
  • Windows Server 2008 Standard Edition Server Core SP2
  • Windows Web Server 2008 SP2 
  • Windows Web Server 2008 Server Core SP2

    http://support.microsoft.com/kb/2230887/en-us
:
Posted by 커널64
SCVMM 2008 R2의 권장 핫픽스 목록 (2월 14일 기준)
http://support.microsoft.com/default.aspx?scid=kb;EN-US;2397711

Recommended updates for the Virtual Machine Manager (VMM) Server and Admin Console

2492980 (http://support.microsoft.com/kb/2492980)  Description of the System Center Virtual Machine Manager 2008 R2 hotfix rollup package: February 8, 2011

982523 (http://support.microsoft.com/kb/982523)   Description of the System Center Virtual Machine Manager 2008 R2 Admin Console hotfix rollup package: June 8, 2010

Windows Server 2008 - Recommended updates for Microsoft Hyper-V Server and for the VMM server

The following list applies only to systems that are running Windows Server 2008 Service Pack 1

954563 (http://support.microsoft.com/kb/954563)   Memory corruption may occur with the Windows Management Instrumentation (WMI) service on a computer that is running Windows Server 2008 or Windows Vista Service Pack 1

955805 (http://support.microsoft.com/kb/955805)   Certain applications become very slow on a Windows Server 2008-based or Windows Vista SP1-based computer when a certificate with the SIA extension is installed

956774 (http://support.microsoft.com/kb/956774)   A Background Intelligent Transfer Service (BITS) client cannot handle files that have paths that contain the volume GUID in Windows Server 2008 or in Windows Vista

958124 (http://support.microsoft.com/kb/958124)   A wmiprvse.exe process may leak memory when a WMI notification query is used heavily on a Windows Server 2008-based or Windows Vista-based computer

The following list applies to systems that are running Windows Server 2008 Service Pack 1 or Windows Server 2008 Service Pack 2

968936 (http://support.microsoft.com/kb/968936)   A rollup hotfix package for Windows Server 2008 Failover Clustering WMI provider

970520 (http://support.microsoft.com/kb/970520)   The Wmiprvse.exe process creates a memory leak on a computer that is running Windows Server 2008 if you remotely monitor this process by using the WMI interface on a computer that is running Windows Server 2003 or Windows XP

971244 (http://support.microsoft.com/kb/971244)   Windows Remote Management (WinRM) does not accept HTTP authorization requests that are larger than 16 KB on a computer that is running Windows Server 2008 or Windows Vista

971403 (http://support.microsoft.com/kb/971403)   The "Win32_share" WMI class cannot enumerate file shares or create file shares on a node in a Windows Server 2008 failover cluster

To see a list of recommended Hyper-V updates for Windows Server 2008 and for Microsoft Hyper-V Server 2008, visit the following Microsoft TechNet website: http://technet.microsoft.com/en-us/library/dd430893(WS.10).aspx (http://technet.microsoft.com/en-us/library/dd430893(WS.10).aspx)

Windows Server 2008 – Recommended updates for Hyper-V Failover Cluster nodes

957311 (http://support.microsoft.com/kb/957311)   Recommended hotfixes for Windows Server 2008-based server clusters

Windows Server 2008 R2 - Recommended updates for Microsoft Hyper-V Server and for the VMM server

981314 (http://support.microsoft.com/kb/981314)   The "Win32_Service" WMI class leaks memory in Windows Server 2008 R2 and in Windows 7

981845 (http://support.microsoft.com/kb/981845)   The Windows Remote Management service stops responding in Windows 7 or in Windows Server 2008 R2

To see a list of recommended Hyper-V updates for Windows Server 2008 R2 and for Microsoft Hyper-V Server 2008 R2, visit the following Microsoft TechNet website: http://technet.microsoft.com/en-us/library/ff394763(WS.10).aspx (http://technet.microsoft.com/en-us/library/ff394763(WS.10).aspx)

Windows Server 2008 R2 – Recommended updates for Hyper-V Failover Cluster nodes

974930 (http://support.microsoft.com/kb/974930)   An application or service that queries information about a failover cluster by using the WMI provider may experience low performance or a time-out exception

980054 (http://support.microsoft.com/kb/980054)   Recommended hotfixes and updates for Windows Server 2008 R2-based server clusters

Recommended updates for Windows Server 2003 systems that have Virtual Server installed

936059 (http://support.microsoft.com/kb/936059)   An update is available for the Windows Remote Management feature in Windows Server 2003 and in Windows XP

Recommended updates that should be applied to Windows 2000 systems before a P2V is performed

834010 (http://support.microsoft.com/kb/834010)   A deadlock occurs when a program that uses WMI calls the LoadLibrary() or the FreeLibrary() function in Windows 2000

843527 (http://support.microsoft.com/kb/843527)   The Win32_SCSIController WMI class cannot obtain SCSI controller information after you install the MS04-011 security update

892294 (http://support.microsoft.com/kb/892294)   A WMI event notification query does not detect a user permissions change on Windows 2000 or Windows Server 2003

:
Posted by 커널64
2011. 2. 15. 10:58

[VMware] vSphere 에디션별 기능 Virtualization2011. 2. 15. 10:58

[VMware] vSphere 에디션별 기능

:
Posted by 커널64

XenServer(5.6)에서 Windows XP(SP3)에 Xentools 설치 전과 후의 장치 관리자 비교.

일단 눈에 보이는 점은 SCSI 컨트롤러가 잡혔고, 에뮬레이터 형태의 드라이버들이 PV 드라이버로 잡힌 것을 확인할 수 있다. Hyper-V와 비교하자면 VMBus 드라이버라고 할 수 있겠다.

:
Posted by 커널64