- 概要
- 要件
- インストール
- インストール後
- 移行とアップグレード
- 監視とアラート機能
- クラスターの管理
- 製品固有の設定
- トラブルシューティング

EKS/AKS の Automation Suite のインストール ガイド
Automation Suite の製品は、インストール後、いつでも有効化および無効化できます。
input.json ファイルにアクセスして更新し、uipathctl. を使用して新しい構成を適用する必要があります。Action Center を有効化または無効化する
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
}Apps を有効化または無効化する
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
}AI Center を有効化または無効化する
enable フラグと SQL データベースを更新する必要があります。
input.jsonで sql_connection_string_template_jdbc の値を設定していた場合、AI Center の既定のデータベース名は AutomationSuite_AICenterになります。
sql_connection_str を更新する必要があります。これにより、既定のデータベースと sql_connection_string_template_jdbc に設定されている接続文字列テンプレートが上書きされます。
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 に接続できません。
Automation Hub を有効化または無効化する
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 に設定します。
Automation Ops を有効化または無効化する
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 ロボットを有効化する前に、要件を満たしていることを確認してください。
Automation Suite ロボットを有効化するには、次の手順に従います。
-
input.jsonファイルのasrobotsフラグを有効化します。パッケージのキャッシュを有効化する場合は、packagecachingフラグとpackagecachefolderフラグも適切に設定してください。{ "asrobots": { "enabled": Boolean, "packagecaching": Boolean, "packagecachefolder": String } }{ "asrobots": { "enabled": Boolean, "packagecaching": Boolean, "packagecachefolder": String } }パラメーター
既定値
説明
パッケージのキャッシュTruetrueに設定すると、ロボットはローカル キャッシュを使用してパッケージを解決します。packagecachefolder/uipath_asrobots_package_cacheパッケージが保存されているサーバーレス エージェント ノード上のディスクの場所です。
注: パッケージのキャッシュを使用すると、プロセスの実行を最適化し、実行速度を向上できます。NuGet パッケージは、インターネット/ネットワークからダウンロードするのではなく、ファイルシステムから取得します。そのためには 10 GB 以上の領域が追加で必要で、その領域を専用ノードのホスト マシンのファイルシステム上のフォルダーに割り当てる必要があります。 -
マルチノードの高可用性対応の運用設定を使用する場合は、Automation Suite ロボット用に特殊なエージェント ノードを設定する必要があります。
input.json ファイルで asrobots フラグを無効化します。
Data Service を有効化または無効化する
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
}Document Understanding を有効化または無効化する
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,
"sql_connection_str": "***" // dotnet connection string,
"datamanager": {
"sql_connection_str": "***" // odbc connection string
"pyodbc_sql_connection_str": "***" // python sql connection string
}
}"documentunderstanding": {
"enabled": true,
"sql_connection_str": "***" // dotnet connection string,
"datamanager": {
"sql_connection_str": "***" // odbc connection string
"pyodbc_sql_connection_str": "***" // python sql connection string
}
}Insights を有効化または無効化する
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
}Orchestrator を有効化または無効化する
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 に設定します。
Process Mining を有効化または無効化する
input.json ファイルに以下の変更を加えます。
processminingフラグを有効化します。-
次の接続文字列テンプレートを構成します。
sql_connection_string_templatesql_connection_string_template_jdbcsql_connection_string_template_odbcsql_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 フラグを無効化します。
Task Mining を有効化または無効化する
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 が削除されたことを確認します。
Test Manager を有効化または無効化する
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 --versions versions.json automationhub deleted (dry-run) platform updated (dry-run)# uipathctl manifest apply --dry-run input.json --versions versions.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: インストーラーを実行して新しい製品構成を更新する