This post is more than 5 years old
21 Posts
0
2162
August 14th, 2015 10:00
Data Domain MTree
I have a couple directories on a Mtree That i can not remove. Is there a way i can remove them as they are no longer needed
No Events found!
This post is more than 5 years old
21 Posts
0
2162
August 14th, 2015 10:00
I have a couple directories on a Mtree That i can not remove. Is there a way i can remove them as they are no longer needed
Top
__14
23 Posts
1
September 14th, 2015 09:00
@nrgreen
1 You need to export the Mtree via NFS/CIFS and then you need to mount it in the mentioned server .
Note : Export should be have root access
2 You can access the share and delete the files or directory which you wanted to
3 All the deleted objects will be wiped out in the next cleaning cycle and space will be accumulated after that .
erptec
1 Message
0
September 14th, 2015 04:00
To remove mtree you must first delete the associated shares nfs or cifs.
To check if there are active share can use the command "nfs show active"
ex.
--------------------------- -----------
/data/col1/backup-fxxxxxo 10.90.18.73
/data/col1/backup-fxxxxxo 10.90.18.71
/data/col1/backup-fxxxxxo 10.90.18.66
--------------------------- ----------
if there are active connections you must first remove the fs on the server and then delete mtree
nrgreen
21 Posts
0
September 23rd, 2015 08:00
Thank you for the help this worked perfectly