Hey guys, sorry for what might be a noob-ish question. I have two folders on my Isilon each with their own SMB share using AD for authentication and permissions. I need to move about 1.5TB worth of data (about 100,000 files) from one to the other. I can not remove or change the existing shares as they have other data. My first thought was to move the files using mv from the shell, but then I would have to repropagate the permissions once they reach the destination. Of course I can dedicate a server to move them over SMB and keep the permissions but that would take some time too. Anyone ran into this and recommend a way to move forward?Thanks.
--
You received this message because you are subscribed to the Google Groups "Isilon Technical User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isilon-user-gr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hey guys, sorry for what might be a noob-ish question. I have two folders on my Isilon each with their own SMB share using AD for authentication and permissions. I need to move about 1.5TB worth of data (about 100,000 files) from one to the other. I can not remove or change the existing shares as they have other data. My first thought was to move the files using mv from the shell, but then I would have to repropagate the permissions once they reach the destination. Of course I can dedicate a server to move them over SMB and keep the permissions but that would take some time too. Anyone ran into this and recommend a way to move forward?Thanks.
--
You received this message because you are subscribed to the Google Groups "Isilon Technical User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isilon-user-gr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
EMCopy if you dont mind transiting out of the cluster and back. Only 1.5TB this should not be an issue. I moved chunks of 20-30TB using this with no issue (other than time)
mv will not carry specificly set permissions on folders, it will carry inheritance only.
But that leads me to another question. In the future if I move this much data from one share to another I guess it will cause a very large snapshot to replicate? If you assume I have both shares set with the same snap/sync policies, what will the sync result be? I will be replicating snapshots over a 1Gbps WAN connection with about 55 ms of latency (from Florida to California), so I will want to avoid sending large snapshots if I can.