<?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 Connection Timeout in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22396#M4780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm getting this error when initializing a volume snapmirror. The system is a bit high loaded so the command may take a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;15:17:55.003 INFO&amp;nbsp; [Create VSM custom] Starts an initial transfer from Q100BPLC005:q091_filelight_001 to D100BPLC001:q091_filelight_001_mirror&lt;/P&gt;&lt;P&gt;15:18:56.518 ERROR&amp;nbsp; [Create VSM custom] Connection to 4.247.34.145 on port 443 for protocol HTTPS timed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I bump up the timeout for the connection to the controller in WFA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 06:21:26 GMT</pubDate>
    <dc:creator>skellner</dc:creator>
    <dc:date>2025-06-05T06:21:26Z</dc:date>
    <item>
      <title>Connection Timeout</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22396#M4780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm getting this error when initializing a volume snapmirror. The system is a bit high loaded so the command may take a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;15:17:55.003 INFO&amp;nbsp; [Create VSM custom] Starts an initial transfer from Q100BPLC005:q091_filelight_001 to D100BPLC001:q091_filelight_001_mirror&lt;/P&gt;&lt;P&gt;15:18:56.518 ERROR&amp;nbsp; [Create VSM custom] Connection to 4.247.34.145 on port 443 for protocol HTTPS timed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I bump up the timeout for the connection to the controller in WFA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:21:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22396#M4780</guid>
      <dc:creator>skellner</dc:creator>
      <dc:date>2025-06-05T06:21:26Z</dc:date>
    </item>
    <item>
      <title>Connection Timeout</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22401#M4782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the meantime I figured it out. You can increase the timeout of the controller object. To achive that you have to add the variable to the command that fails. It looks ike this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# connect to destination controller&lt;/P&gt;&lt;P&gt;Connect-WFAController -Array $DestinationArray&lt;/P&gt;&lt;P&gt;# get the host name of destination storage system&lt;/P&gt;&lt;P&gt;Get-WFALogger -Info -message $("Retriving host name of destination:" + $DestinationArray)&lt;/P&gt;&lt;P&gt;$dsthost = (Get-NaSystemInfo).SystemName &lt;/P&gt;&lt;P&gt;$global:CurrentNaController.TimeoutMsec = 600000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 12:44:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22401#M4782</guid>
      <dc:creator>skellner</dc:creator>
      <dc:date>2012-08-09T12:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22409#M4784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed that's the right answer. You probably had to make some modifications in your command for it.&lt;/P&gt;&lt;P&gt;We plan to all that as a parameter in the Connect-WFA-Controller wrapper so you'd be able to handle&lt;/P&gt;&lt;P&gt;this like a regular parameter and not set the various objects like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We opened a Jira on 2.0 for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yaron Haimsohn&lt;/P&gt;&lt;P&gt;WFA Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 13:47:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22409#M4784</guid>
      <dc:creator>yaronh</dc:creator>
      <dc:date>2012-08-09T13:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22414#M4785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have there been any changes around this in recent versions of WFA?&amp;nbsp; My customer is seeing some timeouts when running some commands against busy snapvault secondary systems, and we would like to bump up the timeout values to see if that helps.&amp;nbsp; Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 15:06:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22414#M4785</guid>
      <dc:creator>arndt</dc:creator>
      <dc:date>2014-02-04T15:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22419#M4786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've also been looking at this issue recently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also provide a -Timeout parameter to Connect-WfaController or Connect-WfaCluster:&lt;/P&gt;&lt;P&gt;function Connect-WfaController{&lt;/P&gt;&lt;P&gt;...&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;[int]$Timeout=60000,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [parameter(Mandatory=$false)]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be nice if there was a way to control the default timeout globally, since in many circumstances the timeout will occur in a certified command. One could dive in and edit WFAWrapper.psm1 but that seems slightly wrong &lt;SPAN __jive_emoticon_name="mischief" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/mischief.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the underlying issues here is that 7-mode will only run up to 10 zapi commands concurrently, with subsequent commands queuing (up to some limit). So in a heavily accessed environment with many zapi commands running it's possible that &lt;EM&gt;any &lt;/EM&gt;command could queue. So you really need to add the timeout globally and not just to specific long running commands (although that will help in many circumstances).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 21:39:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22419#M4786</guid>
      <dc:creator>ktim</dc:creator>
      <dc:date>2014-02-04T21:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22424#M4788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We Already have a RFE open for the same, the number for it is 737151. &lt;/P&gt;&lt;P&gt;Pls add your customer case to this, so that its prioritized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;adai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 10:04:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22424#M4788</guid>
      <dc:creator>adaikkap</dc:creator>
      <dc:date>2014-02-07T10:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22427#M4790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a feature implemented yet?&lt;/P&gt;&lt;P&gt;I have the same challenge on various commands in 7 mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 09:36:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22427#M4790</guid>
      <dc:creator>christoff_brand</dc:creator>
      <dc:date>2014-06-03T09:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22431#M4791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Christoff,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm not sure if this feature will be available in WFA next release or not, but it has a very simple workaround. Do you want to try that out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 11:28:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22431#M4791</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2014-06-03T11:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22436#M4794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any word on this feature yet?&amp;nbsp; One issue I'm trying to contend with is that if any command is modified to include this timeout option the command itself is no longer certified which means WFA won't update its internal cache with the changes it makes.&amp;nbsp; This is a challenge for our environments with a high rate of change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 16:52:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22436#M4794</guid>
      <dc:creator>dcornely1</dc:creator>
      <dc:date>2014-08-25T16:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22440#M4796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For anyone else who is interested, I tried to insert a No-Op command at the beginning of my workflow that just connects to the cluster and calls out a specific timeout value.&amp;nbsp; I did this because I noticed that subsequent commands would simply leverage the cached controller connection that the first command established.&amp;nbsp; Alas, this appears to only be the case when the command that establishes the initial connection is also certified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I changed the default timeout by modifying the WFAWrapper.psm1 file which now works for all commands.&amp;nbsp; Until we can certify our own commands or this variable is built into the commands in some way I see no other option while still being able to leverage the cache awareness that certified commands have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 22:19:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Connection-Timeout/m-p/22440#M4796</guid>
      <dc:creator>dcornely1</dc:creator>
      <dc:date>2014-08-25T22:19:25Z</dc:date>
    </item>
  </channel>
</rss>

