Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Copy folder alongwith ACL from netapp to another netapp filer
2010-09-08
02:38 AM
7,522 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We are having two filers. Not one of the filer is getting full. i need to copy some share folders from that to another filer along with what are the ACL (permissions etc).What is the best way ? I need something for 0 down time.
Regds
Krishna kumar
7 REPLIES 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We are having two filers. Now one of the filer is getting full. i need to copy some share folders from that to another filer along with what are the ACL (permissions etc).What is the best way ? I need something for 0 down time.
Regds
Krishna kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Best way is NDMP copy
ndmpcopy -sa <user>:<pass> -da <user>:<pass> source_filer:/vol/vol_source_name/folder/file destination_filer:/vol/vol_dest_name/file
Assume CIFS / NFS share permissions are set on the target directory the same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
is there any other option than ndmpcopy ? After copying should we re create cifs share along with ACL on destination ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Why don't you want to use NDMPcopy?
If it's windows data, you could use robocopy or similar, assuming the filers are in the same domain.
If the data is a whole volume or qtree (or a large percentage of ) snapmirror could be used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ndmpcopy is taking too much time for 160GB CIFS share. and i don't know whether it will copy ACL/Permission.
Is there any problem while i stop ndmpcopy in between ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Don't think there'd be a problem stopping it part way through. You should be able to look at the destination data before copying has completed anyway. I'd restart the copy from scratch if you do stop it, I had an issue with the -l options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ndmpcopy will copy file ACLs. It won't create shares on destination and replicate share ACLs. You could look at securecopy (available on NOW toolchest) for copying share definitions between filers.
There is no alternative to ndmpcopy (on NetApp) if you need to copy only several directories. For whole volume you can use vol copy - it should be much faster; for whole qtree you could use QSM but it requires extra license.
