On the Infrastructure and Support page, Collector node reports an alert indicating the appliance disk is not configured according to disk instructions. This occurs most frequently with the 2XL (Extra Large) profile where the primary 250 GB disk does not meet the 300 GB requirement.
The appliance disk was not configured according to the disk instructions. Appliance disk size: #### GB, recommended disk size: 300.0 GB.Collector disk space allocation in the GUI is smaller than expected:
Log in to the UI and navigate to Settings > Infrastructure and Updates.
Under the Collector VM(s) section, click the target Collector name.
In the Overview section, review Key Properties to find the Total Disk (GB) value, which should reflect the total of all allocated disks.
NOTE: VCF Operations for Networks was formerly named Aria Operations for Networks (AON), and prior to that was named vRealize Network Insight (vRNI).
VCF Operations for Networks 6.14.x
Standard VCF Operations for Networks Collector OVA templates include a 250 GB primary disk. The 2XL profile requires a minimum of 300 GB. The system does not automatically reconfigure the partition if the primary disk size is modified before the first power-on.
To increase disk capacity, add an additional hard disk. Only one additional disk can be added at a time.
df -h /dev/mapper/vg-var partition should now reflect approximately the total GB of all disks allocated to the VM.Filesystem Size Used Avail Use% Mounted ontmpfs 1.2G 980K 1.2G 1% /run/dev/mapper/vg-root 29G 6.4G 21G 24% /tmpfs 5.9G 8.0K 5.9G 1% /dev/shmtmpfs 5.0M 0 5.0M 0% /run/lock/dev/sda1 2.0G 157M 1.7G 9% /bootnone 5.9G 0 5.9G 0% /run/shm/dev/mapper/vg-tmp 25G 628K 24G 1% /tmp/dev/mapper/vg-home 30G 1.5G 27G 6% /home/dev/mapper/vg-var 300G 356M 246G 1% /var/dev/mapper/vg-var+log 49G 881M 45G 2% /var/log/dev/mapper/vg-var+log+audit 20G 18M 19G 1% /var/log/audittmpfs 1.2G 0 1.2G 0% /run/user/1000tmpfs 1.2G 0 1.2G 0% /run/user/1001
Notes:
The detection of the additional hard disk will be documented in the file /home/ubuntu/logs/disk_util.log which can be interrogated using a command such as "sudo cat /home/ubuntu/logs/disk_util.log"
Output will be of this format:
####-##-##T##:##:##.030Z: Found new disk####-##-##T##:##:##.060Z: Creating PV: /dev/sdc####-##-##T##:##:##.169Z: Extending VG: vg####-##-##T##:##:##.228Z: Extending LV: /dev/vg/var Size: ##.#G####-##-##T##:##:##.570Z: DONE
/home/ubuntu/logs/disk_util.log will be just slightly smaller than the size of the additional hard disk added.