User Tools

Site Tools


infoblox_nios:misc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
infoblox_nios:misc [2025/01/21 12:21] bstaffordinfoblox_nios:misc [2025/09/19 08:50] (current) – [Disk] bstafford
Line 118: Line 118:
  
 You do not need to resize previous 250 GB images to upgrade NIOS. Changing the disk size has no effect on the previously created VM partitions or file systems. You can only change the disk size when the VM is first created using a resizable image.  You do not need to resize previous 250 GB images to upgrade NIOS. Changing the disk size has no effect on the previously created VM partitions or file systems. You can only change the disk size when the VM is first created using a resizable image. 
 +
 +[[https://docs.infoblox.com/space/nios90/1367016071/VM+Disk+Partition|Documentation]]
 +
 +Infoblox uses an "A/B" upgrade scheme. There are two root partitions and two storage partitions. On an upgrade, the "alternate" partitions are populated must be rebooted. They flip back and forth for successive upgrades. (This is also what allows a revert to the previous version when necessary.)
 +
 + The 500 GB disk size partition is as follows:
 +<code>NAME   PARTLABEL   SIZE 
 +sda                  500 GB 
 +|-sda1 root1         8 GB 
 +|-sda2 root2         8 GB 
 +|-sda3 boot          1 GB 
 +|-sda4 config        1 GB 
 +|-sda5 storage1    229 GB 
 +|-sda6 storage2    229 GB 
 +\-sda7 swap         24 GB</code>
 +
 +The formula for storage size is: (disk - (2*8+2*1+24))/2
 +
 +That is, the disk size minus the space for root1, root2, boot, config, and swap, divided by half.
 +
 +For a 500 GB disk: (500-(2*8+2*1+24))/2 = 229
 +
 +For a 250 GB disk, (250-(2*8+2*1+24))/2 = 104. That is, each storage partition will be 104 GB.
  
  
Line 126: Line 149:
 | 250G | ~104Gb | | 250G | ~104Gb |
 | 500G | ~229Gb | | 500G | ~229Gb |
 +
 +VM using default 500GB disk image
 +
 +<code>Infoblox > show disk
 +                            Capacity  Available     Use%
 +Disk space for data:             225G        200G      7%</code>
 +
 +VM using 150GB resizable image
 +<code>Infoblox > show disk
 +                            Capacity  Available     Use%
 +Disk space for data:             53G        26G      49%</code>
 +
 +VM using default 500GB disk image + 1TB reporting disk
 +
 +<code>Infoblox > show disk
 +                            Capacity  Available     Use%
 +Disk space for data:             225G        192G    11%
 +Disk space for reporting:       1007G        950G     1%</code>
 +
infoblox_nios/misc.1737462095.txt.gz · Last modified: by bstafford