Looking at how ndmpcopy works, I would say no, we do not support ndmpcopy. This is a NetApp tool to move data between 2 filers. It uses NDMP for both the source and target. The Isilon would not be able to be an NDMP target nor would it be able to be an NDMP source for ndmpcopy. NDMPCOPY runs directly on a vfiler just like isi_vol_copy runs on an Isilon node. Unless the Isilon can look like a NetApp filer this wouldn't work. Isi_vol_copy on the other hand, looks like a tape backup to the NetApp. We just have special sauce to decode the NDMP stream and extract out the files and metadata.
Then again, just because it isn't mentioned doesn't mean it doesn't work so I held off on commenting.
Aya,
It might have been asked simply because it is a tool the client is already familiar with. For instance, when faced with a choice between robocopy and emcopy for an SMB migration (assuming of course there isn't anything unique with emcopy they require) and the client will be performing the migration themselves, often they default to what they are already familiar with, namely robocopy.
While you are on the subject I was wondering if anybody has had any experience with the tools mentioned. In particular looking at performance comparisons between robocopy, EMCOPY and isi_vol_copy.
The main challenge in live environments where there is a small window of opportunity for the final cutover is the filesystem rescan to identify the final incremental changes can take longer than the acceptable cutover period. Which tool is best for the job?
Looking at how ndmpcopy works, I would say no, we do not support ndmpcopy. This is a NetApp tool to move data between 2 filers. It uses NDMP for both the source and target. The Isilon would not be able to be an NDMP target nor would it be able to be an NDMP source for ndmpcopy. NDMPCOPY runs directly on a vfiler just like isi_vol_copy runs on an Isilon node. Unless the Isilon can look like a NetApp filer this wouldn't work. Isi_vol_copy on the other hand, looks like a tape backup to the NetApp. We just have special sauce to decode the NDMP stream and extract out the files and metadata.
NDMPCOPY works on Celerra/VNX as well, i don't think it's a proprietary Netapp tool.
Ah ok. I didn't do a thorough enough search. I suspect this may work from Isilon to Isilon but not any cross vendor product. The NDMP protocol does not specify how the data is transported and what the data format is, just the transport so unless ndmpcopy has some special sauce to do this translation it wouldn't work. I would have to dig into ndmpcopy in depth to see if they offer this type of ability.
AndrewChung
132 Posts
1349
2
Posted October 17th, 2013 23:00
Looking at how ndmpcopy works, I would say no, we do not support ndmpcopy. This is a NetApp tool to move data between 2 filers. It uses NDMP for both the source and target. The Isilon would not be able to be an NDMP target nor would it be able to be an NDMP source for ndmpcopy. NDMPCOPY runs directly on a vfiler just like isi_vol_copy runs on an Isilon node. Unless the Isilon can look like a NetApp filer this wouldn't work. Isi_vol_copy on the other hand, looks like a tape backup to the NetApp. We just have special sauce to decode the NDMP stream and extract out the files and metadata.