How to remove Infoblox DHCP and DNS modules from Red Hat Satellite

Solution Verified - Updated -

Environment

  • Red Hat Satellite 6

Issue

  • Procedure to remove Infoblox modules installed on Red Hat Satellite or Capsule

Resolution

  • To remove the DHCP Infoblox module

    # satellite-installer --no-enable-foreman-proxy-plugin-dhcp-infoblox \
    --foreman-proxy-dhcp false \
    --foreman-proxy-dhcp-managed false \
    --reset-foreman-proxy-dhcp-provider \
    --reset-foreman-proxy-dhcp-server \
    --reset-foreman-proxy-plugin-dhcp-infoblox-dns-view \
    --reset-foreman-proxy-plugin-dhcp-infoblox-network-view \
    --reset-foreman-proxy-plugin-dhcp-infoblox-password \
    --reset-foreman-proxy-plugin-dhcp-infoblox-record-type \
    --reset-foreman-proxy-plugin-dhcp-infoblox-username
    
  • To remove the DNS Infoblox module

    # satellite-installer --no-enable-foreman-proxy-plugin-dns-infoblox \
    --foreman-proxy-dns false \
    --reset-foreman-proxy-dns-provider \
    --reset-foreman-proxy-plugin-dns-infoblox-dns-server \
    --reset-foreman-proxy-plugin-dns-infoblox-dns-view \
    --reset-foreman-proxy-plugin-dns-infoblox-password \
    --reset-foreman-proxy-plugin-dns-infoblox-username
    

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments