This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
ログ
Citrix Provisioningでは診断ツールを使用して、Provisioningファームのトラブルシューティングと管理を行います。このツールを使用して問題を報告したり、SQL Server AOT(Always On Tracing:常時トレース)を使用したりすることができます。
問題の報告
Citrix Insight Services(CIS)の問題の報告を使用して、発生した問題をシトリックスサポートに直接報告します。CISは、計測を行って利用統計情報を収集し、ビジネス上の識見を得るためのプラットフォームです。詳しくは、「CISの問題の報告」を参照してください。
ヒント:
CISの詳細、最新情報、および機能について詳しくは、CIS Webサイトを参照してください。ログオンするには、Citrixアカウントの資格情報が必要です。
常時トレース
Citrix Provisioning AOTの機能を使用して、ディスクに直接AOTログを保存できます。Citrix Provisioningサーバー上でPowerShell(PoSH)を使用してこの機能を構成します。
以下に注意してください:
- この機能はデフォルトで有効になっています。
- デフォルトのディスクサイズは500 MBです。
- AOTログはC:\ProgramData\Citrix\Provisioning Services\Log\AOTに保存されます。
- この機能を変更または無効にするには、PoSHコマンドを使用します。
- この機能はCPUとIOPSを記録します。
ヒント:
AOTを有効にしたら、利用統計情報サービスを再起動する必要があります。
AOTログをディスクに保存する
Enable-CitrixTrace
PoSHテレメトリコマンドを使用して、Citrix Provisioningが特定のpersistDirectoryでディスク上にトレースファイルを保存できるようにします。格納されるトレースファイルの最大サイズ(バイト単位)は、maxSizeBytes
パラメーターを使用して構成します。sliceDurationSeconds
パラメーターは、スライストレースおよびブロックトレースの期間を秒単位で定義します。
このコマンドの構文は次のとおりです:
Enable-CitrixTrace -Listen
'{"trace":
{"enabled": true,
"persistDirectory":"C:\ProgramData\Citrix\Provisioning Services\Log\AOT",
"maxSizeBytes": 524288000,
"sliceDurationSeconds": 300
}
}'
<!--NeedCopy-->
例:
C:\PS>Enable-CitrixTrace -Listen ‘{“trace” :{“enabled”: true, “persistDirectory”: “C:\Users\Public”,”maxSizeBytes”: 1000000, “sliceDurationSeconds”: 300}}’
<!--NeedCopy-->
共有
共有
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select Do Not Agree to exit.