infoblox_nios:deploy_reporting_vm
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| infoblox_nios:deploy_reporting_vm [2023/04/16 15:21] – bstafford | infoblox_nios:deploy_reporting_vm [2025/07/11 13:46] (current) – bstafford | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Deploying an Infoblox Reporting Server in a Lab ====== | ====== Deploying an Infoblox Reporting Server in a Lab ====== | ||
| - | [[https:// | + | ===== Management ===== |
| + | If MGMT port is enabled on a Grid Member (e.g. DNS member), then the member will use the MGMT port to communicate | ||
| - | **NOTE**: Even when you have a proper reporting licence, you will still need to set the permanent reporting license using the set temp_licence command on the reporting server after it has joined the Grid. | + | ===== Deploy NIOS Reporting VM ===== |
| + | **NOTE**: Even when you have a proper reporting license, you will still need to set the permanent reporting license using the set temp_license command on the reporting server after it has joined the Grid. | ||
| - | **NOTE**: When you add the extra logging disk, it can be as large as you like but it cannot be resized after deployment without redeploying | + | Before doing anything, SSH into the Grid Manager appliance and run '' |
| + | < | ||
| + | The grid-wide license unique ID (same as LPC_UID): | ||
| + | Be aware that the reporting server will want username/ | ||
| - | **NOTE**: Officially, Infoblox recommends provisioning | + | Before deploying |
| - | To deploy an Infoblox Reporting server in a lab, you will need the same OVA file that you use to deploy | + | Once that is done, make sure you also have the |
| + | * Grid Name | ||
| + | * Grid Shared Secret | ||
| + | * IP address of the Grid Manager (LAN1 or, if HA is used, the HA VIP). | ||
| - | When you deploy the OVA file, select IB-5005 as the model number. | + | To deploy |
| - | When the VM deploys, it will have 8 CPU cores and 64 GB of RAM. For a lab (e.g. VMware Workstation on your laptop) reduce this to something sensible such as 2 CPU cores and 8 GB RAM (or even less? I got it to boot with 1 CPU and 2Gb of RAM. However, I didn't ' | + | Deploy |
| - | Power on the machine. | + | The amount of CPU/RAM assigned is flexible. For a tiny test lab, 4 vCPU and 8GB RAM is fine to start with. You may even be able to reduce to 2 vCPU and 4GB RAM. For production, talk to your account team at Infoblox or professional services. You will likely need 8 vCPU and 32GB RAM minimum. |
| - | Run set '' | + | Power on the VM. |
| - | This restarts | + | Log in via the console with the credentials admin/ |
| - | Run set '' | + | Run set '' |
| - | This restart | + | This reboots |
| - | Run set '' | + | Log in via the console with the credentials admin/ |
| - | Choose option 3 "Add Reporting subscription | + | Run set '' |
| - | This installs a Reporting subscription grid-wide. It is this bit that adds the "Reporting" tab to the Grid Master GUI top banner. | + | - Add NIOS License |
| + | - Add Grid license | ||
| + | - Add Reporting | ||
| - | **NOTE**: I have seen it before where the reporting appliance | + | Add a Grid license (option #2). This is necessary for us to be able to join the VM to the NIOS Grid. |
| - | Run '' | ||
| - | This restart | + | Run '' |
| - | Ensure that the Grid Master has a member entry for this appliance. | + | This reboots |
| - | On this appliance, run '' | + | Assuming you didn't choose |
| - | This restarts | + | If you want to use the MGMT port (you probably don't) then configure it now as per [[infoblox_nios: |
| - | Log into the Grid Master | + | On the VM, run '' |
| + | This reboots the VM and joins it to the Grid. Once it has joined to the Grid, any further configuration is doing using the Grid Manager UI or via SSH to the reporting member using credentials for the Grid Manager. | ||
| - | Set the reporting settings by going to '' | + | Log into the Grid Master and check that the member is connected by checking '' |
| - | Under '' | + | |
| + | SSH into the reporting member (assuming you have enabled SSH under Grid > Grid Manager > Grid Properties > | ||
| + | |||
| + | Run set '' | ||
| + | - Add NIOS License | ||
| + | - Add Grid license | ||
| + | - Add Reporting subscription license | ||
| + | Add a Reporting subscription license (option #3). This will generate a perpetual, Grid Wide, Reporting license which can be seen under Grid > Licenses > Grid Wide. | ||
| + | |||
| + | < | ||
| + | |||
| + | This action will generate a perpetual Reporting license. | ||
| + | Are you sure you want to do this? (y or n): y | ||
| + | Reporting Subscription temporary grid-wide license installed. | ||
| + | |||
| + | Temporary license (grid-wide) is installed. | ||
| + | Infoblox ></ | ||
| + | |||
| + | Log out of the Grid Manager UI and back in and you will now see the " | ||
| + | |||
| + | Set the reporting settings by going to '' | ||
| + | |||
| + | Under '' | ||
| Save and close. | Save and close. | ||
| Line 57: | Line 89: | ||
| You should now be able to view the reporting server under the '' | You should now be able to view the reporting server under the '' | ||
| + | |||
| + | When you access the " | ||
| + | |||
| + | Click the " | ||
| + | |||
| + | Set username/ | ||
| + | |||
| + | Finally, don't forget to get proper licenses installed. You will need to apply two sets of licenses | ||
| + | * The NIOS and Grid license for the reporting server that makes it a TE-v5005 (or IB-v5005, same thing) as well as gives it permission to join the Grid. These are $0 from Infoblox and you can have as many as you like. | ||
| + | * The Grid Wide reporting license that specifies the maximum amount of data the reporting system in the Grid can ingest daily. 500Mb is $0. Higher than that, you get 1GB, 2GB, etc. | ||
| + | |||
| + | To get the proper licenses, you need to register the reporting VM in the Infoblox Support portal. Get the Hardware ID by running show hwid | ||
| + | < | ||
| + | Hardware ID: 564D21240E8FA9695FCE5704BEA203AA</ | ||
| + | |||
| + | To get the proper Grid wide license, you need to register the " | ||
| + | |||
| + | ===== Replacing Perpetual Reporting===== | ||
| + | |||
| + | * Run '' | ||
| + | * Create " | ||
| + | * Remove the old permanent reporting license from the Grid. | ||
| + | * Power off the old reporting server. | ||
| + | * Power on the new reporting server. | ||
| + | * Add the new reporting server to the Grid. | ||
| + | * And the new "Grid Wide" subscription reporting license to the Grid. | ||
| + | |||
| + | [[https:// | ||
| + | |||
infoblox_nios/deploy_reporting_vm.1681658475.txt.gz · Last modified: by bstafford
