- Overview
- Requirements
- Pre-installation
- Preparing the installation
- Downloading the installation packages
- Configuring the OCI-compliant registry
- Granting installation permissions
- Installing and configuring the service mesh
- Installing and configuring the GitOps tool
- Installing the External Secrets Operator
- Deploying Redis through OperatorHub
- Applying miscellaneous configurations
- Running uipathctl
- Installation
- Disaster recovery - Installing the secondary cluster
- Post-installation
- Migration and upgrade
- Monitoring and alerting
- Cluster administration
- Product-specific configuration
- Troubleshooting

Automation Suite on OpenShift installation guide
To install the secondary Automation Suite cluster in an Active/Passive deployment, take the following steps.
- Generate or copy the
input.jsonfile from the primary Automation Suite cluster. For more details, see Generating or copying the configuration file of the primary cluster. -
Update the
input.jsonfile with the parameters specific to the secondary Automation Suite cluster. -
Resume the Automation Suite installation.
-
Switch off inactive products if you use an Active/Passive configuration.
Generate a new input.json file or copy it from the primary cluster.
uipathctl manifest get-revision --namespace <uipath> >> /path/to/new/input.jsonuipathctl manifest get-revision --namespace <uipath> >> /path/to/new/input.jsonUpdate the input.json file with the parameters specific to the secondary Automation Suite cluster by taking the following steps:
Once the parameters in the previous step are provided or modified in the input.json, you can resume the installation. For details, refer to Installing Automation Suite.
uipathctl installer. Note that you do not need to generate a new input.json.
If you deployed Automation Suite in Active/Passive mode, you can scale down the cluster and switch off inactive products using the following command.
uipathctl config products scale-downuipathctl config products scale-down To scale up the cluster and bring back inactive products, refer to Bringing back the products.