<?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 Re: CDOT: JunctionPath $null in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CDOT-JunctionPath-null/m-p/50452#M10378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just curious. How big were your volumes? Will your workflow start failing more often if the volume is big and initialization takes longer? Something to consider and perhaps add "Wait for snapMirror" command in the middle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;neelesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Dec 2013 06:18:49 GMT</pubDate>
    <dc:creator>nthakur</dc:creator>
    <dc:date>2013-12-04T06:18:49Z</dc:date>
    <item>
      <title>CDOT: JunctionPath $null</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CDOT-JunctionPath-null/m-p/50418#M10371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some problem with the build in command "Create Volume" (C-Mode).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My scenario:&lt;/P&gt;&lt;P&gt;1. Create export policy primary - works fine&lt;/P&gt;&lt;P&gt;2. Create export rule primary - works fine&lt;/P&gt;&lt;P&gt;3. Create volume primary (type rw) - works fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Create export policy secondary - works fine&lt;/P&gt;&lt;P&gt;5. Create export rule secondary - works fine&lt;/P&gt;&lt;P&gt;6. Create volume secondary (type dp) - works particular: junction path is not set &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;New-NcVol -name xyv ... ... ... -JunctionPath $null&lt;/H3&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached you can find a screenshot of the attributes for the Create Volume.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:48:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CDOT-JunctionPath-null/m-p/50418#M10371</guid>
      <dc:creator>CHRISTIAN_UMREIN</dc:creator>
      <dc:date>2025-06-05T05:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: CDOT: JunctionPath $null</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CDOT-JunctionPath-null/m-p/50423#M10372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the code of the Create Volume command sets the junction path to $null (so it is not mounted into the namespace) for all volumes that are not of type rw. This is probably based on the assumption that you don't want to to configure access on DR mirrors. However, it is a best practice to pre-mount DR volumes so this should probably be changed in WFA, - &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I'll try to bring this up with the right people. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two possible solutions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Modify the Create Volume command. Note that this will make the command a non-certified command and you won't benefit from future improvements that are made to this command.&lt;/LI&gt;&lt;LI&gt;Add the Mount Volume command as an additional step to your workflow&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hendrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 09:05:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CDOT-JunctionPath-null/m-p/50423#M10372</guid>
      <dc:creator>hland</dc:creator>
      <dc:date>2013-12-02T09:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: CDOT: JunctionPath $null</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CDOT-JunctionPath-null/m-p/50431#M10373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hendrik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you made my day &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw all commands but not the "mount volume".&lt;/P&gt;&lt;P&gt;I have tried to use the "modify volume" but it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution works fine!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 09:30:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CDOT-JunctionPath-null/m-p/50431#M10373</guid>
      <dc:creator>CHRISTIAN_UMREIN</dc:creator>
      <dc:date>2013-12-02T09:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: CDOT: JunctionPath $null</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CDOT-JunctionPath-null/m-p/50435#M10374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A bug has been filed in this respect, bug number 779918. Kindly create a netapp support case and add it to the same.&lt;/P&gt;&lt;P&gt;In the mean time pls use hendriks second suggestion "A&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;dd the Mount Volume command as an additional step to your workflow"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;adai&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 11:48:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CDOT-JunctionPath-null/m-p/50435#M10374</guid>
      <dc:creator>adaikkap</dc:creator>
      <dc:date>2013-12-02T11:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: CDOT: JunctionPath $null</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CDOT-JunctionPath-null/m-p/50438#M10375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume you fixed your workflow by adding a "Mount Volume" command to the workflow. Did you do it after the SnapMirror initialization was completed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have seen cases where an immediate mounting after 'dp' volume creation could lead to messages like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f3270-208-238-239-240-241::&amp;gt; volume mount -vserver vs_name -volume snow1_mirror001 -junction-path /dataflake&lt;/P&gt;&lt;P&gt;Error: command failed: Volume snow1_mirror001 in Vserver "vs_name" is not mountable until a "snapmirror initialize" has been completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Shailaja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 06:03:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CDOT-JunctionPath-null/m-p/50438#M10375</guid>
      <dc:creator>shailaja</dc:creator>
      <dc:date>2013-12-04T06:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: CDOT: JunctionPath $null</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CDOT-JunctionPath-null/m-p/50442#M10376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the step mount volume after the create snapmirror command.&lt;/P&gt;&lt;P&gt;Sometimes when the snapmirror has not finished the initialization und must resume the workflow. &lt;/P&gt;&lt;P&gt;I have had this only twice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 06:07:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CDOT-JunctionPath-null/m-p/50442#M10376</guid>
      <dc:creator>CHRISTIAN_UMREIN</dc:creator>
      <dc:date>2013-12-04T06:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: CDOT: JunctionPath $null</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CDOT-JunctionPath-null/m-p/50447#M10377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chris for the clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shailaja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 06:09:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CDOT-JunctionPath-null/m-p/50447#M10377</guid>
      <dc:creator>shailaja</dc:creator>
      <dc:date>2013-12-04T06:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: CDOT: JunctionPath $null</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CDOT-JunctionPath-null/m-p/50452#M10378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just curious. How big were your volumes? Will your workflow start failing more often if the volume is big and initialization takes longer? Something to consider and perhaps add "Wait for snapMirror" command in the middle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;neelesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 06:18:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CDOT-JunctionPath-null/m-p/50452#M10378</guid>
      <dc:creator>nthakur</dc:creator>
      <dc:date>2013-12-04T06:18:49Z</dc:date>
    </item>
  </channel>
</rss>

