Connecting and managing cluster connections
The Topology page displays the clusters' connections.
Connect clusters
- In the Backup & Restore menu, click Topology.
- In the Topology page, click Connect clusters.
- In the Connection method window, select Use the Fusion
UI or Automate deployment.
Table 1. Cluster connection options Option Procedure Use the Fusion UI - On your hub cluster, go to the .
- Click Connect clusters.
- Select Use the Fusion UI. The connect your cluster > Use the Fusion UI window appears. The YAML starts to generate.
- After the YAML is generated successfully, click Copy snippet.
- Go to the Spoke cluster and install IBM Storage Fusion.
- Go to the Services page and install Backup & Restore Agent.
- Paste the copied snippet to proceed with the agent install.
Note: If you use a custom namespace, then do not use the Copy command because the encoded command is not editable and is of no value with a custom namespace.Automate deployment To connect multiple Spoke clusters: - On your hub cluster, go to the .
- Click Connect clusters.
- Select Automate deployment. The connect your cluster > Automate deployment window appears.
- Select the storage class to use on the spoke where you want to run the YAML.
- Click Generate.
The YAML starts to generate. Here, you can either use the Deploy using YAML or Deploy using oc command option.
- In the Deploy using YAML option, copy or download the YAML.
- Apply the YAML on each of the Spoke clusters.
Actions on a cluster record
Element or section | Description or action |
---|---|
Cluster list | The Clusters table has the following columns:
|
Search records | See Search for connections. |
Actions on a connection record |
Click the ellipsis overflow menu of a record and select any of the following actions:
|
Search for connections
- Sort the records by using the Type column
- Filter records based on Connection or Service.
- Enter keywords in the Search text to search the table.
Remove connections
You can search and remove connections.
If you remove the connection from the user interface, it removes the connection on both hub and spoke for that spoke. On the hub, there exists a connection for every spoke, so you must only remove the connection for the spoke to be uninstalled. There exists only one connection on the spoke or agent and hence you can remove it from the agent side safely. When you remove the connection on one cluster, the action removes it from both clusters.
- Search for a connection.
- From the ellipsis overflow menu of a connection record, click Remove
connection.
A Remove connection confirmation window is displayed.
- Click RemoveA notification appears to confirm the successful removal of the connection. The cluster is not available in the table after the successful removal. From the removed Agent user interface, the following banner notification is displayed:
Unmanaged service The Backup & Restore Agent's connection to the Hub cluster has been removed.
Alternatively, if you want to remove the connection from the hub side by using the oc delete connection command and more than one connection exists, then view the YAML and confirm the connected host that you want to remove.
oc get connection
NAME AGE connection-7d9a76ce09 25h
oc delete connection connection-7d9a76ce09
connection.application.isf.ibm.com "connection-7d9a76ce09" deleted