Unsolved
This post is more than 5 years old
1 Message
0
4019
May 4th, 2007 10:00
How to check the actual space usage by checkpoint
How to check the actual space used by the checkpoint because i have having a problem jiving the report that I got on the storage pool that I got versus the report that I got using the nas_fs command and I can't really get the actual space interms for the file system size versus pool size. Thanks!
No Events found!


Nitish2
3 Posts
0
May 7th, 2007 01:00
This shows the actual size of the checkpoint.
kchuemc
19 Posts
0
May 29th, 2007 17:00
To find the size of the Savvol, you can run a "nas_fs -size
You'll see something like this:
[nasadmin@cs-scordc nasadmin]$ nas_fs -size ckpt_rh_fs_ckpt_sched_013
volume: total = 20000 avail = 16386 used = 3614 ( 19% ) (sizes in MB)
ckptfs: total = 241876 avail = 108939 used = 132937 ( 54% ) (sizes in MB) ( blockcount = 40960000 )
Volume = size of volume used by checkpoints, and % used of checkpoint, in this case 20GB disk space and 19% used.
Ckptfs = size of original volume.
As you can see below, I have multiple checkpoints of the same filesystem (rh_fs), but all share the same savvol volume...
[nasadmin@cs-scordc nasadmin]$ fs_ckpt rh_fs -l
268 ckpt_rh_fs_ckpt_sched_008 05/17/2007-00:45:04-EST y 90% 19%
269 ckpt_rh_fs_ckpt_sched_009 05/18/2007-00:45:04-EST y 90% 19%
270 ckpt_rh_fs_ckpt_sched_010 05/19/2007-00:45:04-EST y 90% 19%
Hope this helps
squareahead
12 Posts
0
June 11th, 2007 00:00
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
June 11th, 2007 00:00
Rainer_EMC
6 Operator
•
8.6K Posts
0
June 13th, 2007 06:00
nas_fs ¿x fs_test_ckpt1 size=50G
However you shouldnt need to. By default a savvol will automatically extend unless:
- you specifically turned that auto-extension off by setting %full to 0 when creating the checkpoint
- there is no more space in the pool that the file system is built from
- all savvols in total hit the 20% of total storage mark (configurable)
see the Using SnapSure on Celerra manual on Powerlink
chrisp3
111 Posts
0
December 17th, 2007 10:00
It is also my understanding, if you run a rotating snap by setting the "Keep" to say 5 to get a snap Monday-Friday. It will put that change data for those 5 snaps in the same storage space (80 gig in this example).
So when you run the command...
nas_fs -size pfs06-Monday-ckpt (This would be the first of 5)
and it says you have used 5% of the storage....
Do you multiply that 5% x 5 to get how much is actually used?
So to get total snapshot space used, over 5 snaps it would actually be 25% of the disk space?