ONTAP Discussions

Copy several qtree from different volumes to only one target volume

FRANCISCOCA
2,011 Views

Hi everybody,

 

I'd like to copy several qtrees from two different volumes to only one volume.

 

Source:

/vol_A/qtree1_vol_A

/vol_B/qtree1_vol_B

 

Target:

/vol_C/qtree1_vol_A

/vol_C/qtree1_vol_B

 

Time ago i could do that using ndmpcopy but now we are using clustered data ontap and things have changed a bit.

 

I'm new in this new version and i didn't find yet a way to do it. Can you suggest me anything please ?

 

 

 

Regards

1 ACCEPTED SOLUTION

FRANCISCOCA
1,984 Views

I solved already my doubt, i explain it here.

 

The ndmpcopy is also available in the clustered version only it needs to be enabled.

 

1)Enable ndmp on the cluster vserver:

vserver services ndmp on -vserver cluster_name

 

2)Create a user to do the ndmpbackup :

security login create -vserver cluster_name -user-or-group-name backupuser -application ssh –authmethod password -role backup

 

3)Generate an ndmp password:

vserver services ndmp generate-password -vserver cluster_name -user backupuser

 

4)ndmpcopy should be ready to use as in 7-mode

 

Hope that help to someone with the same question.

 

Regards

 

 

 

View solution in original post

1 REPLY 1

FRANCISCOCA
1,985 Views

I solved already my doubt, i explain it here.

 

The ndmpcopy is also available in the clustered version only it needs to be enabled.

 

1)Enable ndmp on the cluster vserver:

vserver services ndmp on -vserver cluster_name

 

2)Create a user to do the ndmpbackup :

security login create -vserver cluster_name -user-or-group-name backupuser -application ssh –authmethod password -role backup

 

3)Generate an ndmp password:

vserver services ndmp generate-password -vserver cluster_name -user backupuser

 

4)ndmpcopy should be ready to use as in 7-mode

 

Hope that help to someone with the same question.

 

Regards

 

 

 

Public