We want to increase our data retention and it appears the limitation on snapshots is the number of vDisks so I need to figure out how many we have with our current number of VMs and snapshots.
Running AOS 5.6, NCC 3.5.2, Hyper-V 2012r2.
Any help appreciated, please let me know if there's more info I can provide.
Thanks!
David
Best answer by Prad_Math
Hi @davidvoogd ,
Can you share a screenshot or the alert information from which you were informed about the limitation on the vdisk - an NCC alert / Prism health alert etc?
To determine the vdisk count on the system,
$ vdisk_config_printer > vcp.txt
$ cat vcp.txt | grep -w vdisk_id | wc -l
$ cat abc.txt | grep shell | wc -l
AOS 5.6 has a good upper threshold which should be able to handle most, if not all type of the load (in terms of vdisk count). I don't remember the threshold though.
Further if you see an anomaly or need further help and has a Support contract, I would suggest you have a support ticket filed for a swift resolution.
Hope that helps!
Regards,
Pradeep Mathew.
View original
Can you share a screenshot or the alert information from which you were informed about the limitation on the vdisk - an NCC alert / Prism health alert etc?
To determine the vdisk count on the system,
$ vdisk_config_printer > vcp.txt
$ cat vcp.txt | grep -w vdisk_id | wc -l
$ cat abc.txt | grep shell | wc -l
AOS 5.6 has a good upper threshold which should be able to handle most, if not all type of the load (in terms of vdisk count). I don't remember the threshold though.
Further if you see an anomaly or need further help and has a Support contract, I would suggest you have a support ticket filed for a swift resolution.
Hope that helps!
Regards,
Pradeep Mathew.