DataPlane Platform Administration
Also available as:
PDF

Remove a cluster from DataPlane

If you want to remove a cluster from DataPlane after installing and configuring DataPlane, use the rm_dp_cluster.sh command to remove the cluster from DataPlane.

Perform the following steps:

  1. Navigate to this folder:
    /usr/dp/current/core/bin
  2. Run the following command.
    sh rm_dp_cluster.sh <DP_JWT> <DP_HADOOP_JWT> <DP_HOST_NAME> <CLUSTER_NAME> <DATA_CENTER_NAME>

    The parameters are as follows:

    • <DP_JWT> - Value of the dp_jwt cookie from a valid user’s browser session.
    • <DP_HADOOP_JWT> - Value of the dp-hadoop-jwt cookie from a valid user’s browser session.
    • <DP_HOST_NAME> - Hostname of IP address of the DataPlane server.
    • <CLUSTER_NAME> - Name of the cluster to be deleted.
    • <DATA_CENTER_NAME> - Name of the data center the cluster belongs to.
  3. Enter yes to continue.