Xentools 재설치(Windows)
    • PDF

    Xentools 재설치(Windows)

    • PDF

    Article Summary

    Classic 환경에서 이용 가능합니다 .

    Xentools는 Windows VM의 I/O 드라이버 및 관리 에이전트로 고성능의 I/O 서비스 제공하기 위해 사용되는 Tool입니다. Xentools 재설치(Windows)에서는 Windows 서버의 Xentools 재설치 방법을 안내합니다.

    주의
    • Xentools를 재설치하는 과정에서 Blue screen of death (BSOD)가 발생할 수 있습니다.
    • 작업 전 백업을 위해 반드시 Server Image 가이드를 참고하여 내 서버 이미지를 생성한 뒤 작업해 주십시오.

    Step 0. 사전 준비

    참고

    Xentools 설치를 위해서는 서버에 설치된 .Net Framework 버전이 4.0 이상이어야 합니다. 설치 전 .Net Framework 버전을 확인해 주십시오.

    1. Xentools_Uninstall.exe 파일 다운로드

    아래 powershell script를 실행시켜서 Xentools_Uninstall.exe 파일을 다운로드해 주십시오.

    Start-BitsTransfer -Source "http://init.gov-ncloud.com/xentools/windows/Xentools_Uninstall.exe" -Destination "c:\Xentools_Uninstall.exe"
    

    2. 새로 설치할 Xentools 설치 파일 다운로드

    윈도우 서버에서 Xentools는 두 가지 방법으로 다운받을 수 있습니다.

    • 방법 1: 링크를 통해 윈도우 서버의 Xentools 정보 확인 및 다운로드할 수 있습니다.
    • 방법 2: NAVER Cloud에서 제공하는 repo를 통해서 Xentools 설치 파일을 다운로드할 수 있습니다.
    # 최신 버전의 Xentools 다운로드
    Start-BitsTransfer -Source "http://init.gov-ncloud.com/xentools/windows/managementagentx64-latest.msi" -Destination "c:\managementagentx64-latest.msi"
    

    Step 1. Xentools Uninstall

    1. Xentools_Uninstall.exe 파일을 관리자 모드로 실행

    다운로드한 Xentools_Uninstall.exe 파일을 관리자 모드로 실행해 주십히오.
    compute-xentoolswindow-new-01-ko

    2. 서버 재시작

    Xentools Uninstall 과정에서 리부팅이 진행됩니다.
    Xentools_Uninstall.exe 파일을 실행하면 계속해서 진행할지 알람창이 발생합니다.
    리부팅이 불가능한 상황이라면 No를 눌러 Xentools Uninstall 과정을 중단해 주십시오.

    주의
    • Yes를 누르면 서버가 리부팅되므로 리부팅이 가능한 상황에서만 진행해 주십시오.

    compute-xentoolswindow-new-02-ko

    Step 2. Xentools Install

    Xentools 설치를 진행합니다.

    • 설치 과정에서 Network Driver가 설치되기 때문에 원격 접속 연결이 끊기고 재접속이 불가할 수 있습니다.
    • 원격 접속이 불가할 경우 콘솔 연결을 사용하시거나 1회 리부팅 후 재접속하시면 됩니다.
    • 만약 서버 상태가 재시작에 멈춰있다면 서버에 접속하여 리부팅 팝업 창이 더 이상 뜨지 않는지, Xentools 재설치 후 리부팅을 2회 이상 진행하였는지 확인해 주십시오.
    주의
    • Xentools 재설치 후 서버가 리부팅 되어야 Xentools가 정상적으로 인식됩니다.
    • 리부팅은 콘솔이 아닌 서버에서 직접 수행해 주십시오.
    • 리부팅을 2회 이상 수행하지 않고 네이버 클라우드 플랫폼 콘솔에서 재시작/정지 제어 시 제어 명령이 올바르게 수행되지 않을 수 있습니다.

    compute-xentoolswindow-new-03-ko

    compute-xentoolswindow-new-04-ko

    compute-xentoolswindow-new-05-ko

    compute-xentoolswindow-new-06-ko

    Step 3. Xentools Check

    1. Xentools Service Check

    powershell에서 아래 명령어를 수행하면, 다음과 같이 3개의 서비스가 운영중으로 보여야 합니다.

    Get-Service -Name Xen*
    
    Status   Name               DisplayName                           
    ------   ----               -----------                           
    Status   Name               DisplayName                           
    ------   ----               -----------                           
    Running  xenagent           XenServer Agent                       
    Running  xenbus_monitor     XenServer PV Driver Monitor      
    Running  XenSvc             Citrix VM Tools Management Agent  
    

    만약 Status가 Running 중이지 않다면, 해당 서비스를 실행시켜 주시기 바랍니다.

    • run - service.msc 입력 후 서비스명을 확인하여 우클릭 후 서비스 시작 수행
    참고

    위는 9점대 Xentools가 설치된 경우 조회되는 서비스입니다.
    서버에 7점대 Xentools가 설치되어 있다면 아래와 같이 조회됩니다.

    Status   Name               DisplayName
    ------   ----               -----------
    Running  xenagent           XenServer Agent
    Running  xenbus_monitor     XenServer PV Driver Monitor
    Running  XenSvc             Citrix XenServer Windows Management
    

    2. Xentools Version Check

    윈도우 서버의 Xentools의 Version Check 방법은 3가지가 있으며, 편하신 방법으로 확인하시면 됩니다.

    • 방법 1: powershell에서 Major -> Minor -> Micro 순서로 Xentools Version을 확인할 수 있습니다.
    PS C:\Users\Administrator> REG QUERY "HKLM\SOFTWARE\Citrix\XenTools"
    
    HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\XenTools
        InstallDir    REG_SZ    C:\Program Files\Citrix\XenTools\
        MajorVersion    REG_DWORD    0x9
        MinorVersion    REG_DWORD    0x3
        MicroVersion    REG_DWORD    0x0
        BuildVersion    REG_DWORD    0x49
        DisableAutoUpdate    REG_DWORD    0x1
    
    • 방법 2 : 프로그램 추가/제거 메뉴에서 Xentools Version을 확인할 수 있습니다.
      compute-xentoolswindow-new-08-ko

    • 방법 3 : Registry에서 Xentools Version을 확인할 수 있습니다. HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\XenTools 으로 이동하여 다음과 같이 확인 가능합니다.
      compute-xentoolswindow-new-09-ko


    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.