It will grep out the amount of data removed and how long GC is run.
Regardless if it is full you proabley want to conact support and get Agressive GC setup. It means the server will be down for a few days but if it is fully you will not be able to do backups regardless.
Another point that needs to be considered is that due to de-duplication only chunks that are unique to the client that has been deleted and not used by any other backup will be removed by garbage collection.
Thanks for your answers. Below the result of grep "Elapsed time\|Total bytes" /usr/local/avamar/var/cron/gc.log command. The deleted client server is an Enterprise Vault server (mail archiving), so it contains lots of unique files. The first backup took around 800Go and new bytes were 95%, so a lot of space should be freed, no ?
2009/01/13-06:06:04 Elapsed time = 9 seconds 2009/01/13-06:06:04 Total bytes freed = 0 (0 MB) 2009/01/14-06:06:04 Elapsed time = 30 seconds 2009/01/14-06:06:04 Total bytes freed = 0 (0 MB) 2009/01/15-08:05:44 Elapsed time = 7196 seconds 2009/01/15-08:05:44 Total bytes freed = 76173972 (73 MB) 2009/01/16-07:14:07 Elapsed time = 4125 seconds 2009/01/16-07:14:07 Total bytes freed = 7452789208 (7108 MB) 2009/01/17-07:42:09 Elapsed time = 5773 seconds 2009/01/17-07:42:09 Total bytes freed = 1022745690 (976 MB) 2009/01/18-07:09:13 Elapsed time = 3793 seconds 2009/01/18-07:09:13 Total bytes freed = 7188486560 (6856 MB) 2009/01/19-06:13:04 Elapsed time = 422 seconds 2009/01/19-06:13:04 Total bytes freed = 4158590395 (3966 MB) 2009/01/20-06:13:04 Elapsed time = 424 seconds 2009/01/20-06:13:04 Total bytes freed = 2919454829 (2785 MB) 2009/01/21-06:13:04 Elapsed time = 446 seconds 2009/01/21-06:13:04 Total bytes freed = 2856845338 (2725 MB) 2009/01/22-06:14:05 Elapsed time = 523 seconds 2009/01/22-06:14:05 Total bytes freed = 2663692792 (2541 MB) 2009/01/23-06:18:21 Elapsed time = 784 seconds 2009/01/23-06:18:21 Total bytes freed = 2617480781 (2497 MB) 2009/01/24-06:18:13 Elapsed time = 783 seconds 2009/01/24-06:18:13 Total bytes freed = 2254114856 (2150 MB) 2009/01/25-06:17:07 Elapsed time = 710 seconds 2009/01/25-06:17:07 Total bytes freed = 2091744495 (1995 MB) 2009/01/26-06:18:04 Elapsed time = 749 seconds 2009/01/26-06:18:04 Total bytes freed = 1982859985 (1892 MB) 2009/01/27-06:20:05 Elapsed time = 875 seconds 2009/01/27-06:20:05 Total bytes freed = 1851159128 (1766 MB) 2009/01/28-06:22:05 Elapsed time = 1019 seconds 2009/01/28-06:22:05 Total bytes freed = 1820263625 (1736 MB) 2009/01/29-06:29:06 Elapsed time = 1427 seconds 2009/01/29-06:29:06 Total bytes freed = 1840758353 (1756 MB)
You can see from the output that GC is only run for 24 mins a most, even by defalt GC will run for 1 hour if it has data to remove and it is only moving 1.7 Gb at a time. So I think Goran may be correct and GC is just not finding much to remove.
But as Hari and myself has said contact support - you should not try to deal with this stuff on your own - support has a lot of expericen with this, capcity issues makes up a high proportion of support calls.
The deleted client server is an Enterprise Vault server (mail archiving), so it contains lots of unique files. The first backup took around 800Go and new bytes were 95%, so a lot of space should be freed, no ?
No because with dedupe it's all about unique chunks and not files. Avamar doesn't care about files.
From what has been said so far, it's time for you to call a support.
May I know which data are share with other client? I mean , I delete or change de Retention, Hope to decrease storage space in avamar node, but as I know the de duplication share this data with other clients, do i have the possibilty to know wich are the other clients who is shared this data?
Summary:
I change retention in one of my top 3 high clients and no decrease the storage as I hope
Total indexstripes=3206
indexstripes processed= 1344
Some one can explain me in detail what exactly are the indexstripes? and if this configure can reduce my storage when i run a GC?
You said you deleted the "client" Did you also delete all the backups associated with the client. Just removing a client does not alos remove all the historic data that Avamar backed up from that client. You need to go into backup mgmt and select the client then delete all associated backup. Then just let the gc run.
daleyp
20 Posts
0
January 28th, 2009 14:00
Run the following:-
grep "Elapsed time\|Total bytes" /usr/local/avamar/var/cron/gc.log | tail -30
It will grep out the amount of data removed and how long GC is run.
Regardless if it is full you proabley want to conact support and get Agressive GC setup. It means the server will be down for a few days but if it is fully you will not be able to do backups regardless.
Goran1
13 Posts
0
January 28th, 2009 16:00
Hari5
443 Posts
0
January 28th, 2009 22:00
cpouzet
2 Posts
0
January 29th, 2009 00:00
The deleted client server is an Enterprise Vault server (mail archiving), so it contains lots of unique files. The first backup took around 800Go and new bytes were 95%, so a lot of space should be freed, no ?
2009/01/13-06:06:04 Elapsed time = 9 seconds
2009/01/13-06:06:04 Total bytes freed = 0 (0 MB)
2009/01/14-06:06:04 Elapsed time = 30 seconds
2009/01/14-06:06:04 Total bytes freed = 0 (0 MB)
2009/01/15-08:05:44 Elapsed time = 7196 seconds
2009/01/15-08:05:44 Total bytes freed = 76173972 (73 MB)
2009/01/16-07:14:07 Elapsed time = 4125 seconds
2009/01/16-07:14:07 Total bytes freed = 7452789208 (7108 MB)
2009/01/17-07:42:09 Elapsed time = 5773 seconds
2009/01/17-07:42:09 Total bytes freed = 1022745690 (976 MB)
2009/01/18-07:09:13 Elapsed time = 3793 seconds
2009/01/18-07:09:13 Total bytes freed = 7188486560 (6856 MB)
2009/01/19-06:13:04 Elapsed time = 422 seconds
2009/01/19-06:13:04 Total bytes freed = 4158590395 (3966 MB)
2009/01/20-06:13:04 Elapsed time = 424 seconds
2009/01/20-06:13:04 Total bytes freed = 2919454829 (2785 MB)
2009/01/21-06:13:04 Elapsed time = 446 seconds
2009/01/21-06:13:04 Total bytes freed = 2856845338 (2725 MB)
2009/01/22-06:14:05 Elapsed time = 523 seconds
2009/01/22-06:14:05 Total bytes freed = 2663692792 (2541 MB)
2009/01/23-06:18:21 Elapsed time = 784 seconds
2009/01/23-06:18:21 Total bytes freed = 2617480781 (2497 MB)
2009/01/24-06:18:13 Elapsed time = 783 seconds
2009/01/24-06:18:13 Total bytes freed = 2254114856 (2150 MB)
2009/01/25-06:17:07 Elapsed time = 710 seconds
2009/01/25-06:17:07 Total bytes freed = 2091744495 (1995 MB)
2009/01/26-06:18:04 Elapsed time = 749 seconds
2009/01/26-06:18:04 Total bytes freed = 1982859985 (1892 MB)
2009/01/27-06:20:05 Elapsed time = 875 seconds
2009/01/27-06:20:05 Total bytes freed = 1851159128 (1766 MB)
2009/01/28-06:22:05 Elapsed time = 1019 seconds
2009/01/28-06:22:05 Total bytes freed = 1820263625 (1736 MB)
2009/01/29-06:29:06 Elapsed time = 1427 seconds
2009/01/29-06:29:06 Total bytes freed = 1840758353 (1756 MB)
Thanks
Christian Pouzet
daleyp
20 Posts
0
January 29th, 2009 14:00
But as Hari and myself has said contact support - you should not try to deal with this stuff on your own - support has a lot of expericen with this, capcity issues makes up a high proportion of support calls.
ble1
4 Operator
•
14.4K Posts
0
January 30th, 2009 02:00
server (mail archiving), so it contains lots of
unique files. The first backup took around 800Go and
new bytes were 95%, so a lot of space should be
freed, no ?
No because with dedupe it's all about unique chunks and not files. Avamar doesn't care about files.
From what has been said so far, it's time for you to call a support.
dwilches
53 Posts
0
December 10th, 2009 00:00
What are the different chunks vs files?
dwilches
53 Posts
0
December 10th, 2009 00:00
May I know which data are share with other client? I mean , I delete or change de Retention, Hope to decrease storage space in avamar node, but as I know the de duplication share this data with other clients, do i have the possibilty to know wich are the other clients who is shared this data?
Summary:
I change retention in one of my top 3 high clients and no decrease the storage as I hope
Total indexstripes=3206
indexstripes processed= 1344
Some one can explain me in detail what exactly are the indexstripes? and if this configure can reduce my storage when i run a GC?
Regards
se7en1
55 Posts
0
December 10th, 2009 12:00