- 概要
- 要件
- インストール前
- インストール
- インストール後
- 移行とアップグレード
- Automation Suite をアップグレードする
- スタンドアロン製品を Automation Suite に移行する
- 手順 1: スタンドアロンの製品データベースを復元する
- 手順 2: 復元した製品データベースのスキーマを更新する
- 手順 3: Identity 組織データをスタンドアロンから Automation Suite に移動する
- 手順 4: Automation Suite のプラットフォーム データベースをバックアップする
- 手順 5: 組織を Automation Suite にマージする
- 手順 6: 以降済みの製品の接続文字列を更新する
- 手順 7: スタンドアロンの Orchestrator を移行する
- 手順 8: スタンドアロンの Insights を移行する
- 手順 9: スタンドアロンの Test Manager を移行する
- 手順 10: 既定のテナントを削除する
- 単一テナントの移行を実行する
- Automation Suite クラスター間を移行する
- 監視とアラート機能
- クラスターの管理
- 製品固有の設定
- トラブルシューティング

OpenShift の Automation Suite のインストール ガイド
製品を管理する
Automation Suite の製品は、インストール後、いつでも有効化および無効化できます。
そのためには、input.json ファイルにアクセスして更新し、uipathctl. を使用して新しい構成を適用する必要があります。
Automation Suite のアップグレード中に製品を有効化または無効化することはできません。
手順 1: 構成ファイル内の製品選択を変更する
-
構成ファイルで製品選択を変更します。
そのためには、好みのエディターで
input.jsonを編集します。 -
サービス リストで、有効化または無効化する特定のサービスの
enableフラグをtrueまたはfalseに設定します。個々の製品については、以下の例をご覧ください。注:Action Center と Apps は、
enableフラグを更新するだけで管理できます。その他の製品のインストールを構成するには、追加の手順が必要になる場合があります。詳しくは、次の手順をご覧ください。
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 を有効化または無効化する
Apps では、enable フラグと SQL データベースを更新する必要があります。
以前に input.json で sql_connection_string_template_odbc の値を設定していた場合、既定のデータベース名は AutomationSuite_Apps です。
既定のデータベース名を変更するには、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 を有効化または無効化する
AI Center では、enable フラグと SQL データベースを更新する必要があります。
以前に input.json で sql_connection_string_template_jdbc の値を設定していた場合、既定の AI Center データベース名は AutomationSuite_AICenter です。
既定のデータベース名を変更するには、AI Center フィールド内の 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
}
Automation Hub を有効化または無効化する
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
}
Automation Hub を無効化するには、input.json ファイルの automation_hub セクションで enabled フラグを false に設定します。
Automation Ops を有効化または無効化する
Automation Ops では、enable フラグと SQL データベースを更新する必要があります。
以前に input.json で sql_connection_string_template の値を設定していた場合、Automation Ops の既定のデータベース名は AutomationSuite_Platform です。
既定のデータベース名を変更するには、Automation Ops フィールド内の sql_connection_str を更新する必要があります。これにより、既定のデータベースと sql_connection_string_template に設定されている接続文字列テンプレートが上書きされます。
Automation Ops は、Orchestrator を含むコア プラットフォームとデータベースを共有します。ここでデータベースを変更する場合は、コア プラットフォームのデータベースも更新します。
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 } }パラメーター 既定値 説明 packagecachingtruetrueに設定すると、ロボットはローカル キャッシュを使用してパッケージを解決します。packagecachefolder/uipath_asrobots_package_cacheパッケージが保存されているサーバーレス エージェント ノード上のディスクの場所です。 注:パッケージのキャッシュを使用すると、プロセスの実行を最適化し、実行速度を向上できます。NuGet パッケージは、インターネット/ネットワークからダウンロードするのではなく、ファイルシステムから取得します。そのためには 10 GB 以上の領域が追加で必要で、その領域を専用ノードのホスト マシンのファイルシステム上のフォルダーに割り当てる必要があります。
-
マルチノードの高可用性対応の運用設定を使用する場合は、Automation Suite ロボット用に特殊なエージェント ノードを設定する必要があります。
Automation Suite ロボットを無効化するには、input.json ファイルで asrobots フラグを無効化します。
Data Service を有効化または無効化する
Data Service では、enable フラグと SQL データベースを更新する必要があります。
以前に input.json で sql_connection_string_template の値を設定していた場合、既定のデータベース名は AutomationSuite_DataService です。
既定のデータベース名を変更するには、Data Service フィールド内の 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 を有効化または無効化する
Document Understanding では、enable フラグと SQL データベースを更新する必要があります。
以前に input.json で sql_connection_string_template_odbc の値を設定していた場合、既定のデータベース名は AutomationSuite_DU_Datamanager です。
既定のデータベース名を変更するには、Document Understanding フィールド内の 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 を有効化または無効化する
Insights では、enable フラグと SQL データベースを更新する必要があります。
以前に input.json で sql_connection_string_template の値を設定していた場合、既定のデータベース名は AutomationSuite_Insights です。
既定のデータベース名を変更するには、Insights フィールド内の sql_connection_str を更新する必要があります。これにより、既定のデータベースと sql_connection_string_template に設定されている接続文字列テンプレートが上書きされます。
Insights のリアルタイム監視機能を有効化するには、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 を有効化または無効化する
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
}
Orchestrator を無効化するには、input.json ファイルで orchestrator フラグを false に設定します。
Process Mining を有効化または無効化する
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": "" } }
Process Mining を無効化するには、processmining フラグを無効化します。
Test Manager を有効化または無効化する
Test Manager では、enable フラグと SQL データベースを更新する必要があります。
以前に input.json で sql_connection_string_template の値を設定していた場合、既定のデータベース名は AutomationSuite_Test_Manager です。
既定のデータベース名を変更するには、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
}
手順 2: インストーラーを実行して新しい製品構成を更新する
input.json を更新したら、uipathctl インストーラーで以下のコマンドを実行し、サービス構成を更新します。
-
次のコマンドを実行して、クラスターに加えられる変更の出力を取得します。
# uipathctl manifest apply --dry-run input.json --versions versions.json# uipathctl manifest apply --dry-run input.json --versions versions.json -
インストーラーで構成を生成できるようにするには、次のコマンドを実行します。
uipathctl prereq create input.json --versions versions.jsonuipathctl prereq create input.json --versions versions.json詳しくは、「 設定を自動的に生成する」をご覧ください。
-
input.jsonに設定した入力に基づいて前提条件を確認するには、次のコマンドを実行します。uipathctl prereq run input.json --versions versions.jsonuipathctl prereq run input.json --versions versions.json詳細については、「 前提条件を確認する」をご覧ください。
-
クラスターに変更を適用するために、次のコマンドを実行します。
# uipathctl manifest apply input.json --versions versions.json --log-level info --skip-helm# uipathctl manifest apply input.json --versions versions.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 を有効化または無効化する
- Test Manager を有効化または無効化する
- 手順 2: インストーラーを実行して新しい製品構成を更新する