<?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: Support for UNIX in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Support-for-UNIX/m-p/73797#M3645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Josef.&amp;nbsp; I do, but that wouldn't seem to matter.&amp;nbsp; The API docs don't mention any qtree limitations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; "&gt;PS C:\&amp;gt; foreach ($export in (Get-NaNfsExport)) { Write-Host $export.Pathname ":" (Test-NaNfsExportPermission -Path $export.Pathname -Host 10.61.167.61 -Permission root) }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; "&gt;&lt;BR /&gt;/vol/AS_5_12_1 : False&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;/vol/vol2 : False&lt;/SPAN&gt;&lt;BR /&gt;/vol/vol1 : False&lt;BR /&gt;/vol/vol0 : False&lt;BR /&gt;/vol/vol0/home : False&lt;BR /&gt;/vol/vol2clone : False&lt;BR /&gt;/vol/vol1clone : False&lt;BR /&gt;/vol/testvol4 : False&lt;BR /&gt;/vol/SC_3_3_0 : False&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;/vol/vol2/testqtree : True&lt;/SPAN&gt;&lt;BR /&gt;/vol/opalis : False&lt;BR /&gt;/vol/clinton_backup : False&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Nov 2010 17:58:32 GMT</pubDate>
    <dc:creator>cknight</dc:creator>
    <dc:date>2010-11-01T17:58:32Z</dc:date>
    <item>
      <title>Support for UNIX</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Support-for-UNIX/m-p/73786#M3643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm missing&amp;nbsp; cmdlets for a better UNIX support.&lt;/P&gt;&lt;P&gt;Is there a possibility for a reverse lookup, to get the hostname for an IP?&lt;/P&gt;&lt;P&gt;Is ther a posibility to get the hosts of a netgroup?&lt;/P&gt;&lt;P&gt;The NETAPP commands used for this purpose are YPWHICH and YPMATCH in addition to YPCAT and YPGROUP.&lt;/P&gt;&lt;P&gt;Why does Test-NaNfsExportPermission not support qtrees in its path?&lt;/P&gt;&lt;P&gt;PS R:\&amp;gt; Test-NaNfsExportPermission -host 10.200.29.210 -path /vol/vol1/? -permission root&lt;BR /&gt;True&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:06:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Support-for-UNIX/m-p/73786#M3643</guid>
      <dc:creator>wippel</dc:creator>
      <dc:date>2025-06-05T07:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Support for UNIX</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Support-for-UNIX/m-p/73791#M3644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, wippel.&amp;nbsp; I have captured your unix requests for consideration in a future release.&amp;nbsp; Thanks for the suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for &lt;SPAN style="font-family: courier new,courier;"&gt;Test-NaNfsExportPermission&lt;/SPAN&gt;, it should work with qtrees:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; "&gt;PS C:\&amp;gt; Set-NaNfsExport /vol/vol2/testqtree -Root 10.61.167.61&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; "&gt;PS C:\&amp;gt; Test-NaNfsExportPermission -Path /vol/vol2/testqtree -Host 10.61.167.61 -Permission root&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; "&gt;True&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Test-NaNfsExportPermission &lt;/SPAN&gt;doesn't support wildcards as your example suggests, but you could get the same result like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; "&gt;PS C:\&amp;gt; Get-NaNfsExport | ? {$_.Pathname -LIKE "/vol/vol2/*"} | Test-NaNfsExportPermission -Host 10.61.167.61 -Permission root&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;T&lt;/SPAN&gt;rue&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 16:45:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Support-for-UNIX/m-p/73791#M3644</guid>
      <dc:creator>cknight</dc:creator>
      <dc:date>2010-10-29T16:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Support for UNIX</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Support-for-UNIX/m-p/73797#M3645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Josef.&amp;nbsp; I do, but that wouldn't seem to matter.&amp;nbsp; The API docs don't mention any qtree limitations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; "&gt;PS C:\&amp;gt; foreach ($export in (Get-NaNfsExport)) { Write-Host $export.Pathname ":" (Test-NaNfsExportPermission -Path $export.Pathname -Host 10.61.167.61 -Permission root) }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; "&gt;&lt;BR /&gt;/vol/AS_5_12_1 : False&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;/vol/vol2 : False&lt;/SPAN&gt;&lt;BR /&gt;/vol/vol1 : False&lt;BR /&gt;/vol/vol0 : False&lt;BR /&gt;/vol/vol0/home : False&lt;BR /&gt;/vol/vol2clone : False&lt;BR /&gt;/vol/vol1clone : False&lt;BR /&gt;/vol/testvol4 : False&lt;BR /&gt;/vol/SC_3_3_0 : False&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;/vol/vol2/testqtree : True&lt;/SPAN&gt;&lt;BR /&gt;/vol/opalis : False&lt;BR /&gt;/vol/clinton_backup : False&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 17:58:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Support-for-UNIX/m-p/73797#M3645</guid>
      <dc:creator>cknight</dc:creator>
      <dc:date>2010-11-01T17:58:32Z</dc:date>
    </item>
  </channel>
</rss>

