Updating Host Entry to Add Load Balancer Private IP

  1. Sign in to un0.
  2. Run the following:
    dcli "echo '<LB Private IP><Space><Hostname for LB>' >> /etc/hosts"

    The LB Private IP is the Load Balancer Private IP copied from private Load Balancer.

    Example:

    dcli "echo '15.0.1.140 ranger-ha-lb.oraclecloud.com' >> /etc/hosts"

  3. Ensure the hostname in the previous step is unique and not creating conflict with any of the existing host of Big Data Service nodes.