- 概要
- 要件
- インストール
- 前提条件の確認
- インストール パッケージをダウンロードする
- 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 の製品は、インストール後、いつでも有効化および無効化できます。
input.json
ファイルにアクセスして更新し、uipathctl.
を使用して新しい構成を適用する必要があります。input.json
ファイルで Action Center を有効化または無効化するには、次の設定の詳細をご覧ください。
"actioncenter": {
"enabled": "true" //Set to "false" to disable the Action Center
}
"actioncenter": {
"enabled": "true" //Set to "false" to disable the Action Center
}
enable
フラグと SQL データベースを更新する必要があります。
input.json
で sql_connection_string_template_odbc
の値を設定していた場合、既定のデータベース名は AutomationSuite_Apps
です。
sql_connection_str
を更新する必要があります。これにより、既定のデータベースと sql_connection_string_template_odbc
に設定されている接続文字列テンプレートが上書きされます。
input.json
ファイルで Apps を有効化または無効化するには、次の設定の詳細をご覧ください。
"apps": {
"enabled": "true" //Set to "false" to disable the Apps
"sql_connection_str": "" ////Optional and only require to override the default database name
}
"apps": {
"enabled": "true" //Set to "false" to disable the Apps
"sql_connection_str": "" ////Optional and only require to override the default database name
}
enable
フラグと SQL データベースを更新する必要があります。
input.json
で sql_connection_string_template_jdbc
の値を設定していた場合、既定の AI Center データベース名は AutomationSuite_AICenter
です。
sql_connection_str
を更新する必要があります。これにより、既定のデータベースと sql_connection_string_template_jdbc
に設定されている接続文字列テンプレートが上書きされます。
-
AI Center に外部 Orchestrator が必要ない場合、
input.json
で AI Center を有効化または無効化するには、次の設定の詳細をご覧ください。"aicenter": { "enabled": "true", //Set to "false" to disable the AICenter "sql_connection_str": "" //Optional and only required to override the default database name }
"aicenter": { "enabled": "true", //Set to "false" to disable the AICenter "sql_connection_str": "" //Optional and only required to override the default database name }
AKS/EKS の Automation Suite にインストールされた AI Center は、外部 Orchestrator に接続できません。
input.json
ファイルの automation_hub
セクションで enabled
フラグを true
に設定します。
"automation_hub": {
"enabled": "true" //Set to "false" to disable Automation Hub
"sql_connection_str": "" //Optional and only require to override the default database name
}
"automation_hub": {
"enabled": "true" //Set to "false" to disable Automation Hub
"sql_connection_str": "" //Optional and only require to override the default database name
}
input.json
ファイルの automation_hub
セクションで enabled
フラグを false
に設定します。
enable
フラグと SQL データベースを更新する必要があります。
input.json
で sql_connection_string_template
の値を設定していた場合、Automation Ops の既定のデータベース名は AutomationSuite_Platform
です。
sql_connection_str
を更新する必要があります。これにより、既定のデータベースと sql_connection_string_template
に設定されている接続文字列テンプレートが上書きされます。
input.json
で Automation Ops を有効化または無効化するには、次の設定の詳細をご覧ください。
"automation_ops": {
"enabled": "true", //Set to "false" to disable the Automation Ops
"sql_connection_str": "" //Optional and only require to override the default database name
}
"automation_ops": {
"enabled": "true", //Set to "false" to disable the Automation Ops
"sql_connection_str": "" //Optional and only require to override the default database name
}
Automation Suite ロボットを有効化する前に、要件を満たしていることを確認してください。
Automation Suite ロボットを有効化するには、次の手順に従います。
-
input.json
ファイルのasrobots
フラグを有効化します。パッケージのキャッシュを有効化する場合は、packagecaching
フラグとpackagecachefolder
フラグも適切に設定してください。{ "asrobots": { "enabled": Boolean, "packagecaching": Boolean, "packagecachefolder": String } }
{ "asrobots": { "enabled": Boolean, "packagecaching": Boolean, "packagecachefolder": String } }パラメーター
既定値
説明
パッケージのキャッシュ
True
true
に設定すると、ロボットはローカル キャッシュを使用してパッケージを解決します。packagecachefolder
/uipath_asrobots_package_cache
パッケージが保存されているサーバーレス エージェント ノード上のディスクの場所です。
注: パッケージのキャッシュを使用すると、プロセスの実行を最適化し、実行速度を向上できます。NuGet パッケージは、インターネット/ネットワークからダウンロードするのではなく、ファイルシステムから取得します。そのためには 10 GiB 以上の領域が追加で必要で、その領域を専用ノードのホスト マシンのファイルシステム上のフォルダーに割り当てる必要があります。 -
マルチノードの高可用性対応の運用設定を使用する場合は、Automation Suite ロボット用に特殊なエージェント ノードを設定する必要があります。
input.json
ファイルで asrobots
フラグを無効化します。
enable
フラグと SQL データベースを更新する必要があります。
input.json
で sql_connection_string_template
の値を設定していた場合、既定のデータベース名は AutomationSuite_DataService
です。
sql_connection_str
を更新する必要があります。これにより、既定のデータベースと sql_connection_string_template
に設定されている接続文字列テンプレートが上書きされます。
input.json
で Data Service を有効化または無効化するには、次の設定の詳細をご覧ください。
"dataservice": {
"enabled": "true", //Set to "false" to disable the Data Service,
"sql_connection_str": "" //Optional and only require to override the default database name
}
"dataservice": {
"enabled": "true", //Set to "false" to disable the Data Service,
"sql_connection_str": "" //Optional and only require to override the default database name
}
enable
フラグと SQL データベースを更新する必要があります。
input.json
で sql_connection_string_template_odbc
の値を設定していた場合、既定のデータベース名は AutomationSuite_DU_Datamanager
です。
sql_connection_str
を更新する必要があります。これにより、既定のデータベースと sql_connection_string_template_odbc
に設定されている接続文字列テンプレートが上書きされます。
input.json
で Document Understanding を有効化または無効化するには、次の設定の詳細をご覧ください。
"documentunderstanding": {
"enabled": "true", //Set to "false" to disable the Document Understanding
"sql_connection_str": "" //Optional and only require to override the default database name
}
"documentunderstanding": {
"enabled": "true", //Set to "false" to disable the Document Understanding
"sql_connection_str": "" //Optional and only require to override the default database name
}
enable
フラグと SQL データベースを更新する必要があります。
input.json
で sql_connection_string_template
の値を設定していた場合、既定のデータベース名は AutomationSuite_Insights
です。
sql_connection_str
を更新する必要があります。これにより、既定のデータベースと sql_connection_string_template
に設定されている接続文字列テンプレートが上書きされます。
enable_realtime_monitoring
フラグを true
に設定します。
Insights には、メール通知の受信を有効化する、任意の SMTP 設定があります。詳しくは、「input.json を構成する」をご覧ください。
input.json
で Insights を有効化または無効化するには、次の設定の詳細をご覧ください。
"insights": {
"enabled": "true", //Set to "false" to disable the Insights,
"enable_realtime_monitoring": "false", //Set to "true" to enable Insights Real-time monitoring,
"sql_connection_str": "" //Optional and only require to override the default database name
}
"insights": {
"enabled": "true", //Set to "false" to disable the Insights,
"enable_realtime_monitoring": "false", //Set to "true" to enable Insights Real-time monitoring,
"sql_connection_str": "" //Optional and only require to override the default database name
}
input.json
ファイルで orchestrator
フラグを true
に設定します。
"orchestrator": {
"enabled": "true" //Set to "false" to disable Orchestrator
"sql_connection_str": "" //Optional and only require to override the default database name
}
"orchestrator": {
"enabled": "true" //Set to "false" to disable Orchestrator
"sql_connection_str": "" //Optional and only require to override the default database name
}
input.json
ファイルで orchestrator
フラグを false
に設定します。
input.json
ファイルに以下の変更を加えます。
processmining
フラグを有効化します。-
次の接続文字列テンプレートを構成します。
sql_connection_string_template
sql_connection_string_template_jdbc
sql_connection_string_template_odbc
sql_connection_string_template_sqlalchemy_pyodbc
-
2 つ目の SQL Server 用に個別の接続文字列を追加します。
"processmining": { "enabled": true, "sql_connection_str": "" // dotnet connection string "sqlalchemy_pyodbc_sql_connection_str": "", "warehouse": { "sql_connection_str": "", "sqlalchemy_pyodbc_sql_connection_str": "" } }
"processmining": { "enabled": true, "sql_connection_str": "" // dotnet connection string "sqlalchemy_pyodbc_sql_connection_str": "", "warehouse": { "sql_connection_str": "", "sqlalchemy_pyodbc_sql_connection_str": "" } }
processmining
フラグを無効化します。
enable
フラグと SQL データベースを更新する必要があります。
input.json
で sql_connection_string_template
の値を設定していた場合、既定のデータベース名は AutomationSuite_Task_Mining
です。
名前を既定の名前以外に変更するには、Task Mining フィールド内の sql_connection_str を更新して、既定のデータベースと sql_connection_string_template に設定されている接続文字列テンプレートを上書きします。
Task Mining では、AI 固有のワークロード専用のエージェント ノードのプロビジョニングを含む、いくつかの追加手順が必要です。
input.json
で Task Mining を有効化または無効化するには、次の設定の詳細をご覧ください。
"task_mining": {
"enabled": "true", //Set to "false" to disable the Task Mining,
"sql_connection_str": "" //Optional and only require to override the default database name
}
"task_mining": {
"enabled": "true", //Set to "false" to disable the Task Mining,
"sql_connection_str": "" //Optional and only require to override the default database name
}
ワークロードの taint を外す
必要に応じて、Task Mining ノードをエージェント ノードとして再利用できます。このためには次のコマンドを実行します。
kubectl describe node task-mining_nodename
コマンドを使用して実際の taint を確認します。- コマンド
kubectl taint nodes task-mining_nodename task.mining/cpu=present:NoSchedule-
を実行します。 kubectl describe node task-mining_nodename
コマンドを使用して taint が削除されたことを確認します。
enable
フラグと SQL データベースを更新する必要があります。
input.json
で sql_connection_string_template
の値を設定していた場合、既定のデータベース名は AutomationSuite_Test_Manager
です。
sql_connection_str
を更新する必要があります。これにより、既定のデータベースと sql_connection_string_template
に設定されている接続文字列テンプレートが上書きされます。
input.json
で Test Manager を有効化または無効化するには、次の設定の詳細をご覧ください。
"test_manager": {
"enabled": "true", //Set to "false" to disable the Test Manager,
"sql_connection_str": "" //Optional and only require to override the default database name
}
"test_manager": {
"enabled": "true", //Set to "false" to disable the Test Manager,
"sql_connection_str": "" //Optional and only require to override the default database name
}
input.json
を更新したら、uipathctl
インストーラーで以下のコマンドを実行し、サービス構成を更新します。
- 次のコマンドを実行して、クラスターに加えられる変更の出力を取得します。
# uipathctl manifest apply --dry-run input.json automationhub deleted (dry-run) platform updated (dry-run)
# uipathctl manifest apply --dry-run input.json automationhub deleted (dry-run) platform updated (dry-run) - クラスターに変更を適用するために、次のコマンドを実行します。
# uipathctl manifest apply input.json --log-level info --skip-helm
# uipathctl manifest apply input.json --log-level info --skip-helm
- 手順 1: 構成ファイル内の製品選択を変更する
- Action Center を有効化または無効化する
- Apps を有効化または無効化する
- AI Center を有効化または無効化する
- Automation Hub を有効化または無効化する
- Automation Ops を有効化または無効化する
- Automation Suite ロボットを有効化または無効化する
- Data Service を有効化または無効化する
- Document Understanding を有効化または無効化する
- Insights を有効化または無効化する
- Orchestrator を有効化または無効化する
- Process Mining を有効化または無効化する
- Task Mining を有効化または無効化する
- Test Manager を有効化または無効化する
- 手順 2: インストーラーを実行して新しい製品構成を更新する