Python 스크립트를 사용하여 App Volumes 기능 문제를 해결할 수 있습니다.

아래 설명된 스크립트에는 Python 2.7.9 이상이 필요합니다.

  • 애플리케이션 할당에 대한 매핑 세부 정보 검색

    아래 스크립트는 작업 환경의 할당 세부 정보를 검색합니다.

    • 사용법:

      usage: mapping_details.py [-h] [-t TYPE] [-p XMP_PORT] [-o CSV_PATH]
                                [-u SEARCH_USER] [-g SEARCH_GROUP]
                                [-d SEARCH_DOMAIN]
                                xmp_host xmp_domain xmp_user xmp_password
       
      positional arguments:
        xmp_host              XMP host url
        xmp_domain            XMP user domain
        xmp_user              XMP user name
        xmp_password          XMP user password
       
      optional arguments:
        -h, --help            show this help message and exit
        -t TYPE, --type TYPE  All, AppVolumes, DaaS
        -p XMP_PORT, --port XMP_PORT
                              XMP host port
        -o CSV_PATH, --output CSV_PATH
                              Output csv file path
        -u SEARCH_USER, --user SEARCH_USER
                              Search user name
        -g SEARCH_GROUP, --group SEARCH_GROUP
                              Search group name
        -d SEARCH_DOMAIN, --domain SEARCH_DOMAIN
                              Search domain name
    • 스크립트 형식:

      mapping_details.py <IP/FQDN> <domain> <username> '<password>' -p 8443
    • 코드 예제(모든 할당 검색):

      qbi@qbi-vm ~ # mapping_details.py qbi-ubuntu.eng.vmware.com falcon administrator '<password>' -p 8443
      Get assignments successfully.
      qbi@qbi-vm ~ # cat assignments.csv
      key,user name,assignment,application name,bundle name,package name,assignment type,Os type
      MIRAGEDOMAIN\qbi only||Mozilla Firefox (3.0.3),MIRAGEDOMAIN\qbi only,qbi-only-win10-x64,Mozilla Firefox (3.0.3),,,Native,Windows 10 (x64)
      MIRAGEDOMAIN\qbi only||Adobe Flash Player 21 NPAPI,MIRAGEDOMAIN\qbi only,qbi-only-win10-x64,Adobe Flash Player 21 NPAPI,,,Native,Windows 10 (x64)
      MIRAGEDOMAIN\qbi only||Mozilla Maintenance Service,MIRAGEDOMAIN\qbi only,qbi-only-win10-x64,Mozilla Maintenance Service,,,Native,Windows 10 (x64)
      MIRAGEDOMAIN\qbi only||Mozilla Firefox 45.0.1 (x86 en-US),MIRAGEDOMAIN\qbi only,qbi-only-win10-x64,Mozilla Firefox 45.0.1 (x86 en-US),,,Native,Windows 10 (x64)
      MIRAGEDOMAIN\qbi only||Python 2.6.6,MIRAGEDOMAIN\qbi only,qbi-only-win10-x64,Python 2.6.6,,,Native,Windows 10 (x64)
      FALCON\qbi||Adobe Flash Player 21 NPAPI,FALCON\qbi,qbi-win10-x64,Adobe Flash Player 21 NPAPI,,,Native,Windows 10 (x64)
      FALCON\qbi||Mozilla Maintenance Service,FALCON\qbi,qbi-win10-x64,Mozilla Maintenance Service,,,Native,Windows 10 (x64)
      FALCON\qbi||Mozilla Firefox 45.0.1 (x86 en-US),FALCON\qbi,qbi-win10-x64,Mozilla Firefox 45.0.1 (x86 en-US),,,Native,Windows 10 (x64)
      MIRAGEDOMAIN\qbi||Adobe Flash Player 21 NPAPI,MIRAGEDOMAIN\qbi,qbi-win10-x64,Adobe Flash Player 21 NPAPI,,,Native,Windows 10 (x64)
      MIRAGEDOMAIN\qbi||Mozilla Maintenance Service,MIRAGEDOMAIN\qbi,qbi-win10-x64,Mozilla Maintenance Service,,,Native,Windows 10 (x64)
      MIRAGEDOMAIN\qbi||Mozilla Firefox 45.0.1 (x86 en-US),MIRAGEDOMAIN\qbi,qbi-win10-x64,Mozilla Firefox 45.0.1 (x86 en-US),,,Native,Windows 10 (x64)
      FALCON\Users||FirefoxWin10x64,FALCON\Users,app-bundle-assignment,Mozilla Firefox (3.0.3),FirefoxWin10x64,,Native,Windows 10 (x64)
      FALCON\Users||CutePDF Professional 3.7 (Evaluation),FALCON\Users,users-win7,CutePDF Professional 3.7 (Evaluation),,,Native,Windows 7 (x64)
      FALCON\Users||FileZilla Client 3.9.0.6,FALCON\Users,users-win7,FileZilla Client 3.9.0.6,,,Native,Windows 7 (x64)
      MIRAGEDOMAIN\Users||CutePDF Professional 3.7 (Evaluation),MIRAGEDOMAIN\Users,users-win7,CutePDF Professional 3.7 (Evaluation),,,Native,Windows 7 (x64)
      MIRAGEDOMAIN\Users||FileZilla Client 3.9.0.6,MIRAGEDOMAIN\Users,users-win7,FileZilla Client 3.9.0.6,,,Native,Windows 7 (x64)
  • 연결 및 분리 실패에 대한 세부 정보 검색

    아래 스크립트는 AppStack 관련 경우를 포함하여 연결 및 분리 실패에 대한 세부 정보를 가져옵니다.

    • 사용법:

      usage: fetch_volume_failures.py [-h] [-t SEARCH_DURATION] [-u SEARCH_USER]
                                      [-d SEARCH_DOMAIN] [-s PAGE_SIZE]
                                      [-c | -v | -o CSV_PATH]
                                      login_host login_domain login_user
                                      login_password
       
      positional arguments:
        login_host            Login host url in format hostname<:port>
        login_domain          Login user domain
        login_user            Login user name
        login_password        Login user password
       
      optional arguments:
        -h, --help            show this help message and exit
        -t SEARCH_DURATION, --time SEARCH_DURATION
                              Last1Hour, Last12Hour, Last24Hour, Last72Hour, All
        -u SEARCH_USER, --user SEARCH_USER
                              Search user name
        -d SEARCH_DOMAIN, --domain SEARCH_DOMAIN
                              Search domain name
        -s PAGE_SIZE, --size PAGE_SIZE
                              Size of each page of the results
        -c, --concise         Print results in concise view
        -v, --verbose         Print results in itemed view
        -o CSV_PATH, --output CSV_PATH
                              Output to csv file in given path (default)
    • 스크립트 형식:

      python fetch_volume_failures.py <IP/FQDN> <domain> <username> '<password>'
    • 코드 예제:

      python fetch_volume_failures.py 10.111.24.65 falcon administrator '<password>' # output as volume_failures.csv for last 1 hour
      python fetch_volume_failures.py 10.111.24.65 falcon administrator '<password>' -v # show results of last 1 hour in screen
      python fetch_volume_failures.py 10.111.24.65 falcon administrator '<password>' -t Last24Hour # show last 24 hour result
      python fetch_volume_failures.py 10.111.24.65 falcon administrator '<password>' -t All -u hez -d vmwarem # show all results of hez@vmwarem for last 1 hour
      

    각 실패 기록에는 다음 정보가 포함됩니다.

    • 타임스탬프

    • 쓰기 가능 여부 - 쓰기 가능 볼륨인지(Y) 또는 AppStack(N)인지를 나타냅니다.

      참고:

      쓰기 가능 볼륨은 베타 기능입니다. 자세한 내용은 VMware 담당자에게 문의하십시오.

    • 연결/분리 - 연결 실패인지 또는 분리 실패인지를 나타냅니다.

    • 사용자/도메인 - 발생한 실패에 대한 사용자 이름 및 도메인입니다.

    • 파일 위치 - 파일 위치입니다. 형식은 <데이터 센터>/<노드>/<vCenter>/<데이터스토어>/<VMDK 경로>입니다.

    • VM 위치 - 파일 위치입니다. 형식은 <데이터 센터>/<노드>/<vCenter>/<VM 이름>입니다.

    연결/분리 실패를 확인한 경우 다음을 확인하는 것을 권장합니다.

    • 사용자가 해당 그룹의 구성원입니까?

    • 에이전트가 데스크톱에 설치되어 있으며 최신 버전입니까?

    지원 요청에 포함할 실패 정보를 기록할 수도 있습니다.

    참고:

    이러한 실패에 대한 기본 정보(예: 실패 횟수 및 영향받은 사용자 수)를 포함하는 알림도 사용자 인터페이스에 표시됩니다. 알림에 대한 자세한 내용은 알림 페이지를 참조하십시오.