Versions Compared

Key

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

...

Warning
titleImportant Note

The minimum system requirements specified for NIOS-X servers must be dedicated to the server you plan to deploy. They cannot be shared with or used for other non-Infoblox applications. Doing so will negatively affect the performance of your BloxOne Infoblox Platform services. For information about the minimum system requirements and port usage, see the following:

...

For Red Hat 8.x and 9.x:

Note
titleNote

Do  Do not install Docker on RedHat Red Hat and just install the container.containerd.io.

sudo dnf install -y yum-utils device-mapper-persistent-data lvm2

sudo dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo

sudo dnf update -y

sudo dnf install -y containerd.io

sudo mkdir -p /etc/containerd

sudo containerd config default > /etc/containerd/config.toml

sudo systemctl enable containerd

sudo systemctl restart containerd

Execute the following commands:

sudo yum install -y container-selinux selinux-policy-base
rpm -i sudo yum install -y https://rpm.rancher.io/k3s/stable/common/centos/8/noarch/k3s-selinux-0.1.13-rc10.el7el8.noarch.rpm

Then, disable nm-cloud-setup.service using the following command:

...

After you install the required package, complete the following:

  1. Disable the firewall service.
    • systemctl stop firewalld.service
    • systemctl disable firewalld.service
  2.  Mask the firewalld service.
      Enable
      • systemctl mask firewalld.service
      • systemctl status firewalld.service    
    • Install and enable the iptables service (if it exists).Reboot the system..
      • dnf install iptables-services
      • systemctl enable iptables
      • modprobe ipv6
      • modprobe ip6_tables
      • systemctl start iptables
      • systemctl status iptables
    • Reboot the system.
Note

Ensure the /var partition has at least 20 GB of free disk space. For Azure instances, use the command below to increase disk space. Note that commands may vary depending on the instance type.

lvextend -L+12G /dev/rootvg/varlv

xfs_growfs /dev/mapper/rootvg-varlv

For Ubuntu 20 and Ubuntu 22:

...

  1. Log in to the Infoblox Portal.
  2. Go to Configure > Administration > Downloads.
  3. Go to the BloxOne Hosts pane and select Download BloxOne install script from the drop-down list.
  4. Execute the downloaded script on Bare-Metal with the following command:

...