Active IQ Unified Manager Discussions

WFA 3.1 Custom workflow with snapmirror failing

RussA
3,023 Views

I'm new to WFA and trying to create a workflow that will result in creating a volume and CIFS share on two clusters and then creating snapmirror relationship between the two volumes.  I was able to create a volume and CIFS share on the two clusters, create the cluster peer and SVM peer, but the create snapmirror command results in:

 

Failed to evaluate resource selector. Found variable - expected literal

Location: 'Create SnapMirror' command > 'SnapMirror' tab > 'relationship' variable > 'secondary_volume' property

 

I am able to create a snapmirror relationship using the standard create snapmirror relationship workflow in the data protection category.  I looked at the inputs and the flow and don't see what is wrong with my use of the command.    My parameters for the create snapmirror command and create volume command attached.   Thank you.

 

 

2 REPLIES 2

sheelnidhig
2,962 Views

Hello,

 

I am also facing the same issues, it looks to me like there is some compatibility issue with perl module.

as this snapmirror command is written in perl code.

 

I am trying to write the same command in powershell and hopefully it should work well.

 

,Sheel

abhit
2,948 Views

It is happening most likely because of parameter mismatch.

Meaning somewhere reference is expected however a string is entered.

Or a string is expected and a number is entered.


Regards

Abhi

Public