How to change the Docker UP (DOCKER_BIP) in SMAX

  • KM03650611
  • 08-Jun-2020
  • 08-Jun-2020

Summary

The DOCKER_BIP is available for modification only on the installation process, however its possible due to network expansion on the company the IP subnet might conflict with others.

Question

The DOCKER_BIP is available for modification only on the installation process, however its possible due to network expansion on the company the IP subnet might conflict with others.

It's possible to change the DOCKER_BIP by following the steps below. followed by a restart of both CDF and Suite.

 

Answer

1. Locate the file: /opt/kubernetes/cfg/docker on the Master server

Update the ip value for the bip in the DOCKER_OPTS option.

DOCKER_BIP=" -H unix://var/run/docker.sock --data-root /opt/kubernetes/data/docker --bip=172.17.0.1/16

2. Restart the SMAX suite and CDF accordingly.