This post is more than 5 years old
2 Intern
•
614 Posts
0
513
July 19th, 2011 11:00
what is the true free space amount calculation on the dmx-3?
Hi,
We're doing a refresh of our storage environment in about nine months. I am providing my manager with all kinds of space reports however, the number varies based on my calculation. I use the following commands:
symconfigure -sid 91 list -freespace -units MB
symdev -sid 91 list -noport -nobcv (then I add up all the MB listed for each hyper)
symdisk -sid 91 list (add up all the MB listed for each disk)
The amounts from the symconfigure/symdisk are close, however, the symdev calculation shows 2TB more.
Which one should I use for the exact amount of physical space left to allocate/provision on the dmx-3?
Thanks in advance!
admingirl
No Events found!
dynamox
9 Legend
•
20.4K Posts
0
July 19th, 2011 13:00
symdev list -noport will list devices that are already created and not mapped ( be careful to check if you are using clone devices that could be in use for some other purposes, even though they are not mapped. For example we use clones for a weekly copy over SRDF to remote site, these clones are not mapped to FAs ..but we did put them in a device group)
symdisk commands give you raw space, for example look at this group
so it says that i have ~2.3 TB free but be careful because you may not be able to provisioned all that due to gaps of free space, other protection rules. Best thing to do is to create a symconfigure script that will create devices of your normal size, run this script in preview mode and see if it succeed. Increase the number of devices each time and eventually it will say it can't create devices because it does not satisfy raid requirements ..or something of that nature.
admingirl
2 Intern
•
614 Posts
0
July 20th, 2011 06:00
Thank you Dynamox!