-
Bug
-
Resolution: Done
-
Major
-
rhos-17.1.0
-
None
-
False
-
-
False
-
?
-
?
-
?
-
?
-
No
-
-
-
Important
<Include the documentation URL, the chapter or section number, and a detailed description of the issue.>
- The Documentation URL:
- Chapter:
20.3. Preparing the cluster for Controller node replacement
- Section:
8. Remove the OVN southbound database server for the replaced Controller node from the cluster:
- Obtain the server ID of the OVN southbound database server to be replaced:
$ ssh tripleo-admin@<controller_ip> sudo podman exec ovn_cluster_north_db_server ovs-appctl -t /var/run/ovn/ovnnb_db.ctl cluster/status OVN_Southbound 2>/dev/null|grep -A4 Servers:
#Description:
Even though the Server ID of the OVN southbound database is to be obtained, information on the southbound database cannot be obtained because ovnnb_db.ctl in the ovn_cluster_north_db_server container is specified.
To obtain information about the Southbound database, the following command must be executed.
```
$ ssh tripleo-admin@<controller_ip> sudo podman exec ovn_cluster_south_db_server ovs-appctl -t /var/run/ovn/ovnsb_db.ctl cluster/status OVN_Southbound 2>/dev/null|grep -A4 Servers:
```