infoblox_nios:deploy_nios_vm
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| infoblox_nios:deploy_nios_vm [2024/03/13 12:23] – [VMware] bstafford | infoblox_nios:deploy_nios_vm [2025/08/07 16:48] (current) – [VMware] bstafford | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| ====== Deploy Virtual Infoblox Appliance ====== | ====== Deploy Virtual Infoblox Appliance ====== | ||
| + | Where possible, deploy all vCPU on same socket. Specifically, | ||
| + | |||
| + | The resizable VM can scale up to 2.5TB disk. | ||
| + | |||
| + | |||
| ===== Documentation ===== | ===== Documentation ===== | ||
| * [[https:// | * [[https:// | ||
| Line 11: | Line 15: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | ===== X6 ====== | ||
| + | * When you purchase X6 with Microsoft Management installed, be aware that you can't install Microsoft Management on a NIOS VM that has the CP licence installed. So, although the X6 appliance is licenced for CP, you can't install it if you want to use Microsoft Management. | ||
| + | * You need to install DNS first before installing RPZ and DTC. If you try to install all licences at the same time, it is possible that RPZ and DTC will not install and you just have to re-import those licences and they will install. | ||
| + | |||
| ===== VMware ===== | ===== VMware ===== | ||
| The following steps show how to deploy an Infoblox VMware OVA image onto VMware Workstation on Windows 10. Deploying on ESXi should be similar. | The following steps show how to deploy an Infoblox VMware OVA image onto VMware Workstation on Windows 10. Deploying on ESXi should be similar. | ||
| - | - Deploy nios-8.4.3-ddi.ova by double clicking it in Windows Explorer. | + | - Deploy nios-9.0.7-ddi.ova by double clicking it in Windows Explorer. |
| - Accept the terms of the license agreement and click ' | - Accept the terms of the license agreement and click ' | ||
| - Pick a name for the VM and click ' | - Pick a name for the VM and click ' | ||
| - Select the model of Infoblox Appliance you want to deploy (e.g. TE-815 or TE-825, etc). This is how VMware knows how much RAM and CPU to set on the VM. | - Select the model of Infoblox Appliance you want to deploy (e.g. TE-815 or TE-825, etc). This is how VMware knows how much RAM and CPU to set on the VM. | ||
| - You now have an option to pre-populate configuration but ignore this and just click ' | - You now have an option to pre-populate configuration but ignore this and just click ' | ||
| - | - The machine will deploy and boot. Make sure you update the VM's four network interfaces to be connected to the appropriate VLAN in the hypervisor. Also remember that LAN1 (the interface you access by default) is the second network interface. The first interface is the management interface but that is not used by default. Also remember that, **IN A LAB**, you get away with reducing the RAM from 16GB to 4Gb (or even 2GB) and from 4CPU to 2CPU (or even 1CPU). (Order of network interfaces is MGMT, LAN1, HA, LAN2) | + | - The machine will deploy and boot. Make sure you update the VM's four network interfaces to be connected to the appropriate VLAN in the hypervisor. Also remember that LAN1 (the interface you access by default) is the second network interface. The first interface is the management interface but that is not used by default. Also remember that, **IN A LAB**, you get away with reducing the RAM from 16GB to 4Gb (or even 2GB) and from 4CPU to 2CPU (or even 1CPU). (Order of network interfaces is MGMT, LAN1, HA, LAN2). **HOWEVER**, |
| - Log into the VM with the username '' | - Log into the VM with the username '' | ||
| - Run the '' | - Run the '' | ||
| Line 31: | Line 39: | ||
| **Remember**, | **Remember**, | ||
| + | |||
| + | **Remember** You can specify temp licences with | ||
| + | < | ||
| ===== MGMT Port ===== | ===== MGMT Port ===== | ||
| Line 36: | Line 47: | ||
| NIOS appliances come with a MGMT port. By default it is not used. | NIOS appliances come with a MGMT port. By default it is not used. | ||
| - | In general, | + | In general, |
| When GM in HA. You can SSH to the VIP which is located on HA port of the Active node, the HA interface IP on Active member and LAN1 port on either member. You cannot SSH to HA port IP on Passive member. | When GM in HA. You can SSH to the VIP which is located on HA port of the Active node, the HA interface IP on Active member and LAN1 port on either member. You cannot SSH to HA port IP on Passive member. | ||
| Line 64: | Line 75: | ||
| * It is not possible to have a GM or GMC with this option enabled because the GM and GMC appliance MUST use the LAN1 interface for Grid Communications (the UI will throw an error if you enable the option and then make the member a GMC). | * It is not possible to have a GM or GMC with this option enabled because the GM and GMC appliance MUST use the LAN1 interface for Grid Communications (the UI will throw an error if you enable the option and then make the member a GMC). | ||
| * It is possible to have a HA GM/GMC and have their MGMT interfaces enabled. | * It is possible to have a HA GM/GMC and have their MGMT interfaces enabled. | ||
| - | * If the MGMT interface of the GM is enabled, the Web UI (and thus API access) will be set to the MGMT interface. | + | * If the MGMT interface of the GM is enabled, the Web UI (and thus API access) will be set to the MGMT interface. |
| - | * If the MGMT interface of the GM is enabled and the GM is a HA pair, then the Web UI (and thus API access) will be set to the MGMT interface of the ACTIVE member. After HA failoever, web access will be to the other MGMT interface (thus, you will need to access a different IP to get to the Web UI. | + | * If the MGMT interface of the GM is enabled and the GM is a HA pair, then the Web UI (and thus API access) will be set to the MGMT interface of the ACTIVE member. After HA failoever, web access will be to the other MGMT interface (thus, you will need to access a different IP to get to the Web UI. (unless " |
| - | * Given the above, | + | * Given the above, |
| * An example might be a Grid of two standalone appliances that server DNS. You might enable and use MGMT for UI/API and access because the only time Web UI will switch to the second device is if a GMC Promotion happens. Obviously, this Grid design is not bset practice because a) best practice includes HA and b) best practice seperates the management layer from the service layer. | * An example might be a Grid of two standalone appliances that server DNS. You might enable and use MGMT for UI/API and access because the only time Web UI will switch to the second device is if a GMC Promotion happens. Obviously, this Grid design is not bset practice because a) best practice includes HA and b) best practice seperates the management layer from the service layer. | ||
| * Realistically, | * Realistically, | ||
| Line 76: | Line 87: | ||
| * When joining the Grid, if MGMT port is configured, you will be asked ''" | * When joining the Grid, if MGMT port is configured, you will be asked ''" | ||
| * If the node has LAN1 and MGMT configured but the GM only has LAN1 configured for the node, then you MUST use LAN1 to connect to the GM and the MGMT interface will be de--configured as the node joins the Grid. The MGMT interface on the node cannot be used to join the Grid. | * If the node has LAN1 and MGMT configured but the GM only has LAN1 configured for the node, then you MUST use LAN1 to connect to the GM and the MGMT interface will be de--configured as the node joins the Grid. The MGMT interface on the node cannot be used to join the Grid. | ||
| + | * If you are joining a GMC to the Grid or a secondary node to the GM HA pair, even if MGMT is enabled, you must still use LAN1 to join the GM VIP because MGMT cannot be used for Grid communications on a GM/GMC. This means that you must say " | ||
| * If you have enabled ''" | * If you have enabled ''" | ||
| * You MUST pre-configure the MGMT interface on the new node before connecting to the Grid. (or the join will fail) | * You MUST pre-configure the MGMT interface on the new node before connecting to the Grid. (or the join will fail) | ||
| Line 85: | Line 97: | ||
| If a member already has " | If a member already has " | ||
| + | |||
| + | ===== KVM ===== | ||
| + | NIOS can be deployed on Proxmox. You need to convert the supplied KVM file and then import into Proxmox using the QCOW2 CLI command. Then it fails, so edit the network interface from E1000 to virtio, then add 4 more interfaces. | ||
| + | |||
infoblox_nios/deploy_nios_vm.1710332590.txt.gz · Last modified: by bstafford
