달력

1

« 2025/1 »

  • 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
How to Add XenServer Hosts to VMM(http://technet.microsoft.com/library/gg610684.aspx)을 따라서 SCVMM 2012에 XenServer를 추가하는데 계속해서 오류가 발생했다.

XenServer의 DNS 이름으로 입력한 경우
오류(12703)
VMM에서 MSFT-XENSVR-56 서버용 SSL/TLS 보안 채널의 트러스트 관계를 설정할 수 없습니다.
권장 작업
VMM 관리 서버의 신뢰할 수 있는 사용자 루트 저장소에 인증서를 설치한 후 작업을 다시 시도하십시오.

XenServer의 IP 주소로 입력한 경우
오류(2916)
VMM에서 요청을 완료할 수 없습니다. 10.43.6.205 에이전트와의 연결이 끊어졌습니다.
Unknown error (0x8033810f)
권장 작업
WS-Management 서비스와 에이전트가 설치되어 있고 실행되고 있으며 방화벽에서 HTTPS 트래픽을 차단하지 않는지 확인하십시오.
이 문제는 WMI 서비스와의 충돌로 인해 발생할 수도 있습니다. Windows Server 2008 R2를 실행하는 경우 KB 982293(http://support.microsoft.com/kb/982293)을 컴퓨터에 설치했는지 확인하십시오.
오류가 계속되면 10.43.6.205을(를) 다시 부팅한 후 작업을 다시 시도하십시오.

XenServer의 SSL 인증서를 SCVMM 서버의 인증서 저장소에 저장해도 증상은 동일했다.

트러블 슈팅 가이드대로 winrm 명령을 실행했더니 HTTP 501 오류가 리턴되었다.
winrm enum http://schemas.citrix.com/wbem/wscim/1/cim-schema/2/Xen_HostComputerSystem -r:https://10.43.6.205:5989 -encoding:utf-8 -a:basic -u:root -p:Password -skipcacheck -skipcncheck

WSManFault
Message = WinRM 클라이언트가 원격 WS-Management 서비스에서 HTTP 상태 코드 501을(를) 받았습니다.
오류 번호: -2144108273 0x8033810F
WinRM 클라이언트가 원격 WS-Management 서비스에서 알 수 없는 HTTP 상태 코드를 받았습니다.

원인을 찾아보던 중 http://www.dob1.info/archives/860 에서 해답을 얻었다.
아무튼, 해결책은 이렇다. SCVMM 서버에 KB2585542가 설치되어 있는지 확인하고 아래 레지스트리 값을 입력한다.
HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL
DWORD 이름: SendExtraRecord 값: 2
 

다시 winrm을 실행해 본 결과 정상적으로 값이 리턴되는 것을 확인할 수 있었다.

Xen_HostComputerSystem
    AvailableRequestedStates = 3, 10, 4
    CN = 10.43.6.205
    Caption = XenServer Host
    CommunicationStatus = null
    CreationClassName = Xen_HostComputerSystem
    Dedicated = 2
    Description = Default install of XenServer
    DetailedStatus = null
    ElementName = MSFT-XENSVR-56
    EnabledDefault = 2
    EnabledState = 2
    Generation = null
    HealthState = 5
    IdentifyingDescriptions = IPv4Address, ProductBrand, ProductVersion, BuildNumber
    InstallDate = null
    InstanceID = null
    Name = a8c324be-249f-470f-a0cc-4f467b91817b
    NameFormat = Other
    OperatingStatus = null
    OperationalStatus = 2
    OtherConfig = agent_start_time=1331330039., boot_time=1331329960., iscsi_iqn=iqn.2012-03.com.example:534e86a6
    OtherDedicatedDescriptions = null
    OtherEnabledState = null
    OtherIdentifyingInfo = 10.43.6.205, XenServer, 5.6.100, 47101p
    PowerManagementCapabilities = null
    PrimaryOwnerContact = null
    PrimaryOwnerName = null
    PrimaryStatus = null
    RequestedState = 2
    ResetCapability = null
    Roles = null
    StartTime = 2012-03-09T21:52:40Z
    Status = OK
    StatusDescriptions = null
    TimeOfLastStateChange = 2012-03-08T21:19:44Z
    TimeOffset = 32400
    TransitioningToState = 12

다시 SCVMM 콘솔에서 XenServer를 추가해 보니 정상적으로 추가가 되었다.

 

:
Posted by 커널64