1

I've had a few power outages in the recent days and my server had to restart. The BDC cluster did not come back online.

What is the command to manually start my single node BDC cluster?

SQL-BDC

Rob Farley
  • 15,625
  • 5
  • 44
  • 58
Memko
  • 13
  • 3

1 Answers1

1

Technically, when you restart your node, the BDC should come up.
When you boot up your single node BDC, run a kubectl get pods -n [bdc namespace] and see what state the pods are in. That'll help point you in the right direction.

Make sure you're running the latest version of BDC (CU4) and that your IP is static.

colinD
  • 1,641
  • 1
  • 20
  • 22