---
title: Reinstating a replica administrative node after failing over
description: If you fail over to your replica administrative node, you must configure a new replica admin node.
component: pingaccess
version: 9.0
page_id: pingaccess:reference_guides:pa_reinstating_a_replica_admin_node_after_failing_over
canonical_url: https://docs.pingidentity.com/pingaccess/9.0/reference_guides/pa_reinstating_a_replica_admin_node_after_failing_over.html
revdate: May 31, 2024
section_ids:
  about-this-task: About this task
  steps: Steps
---

# Reinstating a replica administrative node after failing over

If you fail over to your replica administrative node, you must configure a new replica admin node.

## About this task

|   |                                                                                                                                             |
| - | ------------------------------------------------------------------------------------------------------------------------------------------- |
|   | If you want to then switch back to the original admin console, you must recreate it as a replica administrative node, then fail over to it. |

## Steps

1. Install the new replica administrative node.

2. In the `run.properties` file, change the value for `pa.operational.mode` to `CLUSTERED_CONSOLE_REPLICA`.

   This property is case-sensitive.

3. In the PingAccess admin console, edit the primary and replica host configuration and download the new replica node's bootstrap file:

   1. Click **Settings** and go to **Clustering → Administrative Nodes**.

   2. Change the **Primary Administrative Node** host name and port to the failed-over node.

   3. Remove the **Replica Administrative Node** public key, then change the **Replica Administrative Node** host name and port to point to the new replica node.

      |   |                                                                                                                                                                                                                                                                                                                                        |
      | - | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
      |   | If your key pair *(tooltip: \<div class="paragraph">&#xA;\<p>The private key and public key represented by a certificate.\</p>&#xA;\</div>)* doesn't include a wildcard, you can use the same host name as the original console to avoid having to recreate the console key pair and the `bootstrap.properties` files for each engine. |

   4. Click **Save & Download** to download the bootstrap file for the replica administrative node.

4. Copy the downloaded file to the new replica administrative node's `<PA_HOME>/conf` directory and rename it to `bootstrap.properties`.

5. Edit the `<PA_HOME>/conf/run.properties` file on the new replica administrative node and change the value of `pa.operational.mode` to `CLUSTERED_CONSOLE_REPLICA`.

6. Start the new replica node.

7. To verify that replication is complete, look for the message `Configuration successfully synchronized with administrative node` in the `<PA_HOME>/log/pingaccess.log` file.
