Restarting a Cluster's Node

You can restart a single node of a cluster from the Big Data Service Cluster details page.

    1. On the Clusters list page, select the cluster that you want to work with. If you need help finding the list page or the cluster, see Listing Clusters in a Compartment.
    2. On the Cluster details page, select More Actions.
    3. Select Restart node.
    4. In the Restart node panel, enter the name of the node to restart.
    5. Select Restart.
  • Use the oci bds instance restart-node command and required parameters to restart a node.
    oci bds instance restart-node --bds-instance-id <bds_instance_id> --node-id <node_id> [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference for Big Data.

  • Use the RestartNode operation to restart a cluster node.