Starting a Cluster

Start a Big Data Service cluster that as been stopped. You can start clusters when your workload requests increase. The service cost for the cluster returns to normal.

    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. From the Actions menu (Actions Menu) for the cluster, select Start.
    3. In the Start cluster panel, enter the cluster administrator password.
    4. To keep the node shape, select Keep node shape.
    5. To select a new node shape, select a shape from the Choose node shape dropdown.
      Note

      All nodes under the node type are changed to the new target shape.
    6. Select Start.
      The cluster status changes to Active.
  • Use the oci bds instance start command and required parameters to start a cluster.
    oci bds instance start --bds-instance-id <bds_instance_id> --cluster-admin-password <cluster_admin_password> [OPTIONS]

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

  • Use the StartBdsInstance operation to start a cluster.