obdeploy
obdeploy copied to clipboard
[Question]: OBD server DR handling
Description
I want to ask about how can I stop/start OCP cluster if my only one OBD server down.
I followed the following official website to setup OCP successfully. https://www.oceanbase.com/docs/common-ocp-1000000002381076
After that, I want to restart the OCP cluster. So I search about the command. The following command is what I found. obd cluster stop [cluste_name] obd cluster start [cluste_name]
Then it come out a problem. If my obd server is out of service, how can I do so? I tried to deploy the same conf file in another OBD server by following command. obd cluster deploy [cluste_name] -c conf.yaml But the cluster status is 'configured', I think it is not a solution.