<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Need some help with a WFA workflow that creates a CIFS volume with snapmirror XDP replication. in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Need-some-help-with-a-WFA-workflow-that-creates-a-CIFS-volume-with-snapmirror/m-p/135829#M29864</link>
    <description>&lt;P&gt;running WFA 4.0, and looking at the release notes of 4.1, it appears it is not possibe to create a type XDP i.e. snapmirror extended_data_protection. I have managed to create a copy of the existing snapmirror command and am able to generate the type XDP. However, it fails on the invoke-expression of the modified powershell command.&amp;nbsp;The errors shown below (note that I logged the contents of the $expression). Can anyone put me on what I have missed in creating the modified snapmirror command to include the extended_data_protection type? Be forewarned, I am not a powershell expert, but I think this has something to do with how&amp;nbsp;Invoke-Expression is passinig parameters to the netapp powershell cmdlets. I&amp;nbsp;also installed the latest (4.4) PSTK, running PS 4..&amp;nbsp;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;08:50:13.571 INFO&amp;nbsp; [Create new CIFS volume and XDP snapmirror relationship - TEST] ***** Workflow Execution Started *****&lt;BR /&gt;08:50:13.587 INFO&amp;nbsp; [Create volume] ### Command 'Create volume' in 'POWER_SHELL' ###&lt;BR /&gt;08:50:34.853 INFO&amp;nbsp; [Create volume] Get-WfaCredentials -Host seantap01&lt;BR /&gt;08:50:34.869 INFO&amp;nbsp; [Create volume] Credentials successfully provided for 'seantap01'&lt;BR /&gt;08:50:34.900 INFO&amp;nbsp; [Create volume] Connect-Controller -Type CLUSTER -Name seantap01 -Credential System.Management.Automation.PSCredential -Vserver&lt;BR /&gt;08:50:34.978 INFO&amp;nbsp; [Create volume] Connect-NcController (with credentials) -Name seantap01 -Timeout 60000 -ErrorAction Stop -SSLVersion TLSv1.2&lt;BR /&gt;08:50:37.729 INFO&amp;nbsp; [Create volume] Connected to cluster node&lt;BR /&gt;08:50:37.932 INFO&amp;nbsp; [Create volume] Creating a new volume: New-NcVol -ErrorAction Stop -name XDPTEST1&amp;nbsp; -SpaceReserve none -State online -Size 1000m -VserverContext seasvm01 -Type rw -SnapshotReserve 0 -Aggregate n01_aggr1_sas900 -SecurityStyle ntfs -JunctionPath /XDPTEST1&lt;BR /&gt;08:50:41.416 INFO&amp;nbsp; [Create volume] FlexVol 'XDPTEST1' has been create successfully.&lt;BR /&gt;08:50:41.463 INFO&amp;nbsp; [Create volume] Command completed, took 27876 milliseconds&lt;BR /&gt;08:50:41.557 INFO&amp;nbsp; [Create CIFS share] ### Command 'Create CIFS share' in 'POWER_SHELL' ###&lt;BR /&gt;08:51:02.574 INFO&amp;nbsp; [Create CIFS share] Creating CIFS share: XDPTEST1at path: /XDPTEST1&lt;BR /&gt;08:51:02.699 INFO&amp;nbsp; [Create CIFS share] Using cached cluster connection&lt;BR /&gt;08:51:03.261 INFO&amp;nbsp; [Create CIFS share] Command completed, took 21704 milliseconds&lt;BR /&gt;08:51:03.340 INFO&amp;nbsp; [Create volume] ### Command 'Create volume' in 'POWER_SHELL' ###&lt;BR /&gt;08:51:24.419 INFO&amp;nbsp; [Create volume] Get-WfaCredentials -Host dalntap01&lt;BR /&gt;08:51:24.435 INFO&amp;nbsp; [Create volume] Credentials successfully provided for 'dalntap01'&lt;BR /&gt;08:51:24.450 INFO&amp;nbsp; [Create volume] Connect-Controller -Type CLUSTER -Name dalntap01 -Credential System.Management.Automation.PSCredential -Vserver&lt;BR /&gt;08:51:24.497 INFO&amp;nbsp; [Create volume] Connect-NcController (with credentials) -Name dalntap01 -Timeout 60000 -ErrorAction Stop -SSLVersion TLSv1.2&lt;BR /&gt;08:51:27.278 INFO&amp;nbsp; [Create volume] Connected to cluster node&lt;BR /&gt;08:51:27.825 INFO&amp;nbsp; [Create volume] Creating a new volume: New-NcVol -ErrorAction Stop -name XDPTEST1_mirror&amp;nbsp; -SpaceReserve none -State online -Size 1000m -VserverContext dalsvs01 -Type dp -SnapshotReserve 0 -Aggregate aggr6_DALNTAP01_02_SATA -SecurityStyle ntfs -JunctionPath $null&lt;BR /&gt;08:51:29.700 INFO&amp;nbsp; [Create volume] FlexVol 'XDPTEST1_mirror' has been create successfully.&lt;BR /&gt;08:51:29.747 INFO&amp;nbsp; [Create volume] Command completed, took 26407 milliseconds&lt;BR /&gt;08:51:29.810 INFO&amp;nbsp; [Create SnapMirror - copy] ### Command 'Create SnapMirror - copy' in 'POWER_SHELL' ###&lt;BR /&gt;08:51:50.655 INFO&amp;nbsp; [Create SnapMirror - copy] Using cached cluster connection&lt;BR /&gt;08:51:50.686 INFO&amp;nbsp; [Create SnapMirror - copy] Creating SnapMirror relationship between SEANTAP01:seasvm01/XDPTEST1 and DALNTAP01:dalsvs01/XDPTEST1_mirror&lt;BR /&gt;&lt;FONT color="#0000ff"&gt;08:51:50.717 INFO&amp;nbsp; [Create SnapMirror - copy] Expression Contents passed from PS - New-NcSnapmirror&amp;nbsp; -ErrorAction Stop -SourceCluster SEANTAP01 -DestinationCluster DALNTAP01 -SourceVserver seasvm01 -DestinationVserver dalsvs01 -SourceVolume XDPTEST1 -DestinationVolume XDPTEST1_mirror -Type xdp -Schedule '5min' -Policy 'mirror-vault-compress'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;08:51:51.702 ERROR&amp;nbsp; [Create SnapMirror - copy] Invalid value specified for "relationship-type" element within "snapmirror-create": "xdp".&lt;/FONT&gt;&lt;BR /&gt;08:51:51.780 ERROR&amp;nbsp; [Create SnapMirror - copy] Command failed for Workflow 'Create new CIFS volume and XDP snapmirror relationship - TEST' with error : Invalid value specified for "relationship-type" element within "snapmirror-create": "xdp".&lt;BR /&gt;08:51:51.780 INFO&amp;nbsp; [Create SnapMirror - copy] ***** Workflow Execution Failed *****&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 14:24:05 GMT</pubDate>
    <dc:creator>bruce_breidall</dc:creator>
    <dc:date>2025-06-04T14:24:05Z</dc:date>
    <item>
      <title>Need some help with a WFA workflow that creates a CIFS volume with snapmirror XDP replication.</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Need-some-help-with-a-WFA-workflow-that-creates-a-CIFS-volume-with-snapmirror/m-p/135829#M29864</link>
      <description>&lt;P&gt;running WFA 4.0, and looking at the release notes of 4.1, it appears it is not possibe to create a type XDP i.e. snapmirror extended_data_protection. I have managed to create a copy of the existing snapmirror command and am able to generate the type XDP. However, it fails on the invoke-expression of the modified powershell command.&amp;nbsp;The errors shown below (note that I logged the contents of the $expression). Can anyone put me on what I have missed in creating the modified snapmirror command to include the extended_data_protection type? Be forewarned, I am not a powershell expert, but I think this has something to do with how&amp;nbsp;Invoke-Expression is passinig parameters to the netapp powershell cmdlets. I&amp;nbsp;also installed the latest (4.4) PSTK, running PS 4..&amp;nbsp;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;08:50:13.571 INFO&amp;nbsp; [Create new CIFS volume and XDP snapmirror relationship - TEST] ***** Workflow Execution Started *****&lt;BR /&gt;08:50:13.587 INFO&amp;nbsp; [Create volume] ### Command 'Create volume' in 'POWER_SHELL' ###&lt;BR /&gt;08:50:34.853 INFO&amp;nbsp; [Create volume] Get-WfaCredentials -Host seantap01&lt;BR /&gt;08:50:34.869 INFO&amp;nbsp; [Create volume] Credentials successfully provided for 'seantap01'&lt;BR /&gt;08:50:34.900 INFO&amp;nbsp; [Create volume] Connect-Controller -Type CLUSTER -Name seantap01 -Credential System.Management.Automation.PSCredential -Vserver&lt;BR /&gt;08:50:34.978 INFO&amp;nbsp; [Create volume] Connect-NcController (with credentials) -Name seantap01 -Timeout 60000 -ErrorAction Stop -SSLVersion TLSv1.2&lt;BR /&gt;08:50:37.729 INFO&amp;nbsp; [Create volume] Connected to cluster node&lt;BR /&gt;08:50:37.932 INFO&amp;nbsp; [Create volume] Creating a new volume: New-NcVol -ErrorAction Stop -name XDPTEST1&amp;nbsp; -SpaceReserve none -State online -Size 1000m -VserverContext seasvm01 -Type rw -SnapshotReserve 0 -Aggregate n01_aggr1_sas900 -SecurityStyle ntfs -JunctionPath /XDPTEST1&lt;BR /&gt;08:50:41.416 INFO&amp;nbsp; [Create volume] FlexVol 'XDPTEST1' has been create successfully.&lt;BR /&gt;08:50:41.463 INFO&amp;nbsp; [Create volume] Command completed, took 27876 milliseconds&lt;BR /&gt;08:50:41.557 INFO&amp;nbsp; [Create CIFS share] ### Command 'Create CIFS share' in 'POWER_SHELL' ###&lt;BR /&gt;08:51:02.574 INFO&amp;nbsp; [Create CIFS share] Creating CIFS share: XDPTEST1at path: /XDPTEST1&lt;BR /&gt;08:51:02.699 INFO&amp;nbsp; [Create CIFS share] Using cached cluster connection&lt;BR /&gt;08:51:03.261 INFO&amp;nbsp; [Create CIFS share] Command completed, took 21704 milliseconds&lt;BR /&gt;08:51:03.340 INFO&amp;nbsp; [Create volume] ### Command 'Create volume' in 'POWER_SHELL' ###&lt;BR /&gt;08:51:24.419 INFO&amp;nbsp; [Create volume] Get-WfaCredentials -Host dalntap01&lt;BR /&gt;08:51:24.435 INFO&amp;nbsp; [Create volume] Credentials successfully provided for 'dalntap01'&lt;BR /&gt;08:51:24.450 INFO&amp;nbsp; [Create volume] Connect-Controller -Type CLUSTER -Name dalntap01 -Credential System.Management.Automation.PSCredential -Vserver&lt;BR /&gt;08:51:24.497 INFO&amp;nbsp; [Create volume] Connect-NcController (with credentials) -Name dalntap01 -Timeout 60000 -ErrorAction Stop -SSLVersion TLSv1.2&lt;BR /&gt;08:51:27.278 INFO&amp;nbsp; [Create volume] Connected to cluster node&lt;BR /&gt;08:51:27.825 INFO&amp;nbsp; [Create volume] Creating a new volume: New-NcVol -ErrorAction Stop -name XDPTEST1_mirror&amp;nbsp; -SpaceReserve none -State online -Size 1000m -VserverContext dalsvs01 -Type dp -SnapshotReserve 0 -Aggregate aggr6_DALNTAP01_02_SATA -SecurityStyle ntfs -JunctionPath $null&lt;BR /&gt;08:51:29.700 INFO&amp;nbsp; [Create volume] FlexVol 'XDPTEST1_mirror' has been create successfully.&lt;BR /&gt;08:51:29.747 INFO&amp;nbsp; [Create volume] Command completed, took 26407 milliseconds&lt;BR /&gt;08:51:29.810 INFO&amp;nbsp; [Create SnapMirror - copy] ### Command 'Create SnapMirror - copy' in 'POWER_SHELL' ###&lt;BR /&gt;08:51:50.655 INFO&amp;nbsp; [Create SnapMirror - copy] Using cached cluster connection&lt;BR /&gt;08:51:50.686 INFO&amp;nbsp; [Create SnapMirror - copy] Creating SnapMirror relationship between SEANTAP01:seasvm01/XDPTEST1 and DALNTAP01:dalsvs01/XDPTEST1_mirror&lt;BR /&gt;&lt;FONT color="#0000ff"&gt;08:51:50.717 INFO&amp;nbsp; [Create SnapMirror - copy] Expression Contents passed from PS - New-NcSnapmirror&amp;nbsp; -ErrorAction Stop -SourceCluster SEANTAP01 -DestinationCluster DALNTAP01 -SourceVserver seasvm01 -DestinationVserver dalsvs01 -SourceVolume XDPTEST1 -DestinationVolume XDPTEST1_mirror -Type xdp -Schedule '5min' -Policy 'mirror-vault-compress'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;08:51:51.702 ERROR&amp;nbsp; [Create SnapMirror - copy] Invalid value specified for "relationship-type" element within "snapmirror-create": "xdp".&lt;/FONT&gt;&lt;BR /&gt;08:51:51.780 ERROR&amp;nbsp; [Create SnapMirror - copy] Command failed for Workflow 'Create new CIFS volume and XDP snapmirror relationship - TEST' with error : Invalid value specified for "relationship-type" element within "snapmirror-create": "xdp".&lt;BR /&gt;08:51:51.780 INFO&amp;nbsp; [Create SnapMirror - copy] ***** Workflow Execution Failed *****&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 14:24:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Need-some-help-with-a-WFA-workflow-that-creates-a-CIFS-volume-with-snapmirror/m-p/135829#M29864</guid>
      <dc:creator>bruce_breidall</dc:creator>
      <dc:date>2025-06-04T14:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need some help with a WFA workflow that creates a CIFS volume with snapmirror XDP replication.</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Need-some-help-with-a-WFA-workflow-that-creates-a-CIFS-volume-with-snapmirror/m-p/141063#M31194</link>
      <description>&lt;P&gt;Bruce,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am running WFA 4.2.0.0.1, 18 Feb2018 and it does not support snapmirror -type xdp either.&amp;nbsp; The Dictionary Entry for "Snapmirror Type" is of type 'Enum' in the cm_storage schema.&amp;nbsp; The Enum values need to be update to include "extended_data_protection".&amp;nbsp; There also needs to be a few lines of Power Shell added to the "Create Snapmirror" WFA Command.&amp;nbsp; I'm hoping Netapp will provide this in a Patch update for WFA 4.2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/8353iC201BBB2619DE2FD/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="WFA-Snapmirror-XDP-Not-Defined.PNG" title="WFA-Snapmirror-XDP-Not-Defined.PNG" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 14:22:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Need-some-help-with-a-WFA-workflow-that-creates-a-CIFS-volume-with-snapmirror/m-p/141063#M31194</guid>
      <dc:creator>DavidSpano</dc:creator>
      <dc:date>2018-06-21T14:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need some help with a WFA workflow that creates a CIFS volume with snapmirror XDP replication.</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Need-some-help-with-a-WFA-workflow-that-creates-a-CIFS-volume-with-snapmirror/m-p/141065#M31196</link>
      <description>&lt;P&gt;The issue is how netapp has&amp;nbsp;confused the terminology through their evolution of software releases.&lt;BR /&gt;&lt;BR /&gt;XDP (Extended data protection) is the same as vault, so try specifying "vault" as the snapmirror type...&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 14:56:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Need-some-help-with-a-WFA-workflow-that-creates-a-CIFS-volume-with-snapmirror/m-p/141065#M31196</guid>
      <dc:creator>bruce_breidall</dc:creator>
      <dc:date>2018-06-21T14:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need some help with a WFA workflow that creates a CIFS volume with snapmirror XDP replication.</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Need-some-help-with-a-WFA-workflow-that-creates-a-CIFS-volume-with-snapmirror/m-p/147021#M32710</link>
      <description>&lt;P&gt;in my WFA version which is same as yours vault is not an option. any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:18:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Need-some-help-with-a-WFA-workflow-that-creates-a-CIFS-volume-with-snapmirror/m-p/147021#M32710</guid>
      <dc:creator>Vikramjeet_Singh</dc:creator>
      <dc:date>2019-03-11T16:18:43Z</dc:date>
    </item>
  </channel>
</rss>

