録画成功率を確認する

録画成功率を確認することで、アクティブな録画ポリシーに一致するすべてのセッションが録画されているかどうかを知ることができます。録画成功率は次のように計算されます。

録画成功率 = 正常に録画されたセッションの数 / アクティブな録画ポリシーに一致するセッションの総数

前提条件

  • この機能には、Session Recordingサーバーの最小バージョン2203が必要です。

  • 正確な計算のためにサイト構成とセッションデータを取得するには、Broker PowerShell スナップイン (Broker_PowerShellSnapIn_x64.msi) をインストールする必要があります。このスナップインは、Citrix Virtual Apps and Desktops の ISO (\x64\Citrix Desktop Delivery Controller) に含まれており、指示に従ってインストールできます。

  • For an on-premises Delivery Controller, install and use the Citrix Virtual Apps and Desktops™ PowerShell SDK. For a Delivery Controller in Citrix Cloud, install and use the Citrix DaaS Remote PowerShell SDK. To determine which SDK to install and use, be aware of the Delivery Controller that you specified when you configured your recording policy.

手順

展開環境全体の録画成功率を確認するには、次の手順を実行します。

  1. 適切な権限を持つドメインユーザーアカウントを使用して、Session Recordingサーバーをインストールしたマシンにログオンします。

  2. Start PowerShell and change the current drive to the <Session Recording server installation path>\Bin folder.

  3. 展開の種類に基づいてコマンドを実行します。

    • オンプレミスのDelivery Controller™の場合は、必要に応じて次のいずれかのコマンドを実行します。
      • If the FQDN of the Session Recording server is the same with the FQDN in the certificate bound to the Session Recording server, run SsRecUtils.exe -CalcRecSuccessRate <Delivery Controller address>.

      • If you have specified a custom domain name with the certificate binding, run SsRecUtils.exe -CalcRecSuccessRate <Delivery Controller address> - SRBrokerURL <custom domain name>.

    • Citrix Cloud™ のデリバリーコントローラーの場合、次のコマンドを順番に実行します。

      • Add-PSSnapin Citrix.Broker.Admin.V2

      • Set-XDCredentials -CustomerId “<Citrix Cloud customer ID>” -SecureClientFile “<path to secure client file>” -ProfileType CloudApi -StoreAs default

      • get-xdauthentication

      • SsRecUtils.exe -CalcRecSuccessRate CloudDDC

  4. 録画成功率を確認します。現在アクティブな録画ポリシーに一致するすべてのセッションが録画されている場合、録画成功率は100%です。それ以外の場合、録画成功率は100%未満であり、セッションの詳細が提供されているファイルで失敗した録画を確認するように求められます。例:

    録画成功率100% 録画成功率100%

    録画成功率50% 録画成功率50%

録画成功率を確認する

この記事の概要