Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

4514

December 12th, 2013 09:00

ISI_VOL_COPY limitations?

HI Team

I am in need of your advise here. I plan to use isi_vol_copy for my data migration approach from NetApp to Isilon. I was told that there is a limitation to this. isi_vol_copy can only have ONE session per filer. Is this correct? So, does this mean, if I have 6 filers to migrate from, I can run 5concurrent isi_vol_copy sessions, one session per-filer? Please advise if this is possible or I can only run one session at a time?

I am hoping to hear 1 session per filer concurrently.

December 16th, 2013 11:00

Nice job.  In general, I personally suggest though not using root.  Instead you should consider creating a separate account as mentioned earlier.  Then yes as you noted the syntax will be:

-sa :<128-bit/16 char string>

132 Posts

December 12th, 2013 13:00

Yes!  You can migrate from multiple NetApp filers simultaneously.  If you had 5 NetApp filers, you can run 5 isi_vol_copy, 1 against each filer at the same time.  You wouldn't ant to run all five on a single node, but spread out the isi_vol_copy runs on different nodes.  So if you have a 5 node cluster, you could run 1 on each node.  You can move a lot of data very quickly this way.

40 Posts

December 13th, 2013 01:00

Hi Andrew,

Thanks for your feedback. I have tested the isi_vol_copy and its working fine using ndmp protocol. However I would like to check with you if there is any requirements in order to get isi_vol_copy to work with NetApp. My situation is like this

1) I have 4 Filers to copy from

2) I have started the isi_vol_copy for one filer and its running now

3) I wanted to start another session of isi_vol_copy for another filer but failed. I get a "permission not permitted "  errror after keying the password. Please take note that the password is the same as the previous filer.

4) Yes, I have also tried to login to the filer with the password given using Putty and it works.

5) Could it be that, for this filer, they have anoher password for ndmp based backup/migration.

Please do advise if I need to perform any preconfiguration on the filer before starting the isi_vol_copy session.


40 Posts

December 13th, 2013 07:00

Hi Andrew,

Thanks for your feedback. I have tested the isi_vol_copy and its working fine using ndmp protocol. However I would like to check with you if there is any requirements in order to get isi_vol_copy to work with NetApp. My situation is like this

· I have 6 Filers to copy from

· I have started the isi_vol_copy for one filer and its running now

· I wanted to start another session of isi_vol_copy for another filer but failed. I get a " Error sending text authentication: Error: Connection has not been authorized " error after keying the password. Please take note that the password is the same as the previous filer.

· Yes, I have also tried to login to the filer with the password given using Putty and it works.

· Could it be that, for this filer, they have anoher password for ndmp based backup/migration.

Please do advise if I need to perform any preconfiguration on the filer before starting the isi_vol_copy session

Regards,

Vimal Jogesvaran

Sr. Implementation Delivery Specialist

Professional Services

EMC Global Services, Malaysia

Tel : +603 2287 1788

Mobile : +6 012 281 7851

Email : vimal.jogesvaran@emc.com

[cid:image002.jpg@01CEF85B.65698690]

2 Attachments

December 14th, 2013 16:00

Vimal,

You should consider creating a separate account (however, to answer your question yes root has the necessary permissions and you demonstrate that with 1 of 6 filers; in fact, root is the default account if you don't specify a user with isi_vol_copy) as follows on the NetApp:

ndmpd status

ndmpd on (if necessary)

useradmin user add <insert_user_name> -g "Backup Operators"

ndmpd password <insert_user_name>

The last command will return a 16 char string (it is the 128-bit MD5 hash) which you would then use with the isi_vol_copy command.

Here is a KB article also which provides some of the information above.

Error sending text authentication" when running the isi_vol_copy command

https://support.emc.com/kb/88734

40 Posts

December 14th, 2013 17:00

Hi Chris,

Thanks for the steps provided. I guess this were the similar steps need by CTA to perform NDMp based backup. Anyway, once I have obtained the 16 char string (it is the 128-bit MD5 hash), how do I key it in. The reason I ask this is because, if we use the below command, the user will be root by default

isi_vol_copy 10.10.10.10:/vol/test /ifs/data/test -full

Should I use,

isi_vol_copy 10.10.10.10:/vol/test /ifs/data/test -full -sa ndmpuser:16 char string

I will give this shot tomorrow and give the team updates.

40 Posts

December 16th, 2013 08:00

Hi Guys,

For some weired reason this command did not work

isi_vol_copy netappfiler01:/vol/cifs1   /ifs/data/cifs1  -full

Password:xxxxxxxxxxx

but, if i were to perform it in this manner it works

isi_vol_copy netappfiler01:/vol/cifs1   /ifs/icifs1  -full -sa root:xxxxxxxxxxx

5 Practitioner

 • 

274.2K Posts

October 10th, 2015 09:00

Just saw this post....its an old post but with latest version of isi_vol_copy ... i don't think its limited to 1 job per filer.

No Events found!

Top