<?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 Oncomm workflow 2.2 version fails to configure vfilerdr for sm destination running Ontap 8.2.5 in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Oncomm-workflow-2-2-version-fails-to-configure-vfilerdr-for-sm-destination/m-p/141758#M31377</link>
    <description>&lt;P&gt;WFA version 2.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Snapmirror source filer running 8.2.4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Snapmirror destination filer running 8.2.5&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Intial error was this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;###########################################################################################################################&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;09:54:44.686 INFO&amp;nbsp; [Resync VfilerDR v1_01] ***** Workflow Execution Failed *****&lt;/P&gt;
&lt;P&gt;10:58:32.130 INFO&amp;nbsp; [Resync VfilerDR v1_01] ### Command 'Resync VfilerDR v1_01' ###&lt;BR /&gt;10:58:48.105 INFO&amp;nbsp; [Resync VfilerDR v1_01] Executing command: ./Resync_VfilerDR_v1_015623652416930611295.ps1 -DestinationArray '134.143.100.69' -SourceArray 'c4nlamsyn79.europe.shell.com' -SourceVFilerName 'nlamvfs00339' -SourceVolumeName 'vdf_35430' &lt;BR /&gt;10:58:48.151 ERROR&amp;nbsp; [Resync VfilerDR v1_01] At E:\APPS\NetApp\WFA\jboss\standalone\tmp\wfa\Resync_VfilerDR_v1_015623652416930611295.ps1:46 char:68&lt;BR /&gt;+&amp;nbsp;&amp;nbsp; Get-WFALogger -Info -message $("Found registry configuration for $SourceVFiler ...&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ~~~~~~~~~~~~~&lt;BR /&gt;Variable reference is not valid. ':' was not followed by a valid variable name character. Consider using ${} to delimit the name.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;10:58:48.916 ERROR&amp;nbsp; [Resync VfilerDR v1_01] Command failed for Workflow 'Create Volume Shell Generic NFS High-Standard with WSM v1_3_22' with error : At E:\APPS\NetApp\WFA\jboss\standalone\tmp\wfa\Resync_VfilerDR_v1_015623652416930611295.ps1:46 char:68&lt;/P&gt;
&lt;P&gt;+&amp;nbsp;&amp;nbsp; Get-WFALogger -Info -message $("Found registry configuration for $SourceVFiler ...&lt;/P&gt;
&lt;P&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ~~~~~~~~~~~~~&lt;BR /&gt;Variable reference is not valid. ':' was not followed by a valid variable name character. Consider using ${} to delimit the name.&lt;/P&gt;
&lt;P&gt;###########################################################################################################################&lt;/P&gt;
&lt;P&gt;Below is the WFA command code&amp;nbsp;&amp;nbsp;we corrected, changed below line in the code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Get-WFALogger -Info -message $("Found registry configuration for $SourceVFilerName: $pfiler")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Get-WFALogger -Info -message $("Found registry configuration for $($SourceVFilerName): $pfiler")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After which&amp;nbsp;getting execution failed&amp;nbsp; at the vfiler DR resync step as before but without any error , recently we changed the pstk version, upgraded powershell etc for supporting ontap 8.2.5 version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;11:30:05.807 INFO&amp;nbsp; [Resync VfilerDR v1_01] ### Command 'Resync VfilerDR v1_01' ###&lt;BR /&gt;11:30:21.735 INFO&amp;nbsp; [Resync VfilerDR v1_01] Executing command: ./Resync_VfilerDR_v1_012188449488969988886.ps1 -DestinationArray '134.143.100.69' -SourceArray 'c4nlamsyn79.europe.shell.com' -SourceVFilerName 'nlamvfs00339' -SourceVolumeName 'vdf_35437' &lt;BR /&gt;11:30:21.813 INFO&amp;nbsp; [Resync VfilerDR v1_01] Get-WfaCredentials -Host 134.143.100.69&lt;BR /&gt;11:30:21.828 INFO&amp;nbsp; [Resync VfilerDR v1_01] Credentials successfully provided for '134.143.100.69'&lt;BR /&gt;11:30:21.906 INFO&amp;nbsp; [Resync VfilerDR v1_01] Connect-NaController (with credentials) -Name 134.143.100.69 -Timeout 60000 -ErrorAction Stop&lt;BR /&gt;11:30:22.702 INFO&amp;nbsp; [Resync VfilerDR v1_01] Connected to controller&lt;BR /&gt;11:30:22.749 INFO&amp;nbsp; [Resync VfilerDR v1_01] Resync Vfiler DR&lt;BR /&gt;11:30:23.108 INFO&amp;nbsp; [Resync VfilerDR v1_01] Using Source base array c4nlamsyn79&lt;BR /&gt;11:30:23.123 INFO&amp;nbsp; [Resync VfilerDR v1_01] Credentials successfully provided for '134.143.100.46'&lt;BR /&gt;11:30:23.154 INFO&amp;nbsp; [Resync VfilerDR v1_01] Found the credentials for user wfa for controller 134.143.100.46&lt;BR /&gt;11:30:29.145 INFO&amp;nbsp; [Resync VfilerDR v1_01] Found registry configuration for nlamvfs00339: options.vfconfig.nlamvfs00339.remote_pfiler=c4nlamsyn79-repl&lt;BR /&gt;11:30:29.160 INFO&amp;nbsp; [Resync VfilerDR v1_01] Using SourceBaseArray c4nlamsyn79-repl&lt;BR /&gt;11:30:29.176 INFO&amp;nbsp; [Resync VfilerDR v1_01] Resync Vfiler DR nlamvfs00339 c4nlamsyn79-repl 134.143.100.69 Cred:&amp;nbsp; wfa VolumeName vdf_35437&lt;BR /&gt;11:31:30.187 INFO&amp;nbsp; [Resync VfilerDR v1_01] Found storage path vdf_35437 with status snapmirrored&lt;BR /&gt;11:31:30.203 INFO&amp;nbsp; [Resync VfilerDR v1_01] That is fantastic, apparently the resync worked&lt;BR /&gt;11:31:31.560 ERROR&amp;nbsp; [Resync VfilerDR v1_01] Command failed for Workflow 'Create Volume Shell Generic NFS High-Standard with WSM v1_3_22' with error : &lt;BR /&gt;11:31:31.576 INFO&amp;nbsp; [Resync VfilerDR v1_01] ***** Workflow Execution Failed *****&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 13:28:32 GMT</pubDate>
    <dc:creator>Nataraja</dc:creator>
    <dc:date>2025-06-04T13:28:32Z</dc:date>
    <item>
      <title>Oncomm workflow 2.2 version fails to configure vfilerdr for sm destination running Ontap 8.2.5</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Oncomm-workflow-2-2-version-fails-to-configure-vfilerdr-for-sm-destination/m-p/141758#M31377</link>
      <description>&lt;P&gt;WFA version 2.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Snapmirror source filer running 8.2.4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Snapmirror destination filer running 8.2.5&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Intial error was this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;###########################################################################################################################&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;09:54:44.686 INFO&amp;nbsp; [Resync VfilerDR v1_01] ***** Workflow Execution Failed *****&lt;/P&gt;
&lt;P&gt;10:58:32.130 INFO&amp;nbsp; [Resync VfilerDR v1_01] ### Command 'Resync VfilerDR v1_01' ###&lt;BR /&gt;10:58:48.105 INFO&amp;nbsp; [Resync VfilerDR v1_01] Executing command: ./Resync_VfilerDR_v1_015623652416930611295.ps1 -DestinationArray '134.143.100.69' -SourceArray 'c4nlamsyn79.europe.shell.com' -SourceVFilerName 'nlamvfs00339' -SourceVolumeName 'vdf_35430' &lt;BR /&gt;10:58:48.151 ERROR&amp;nbsp; [Resync VfilerDR v1_01] At E:\APPS\NetApp\WFA\jboss\standalone\tmp\wfa\Resync_VfilerDR_v1_015623652416930611295.ps1:46 char:68&lt;BR /&gt;+&amp;nbsp;&amp;nbsp; Get-WFALogger -Info -message $("Found registry configuration for $SourceVFiler ...&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ~~~~~~~~~~~~~&lt;BR /&gt;Variable reference is not valid. ':' was not followed by a valid variable name character. Consider using ${} to delimit the name.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;10:58:48.916 ERROR&amp;nbsp; [Resync VfilerDR v1_01] Command failed for Workflow 'Create Volume Shell Generic NFS High-Standard with WSM v1_3_22' with error : At E:\APPS\NetApp\WFA\jboss\standalone\tmp\wfa\Resync_VfilerDR_v1_015623652416930611295.ps1:46 char:68&lt;/P&gt;
&lt;P&gt;+&amp;nbsp;&amp;nbsp; Get-WFALogger -Info -message $("Found registry configuration for $SourceVFiler ...&lt;/P&gt;
&lt;P&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ~~~~~~~~~~~~~&lt;BR /&gt;Variable reference is not valid. ':' was not followed by a valid variable name character. Consider using ${} to delimit the name.&lt;/P&gt;
&lt;P&gt;###########################################################################################################################&lt;/P&gt;
&lt;P&gt;Below is the WFA command code&amp;nbsp;&amp;nbsp;we corrected, changed below line in the code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Get-WFALogger -Info -message $("Found registry configuration for $SourceVFilerName: $pfiler")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Get-WFALogger -Info -message $("Found registry configuration for $($SourceVFilerName): $pfiler")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After which&amp;nbsp;getting execution failed&amp;nbsp; at the vfiler DR resync step as before but without any error , recently we changed the pstk version, upgraded powershell etc for supporting ontap 8.2.5 version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;11:30:05.807 INFO&amp;nbsp; [Resync VfilerDR v1_01] ### Command 'Resync VfilerDR v1_01' ###&lt;BR /&gt;11:30:21.735 INFO&amp;nbsp; [Resync VfilerDR v1_01] Executing command: ./Resync_VfilerDR_v1_012188449488969988886.ps1 -DestinationArray '134.143.100.69' -SourceArray 'c4nlamsyn79.europe.shell.com' -SourceVFilerName 'nlamvfs00339' -SourceVolumeName 'vdf_35437' &lt;BR /&gt;11:30:21.813 INFO&amp;nbsp; [Resync VfilerDR v1_01] Get-WfaCredentials -Host 134.143.100.69&lt;BR /&gt;11:30:21.828 INFO&amp;nbsp; [Resync VfilerDR v1_01] Credentials successfully provided for '134.143.100.69'&lt;BR /&gt;11:30:21.906 INFO&amp;nbsp; [Resync VfilerDR v1_01] Connect-NaController (with credentials) -Name 134.143.100.69 -Timeout 60000 -ErrorAction Stop&lt;BR /&gt;11:30:22.702 INFO&amp;nbsp; [Resync VfilerDR v1_01] Connected to controller&lt;BR /&gt;11:30:22.749 INFO&amp;nbsp; [Resync VfilerDR v1_01] Resync Vfiler DR&lt;BR /&gt;11:30:23.108 INFO&amp;nbsp; [Resync VfilerDR v1_01] Using Source base array c4nlamsyn79&lt;BR /&gt;11:30:23.123 INFO&amp;nbsp; [Resync VfilerDR v1_01] Credentials successfully provided for '134.143.100.46'&lt;BR /&gt;11:30:23.154 INFO&amp;nbsp; [Resync VfilerDR v1_01] Found the credentials for user wfa for controller 134.143.100.46&lt;BR /&gt;11:30:29.145 INFO&amp;nbsp; [Resync VfilerDR v1_01] Found registry configuration for nlamvfs00339: options.vfconfig.nlamvfs00339.remote_pfiler=c4nlamsyn79-repl&lt;BR /&gt;11:30:29.160 INFO&amp;nbsp; [Resync VfilerDR v1_01] Using SourceBaseArray c4nlamsyn79-repl&lt;BR /&gt;11:30:29.176 INFO&amp;nbsp; [Resync VfilerDR v1_01] Resync Vfiler DR nlamvfs00339 c4nlamsyn79-repl 134.143.100.69 Cred:&amp;nbsp; wfa VolumeName vdf_35437&lt;BR /&gt;11:31:30.187 INFO&amp;nbsp; [Resync VfilerDR v1_01] Found storage path vdf_35437 with status snapmirrored&lt;BR /&gt;11:31:30.203 INFO&amp;nbsp; [Resync VfilerDR v1_01] That is fantastic, apparently the resync worked&lt;BR /&gt;11:31:31.560 ERROR&amp;nbsp; [Resync VfilerDR v1_01] Command failed for Workflow 'Create Volume Shell Generic NFS High-Standard with WSM v1_3_22' with error : &lt;BR /&gt;11:31:31.576 INFO&amp;nbsp; [Resync VfilerDR v1_01] ***** Workflow Execution Failed *****&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:28:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Oncomm-workflow-2-2-version-fails-to-configure-vfilerdr-for-sm-destination/m-p/141758#M31377</guid>
      <dc:creator>Nataraja</dc:creator>
      <dc:date>2025-06-04T13:28:32Z</dc:date>
    </item>
  </channel>
</rss>

