Recovering Data in a Community with One Primary Database and One Secondary Database with the SRC CLI
In an environment in which a community includes one database assigned a primary role and another database assigned a secondary role, and the primary database is not operative, you must promote the secondary database to primary and reconfigure the inoperative primary database.
For example, if the database on C2 has a secondary role:
user@C2#
edit system ldap server community[edit system ldap server community]user@C2#
set role primaryuser@C2#
commit
C2 already has C1 configured as primary neighbor.
- On the existing database that has a primary role, remove the neighbor as secondary and add it as primary.
For example, to configure C1 as a primary database with C2 as a primary neighbor:
user@C1# edit system ldap server community[edit system ldap server community]user@C1# set role primary
user@C1#delete secondary-neighbors C2
user@C1# set primary-neighbors C2user@C1# commitRelated Topics