<?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: Bug 419019 / panic querying vfiler-specific resources in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Bug-419019-panic-querying-vfiler-specific-resources/m-p/7837#M407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, iwhoskin, sorry for the trouble.&amp;nbsp; This is a known ONTAP issue whereby a controller can panic if a system-cli API call is made in a vfiler tunneling context.&amp;nbsp; As you note, it is possible to trigger this issue with the PowerShell Toolkit.&amp;nbsp; We learned of this issue sometime after the Toolkit 1.3 release, and we will be providing a workaround in Toolkit 1.4.&amp;nbsp; In the meantime, the best workarounds are to connect directly to the vfiler context rather than using tunneling via vfiler0, or to temporarily avoid those cmdlets that rely on system-cli.&amp;nbsp; Here is the list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: courier new,courier; "&gt;Get-NaHelp | ? {$_.Api -Contains "system-cli" } | select Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: courier new,courier; "&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: courier new,courier; "&gt;Name&lt;BR /&gt;----&lt;BR /&gt;Get-NaDomainUser&lt;BR /&gt;Get-NaSnapshotReserve&lt;BR /&gt;New-NaNetVif&lt;BR /&gt;New-NaSnapshot&lt;BR /&gt;Remove-NaNetVif&lt;BR /&gt;Remove-NaSnapshot&lt;BR /&gt;Rename-NaSnapshot&lt;BR /&gt;Set-NaNetInterface&lt;BR /&gt;Set-NaNetVif&lt;BR /&gt;Set-NaNetVlan&lt;BR /&gt;Set-NaQtree&lt;BR /&gt;Set-NaSnapshotReserve&lt;BR /&gt;Set-NaSnmpContact&lt;BR /&gt;Set-NaSnmpLocation&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: courier new,courier; "&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial,helvetica,sans-serif; "&gt;A few bits of the provider are also affected.&amp;nbsp; Toolkit 1.4 will address those as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Apr 2011 17:42:31 GMT</pubDate>
    <dc:creator>cknight</dc:creator>
    <dc:date>2011-04-05T17:42:31Z</dc:date>
    <item>
      <title>Bug 419019 / panic querying vfiler-specific resources</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Bug-419019-panic-querying-vfiler-specific-resources/m-p/7832#M406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Had my first run in with powershell cmdlts and vfilers, it panic'd a box.&amp;nbsp; Here is the details from NetApp.&lt;BR /&gt;Is there anything that can be done powershell side without having to go to a GA release?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem Summary:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Multistore feature of Data ONTAP provides logical "vfiler" entities, each of which encapsulates a set of storage resources.&amp;nbsp; When an external management agent wants to interrogate Data ONTAP about the operations of a vfiler, it sends an ONTAPI-protocol message over the network to the physical storage controller, which interprets the message and internally dispatches the query or command to the correct logical vfiler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The username associated with the message may be mishandled, and a null username is passed to the vfiler.&amp;nbsp; The missing data triggers an illegal address fault and causes an interruption of service.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Recommended Solution:&lt;BR /&gt;Bug 419019 is fixed. Data ONTAP 7.3.5RC1 (First Fixed) - Fixed&lt;BR /&gt;or&amp;nbsp; Data ONTAP 7.3.5.1 (GA) - Fixed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workaround:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A customer can avoid the panic by preventing external management agents from querying vfiler-specific resources.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:57:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Bug-419019-panic-querying-vfiler-specific-resources/m-p/7832#M406</guid>
      <dc:creator>iwhoskin</dc:creator>
      <dc:date>2025-06-05T06:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Bug 419019 / panic querying vfiler-specific resources</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Bug-419019-panic-querying-vfiler-specific-resources/m-p/7837#M407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, iwhoskin, sorry for the trouble.&amp;nbsp; This is a known ONTAP issue whereby a controller can panic if a system-cli API call is made in a vfiler tunneling context.&amp;nbsp; As you note, it is possible to trigger this issue with the PowerShell Toolkit.&amp;nbsp; We learned of this issue sometime after the Toolkit 1.3 release, and we will be providing a workaround in Toolkit 1.4.&amp;nbsp; In the meantime, the best workarounds are to connect directly to the vfiler context rather than using tunneling via vfiler0, or to temporarily avoid those cmdlets that rely on system-cli.&amp;nbsp; Here is the list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: courier new,courier; "&gt;Get-NaHelp | ? {$_.Api -Contains "system-cli" } | select Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: courier new,courier; "&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: courier new,courier; "&gt;Name&lt;BR /&gt;----&lt;BR /&gt;Get-NaDomainUser&lt;BR /&gt;Get-NaSnapshotReserve&lt;BR /&gt;New-NaNetVif&lt;BR /&gt;New-NaSnapshot&lt;BR /&gt;Remove-NaNetVif&lt;BR /&gt;Remove-NaSnapshot&lt;BR /&gt;Rename-NaSnapshot&lt;BR /&gt;Set-NaNetInterface&lt;BR /&gt;Set-NaNetVif&lt;BR /&gt;Set-NaNetVlan&lt;BR /&gt;Set-NaQtree&lt;BR /&gt;Set-NaSnapshotReserve&lt;BR /&gt;Set-NaSnmpContact&lt;BR /&gt;Set-NaSnmpLocation&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: courier new,courier; "&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial,helvetica,sans-serif; "&gt;A few bits of the provider are also affected.&amp;nbsp; Toolkit 1.4 will address those as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 17:42:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Bug-419019-panic-querying-vfiler-specific-resources/m-p/7837#M407</guid>
      <dc:creator>cknight</dc:creator>
      <dc:date>2011-04-05T17:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bug 419019 / panic querying vfiler-specific resources</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Bug-419019-panic-querying-vfiler-specific-resources/m-p/7842#M408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so when i connect to the context i usually do connect-nacontroller 'controller' -vfiler 'context' ... is that considered tunneling via vfiler0, if so can i connect-nacontroller 'context' instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 22:32:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Bug-419019-panic-querying-vfiler-specific-resources/m-p/7842#M408</guid>
      <dc:creator>iwhoskin</dc:creator>
      <dc:date>2011-04-05T22:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bug 419019 / panic querying vfiler-specific resources</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Bug-419019-panic-querying-vfiler-specific-resources/m-p/7846#M409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes and yes.&amp;nbsp; Note that like CLI commands, there are APIs that aren't supported by vfilers, so some administrative tasks must be done via the physical filer (such as creating aggregates or assigning storage resources to vfilers).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The workaround in Toolkit 1.4 requires detecting whether current session is pfiler, vfiler direct or vfiler tunneling; in the last case we issue the CLI command to the physical filer using the 'vfiler run' mechanism.&amp;nbsp; That may be yet another alternative for you to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 04:33:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Bug-419019-panic-querying-vfiler-specific-resources/m-p/7846#M409</guid>
      <dc:creator>cknight</dc:creator>
      <dc:date>2011-04-06T04:33:17Z</dc:date>
    </item>
  </channel>
</rss>

