- 概要
- 要件
- インストール
- 前提条件の確認
- インストール パッケージをダウンロードする
- uipathctl cluster
- uipathctl cluster maintenance
- uipathctl cluster maintenance disable
- uipathctl cluster maintenance enable
- uipathctl cluster maintenance is-enabled
- uipathctl cluster upgrade
- uipathctl config
- uipathctl config alerts
- uipathctl config alerts add-email
- uipathctl config alerts remove-email
- uipathctl config alerts update-email
- uipathctl config additional-ca-certificates get
- uipathctl config tls-certificates get
- uipathctl config orchestrator
- uipathctl config orchestrator get-config
- uipathctl config orchestrator update-config
- uipathctl config additional-ca-certificates update
- uipathctl config tls-certificates update
- uipathctl health
- uipathctl health bundle
- uipathctl health check
- uipathctl health diagnose
- uipathctl health test
- uipathctl identity
- uipathctl identity add-host-admin
- uipathctl identity enable-basic-auth
- uipathctl identity get-saml-certificate
- uipathctl identity get-token-signing-certificate
- uipathctl identity rotate-saml-certificates
- uipathctl identity rotate-token-signing-certificates
- uipathctl identity update-saml-certificate
- uipathctl identity update-token-signing-certificate
- uipathctl manifest
- uipathctl manifest apply
- uipathctl manifest diff
- uipathctl manifest get
- uipathctl manifest list-applications
- uipathctl manifest render
- uipathctl prereq
- uipathctl prereq create
- uipathctl prereq run
- uipathctl resource
- uipathctl resource report
- uipathctl snapshot
- uipathctl snapshot backup
- uipathctl snapshot backup create
- uipathctl snapshot backup disable
- uipathctl snapshot backup enable
- uipathctl snapshot delete
- uipathctl snapshot list
- uipathctl snapshot restore
- uipathctl snapshot restore create
- uipathctl snapshot restore delete
- uipathctl snapshot restore history
- uipathctl snapshot restore logs
- uipathctl sso
- uipathctl sso generate-connector
- uipathctl sso generate-overlays
- uipathctl sso generate-rbac
- uipathctl version
- インストール後
- 移行とアップグレード
- 監視とアラート機能
- クラスターの管理
- 製品固有の設定
- トラブルシューティング
キャッシュ
Automation Suite の UiPath® 製品にはキャッシュ機能が必要です。 Cloud Redis (Azure/AKS) または ElastiCache (AWS/EKS) をプロビジョニングする必要があります。 前提条件と互換性のあるバージョンのリストについては、「 相互運用性マトリクス」をご覧ください。
EKS/AKS の Automation Suite は現在、AWS や Azure が提供する Redis データベース クラスタリング 機能をサポートしていません。 そのため、Redis アクティブ/パッシブクラスターを使用する Redis サービスを選択する必要があります。
たとえば、AWS では Redis データベースのクラスタリングを ElastiCache Redis (クラスターモードが有効) クラスターと呼ばれているため、代わりに Redis (クラスターモードが無効) クラスター を選択する必要があります。
Orchestrator や Identity など、Automation Suite の複数のサービスは、Redis を分散キャッシュとして使用して、重要な操作や大量の操作を高速化します。これらのサービスは、アクセス頻度の高いデータを Redis に格納することで、何度もデータをデータベースから取得したり、コストの高い計算を複数回実行したりしないようにします。
次の推奨事項は、Azure に固有のものです。一般的には、少なくとも 1 GB の容量と運用環境のサービス レベル アグリーメント (SLA) を持つ SKU を選択することをお勧めします。
Redis キャッシュの要件については、プロビジョニング計画は、デプロイする環境の種類 (テスト環境や運用環境など) によって異なります。
- Basic: サービス レベル アグリーメント (SLA) が提供されないため、運用環境のデプロイには推奨されません。ただし、テスト環境には使用できます。
- Standard C1 (1GB): ほとんどのインストールに適した妥当な容量とパフォーマンスを提供します。また、将来 Standard C2 や Premium などのより高いレベルにスケーリングすることもできます。
- Standard C2: Standard C1 の 1 つ上のレベルになり、C1 と比較して、より大きな容量と高いパフォーマンスを提供します。
- Premium: より高い SLA を促進する可用性ゾーンが提供され、セキュリティを強化するための VNet との連携によってセキュリティが強化されるため、最も推奨されるオプションです。
input.json
でアクセス情報を渡す必要があります。
"fabric": {
"redis": {
"hostname": "xx",
"password": "xx",
"port": 6380,
"tls": true
}
}
"fabric": {
"redis": {
"hostname": "xx",
"password": "xx",
"port": 6380,
"tls": true
}
}