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 の担当者にお問い合わせください。

    • 接続/接続解除:接続の障害か接続解除の障害かどうかを示します。

    • ユーザー/ドメイン:障害が発生したユーザーおよびドメイン。

    • ファイルの場所:ファイルの場所です。 形式は、<datacenter>/<node>/<vcenter>/<datastore>/<vmdk path> です。

    • 仮想マシンの場所:ファイルの場所です。形式は、<datacenter>/<node>/<vcenter>/<vm name> です。

    接続/接続解除の障害が表示される場合、以下をチェックすることをお勧めします。

    • このユーザーは、適切なグループのメンバーか。

    • デスクトップにエージェントがインストールされており、最新の状態か。

    また、障害の情報を記録して、サポート要求に追加することもできます。

    注:

    また、ユーザー インターフェイスには、これらの障害の基本情報(つまり、障害の数と影響を受けるユーザー数)を含む通知が表示されます。通知に関する詳細については、[通知] ページ を参照してください。