Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Before you start the deployment, do the following:

  • Ensure that your Docker environment meets the minimum deployment requirements.
  • On the on-prem hosts, open all ports listed in Port Usage for Bare-Metal On-Prem Hosts, in addition to opening the ports required for firewalls.
  • Ensure that there are no other processes using port 53 on the host system on which your on-prem host will be deployed. For example, some Ubuntu systems running local DNS cache (system-resolved) might occupy port 53, and your on-prem host might not function properly in this case.

To deploy on-prem hosts by using the Infoblox Docker container, do the following:

...

Download the Infoblox Docker image tar file to your server, and then execute the following command at the root. Note that to execute Docker commands, you must have root privileges.

...

The system displays the download process. The following is an example:

...

Execute the following command to verify that the Infoblox Docker image has been downloaded properly:

# docker images

...

On the Docker system, execute the following command:

No Format
sudo docker run -d \
  --name blox.noa \
  --network=host \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v /var/lib/infoblox/certs:/var/lib/infoblox/certs \
  -v /etc/onprem.d/:/etc/onprem.d/ \
  -v /etc:/mount/etc:ro \
  -v /usr/share/zoneinfo:/usr/share/zoneinfo:ro \
  infobloxcto/onprem.agent:<VERSION> \
  --jointoken $JOIN_TOKEN
Note
titleNotes

You must use “blox.noa” as the container name; do not change this. You can capture the onprem.agent version in the “Loaded image” field when you download the Infoblox Docker image. Only the Docker image version 19.03.5 or greater supports the jointoken option.

To be fully compatible with the BloxOne services, you must update the Docker daemon settings and set the log driver to "json-file". For more information, refer to the Docker documentation, at https://docs.docker.com/config/containers/logging/configure/.

...

# docker ps

...

Include Page
BloxOneCloud:Bare-Metal Docker Deployment
BloxOneCloud:Bare-Metal Docker Deployment