<?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: Get-NaVol : Not enough memory for reply value, but command completed successfull in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaVol-Not-enough-memory-for-reply-value-but-command-completed-successfull/m-p/98881#M4105</link>
    <description>&lt;P&gt;Thank You all for your valuable suggestions on this. In my case the issue was with the memory of the server, which was overloaded. I ran the script on a server which has sufficient memory (RAM) and it worked fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, all your suggestions are valuable and have made a note of them to use them when in need. Happy New Year..!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Krishna Kishore Govada.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jan 2015 04:43:00 GMT</pubDate>
    <dc:creator>KISHOREG15</dc:creator>
    <dc:date>2015-01-06T04:43:00Z</dc:date>
    <item>
      <title>Get-NaVol : Not enough memory for reply value, but command completed successfull</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaVol-Not-enough-memory-for-reply-value-but-command-completed-successfull/m-p/98322#M4072</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to get a list of snapshots for all volumes on the filer. However, when I execute the following command the out put says "Not Enough Memory". I have extended the memory to 5120 MB, still no luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Below are the commands, which I tried already:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Get-navol|select volumename|Get-NaSnapshot|Export-Csv FilerName.csv&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Get-navol|Get-NaSnapshot|Export-Csv FilerName.csv&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Need your help on this. Thank You.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Best Regards,&lt;/DIV&gt;&lt;DIV&gt;Krishna Kishore Govada.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:22:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaVol-Not-enough-memory-for-reply-value-but-command-completed-successfull/m-p/98322#M4072</guid>
      <dc:creator>KISHOREG15</dc:creator>
      <dc:date>2025-06-05T05:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Get-NaVol : Not enough memory for reply value, but command completed successfull</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaVol-Not-enough-memory-for-reply-value-but-command-completed-successfull/m-p/98325#M4073</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Krishna,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there any chance you could post a screenshot of the error or posted the exact wording and eloborate where the error appears... i.e doe it appear withing the PowerShell console?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jason&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 07:28:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaVol-Not-enough-memory-for-reply-value-but-command-completed-successfull/m-p/98325#M4073</guid>
      <dc:creator>PADMANTECH</dc:creator>
      <dc:date>2014-12-12T07:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Get-NaVol : Not enough memory for reply value, but command completed successfull</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaVol-Not-enough-memory-for-reply-value-but-command-completed-successfull/m-p/98340#M4074</link>
      <description>&lt;P&gt;^^&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From a pure best practices you shouldn't have to do a select volumename b/c get-nasnapshot will accept from the pipeline the proper vol name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this to see if this works just in your powershell console&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;get-navol | % {&lt;BR /&gt;write-host "Volume Name:" $_.name&lt;/P&gt;&lt;P&gt;get-nasnapshot $_.name&amp;nbsp;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See if you get output from that&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also - what were your specs again and what toolkit version&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 13:30:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaVol-Not-enough-memory-for-reply-value-but-command-completed-successfull/m-p/98340#M4074</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2014-12-12T13:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Get-NaVol : Not enough memory for reply value, but command completed successfull</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaVol-Not-enough-memory-for-reply-value-but-command-completed-successfull/m-p/98395#M4076</link>
      <description>&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suspect you might be using an older version of the PowerShell Toolkit? Use the following CmdLet to identify which version you have:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS C:\&amp;gt; Get-NaToolkitVersion&lt;BR /&gt;&lt;BR /&gt;Major&amp;nbsp; Minor&amp;nbsp; Build&amp;nbsp; Revision&lt;BR /&gt;-----&amp;nbsp; -----&amp;nbsp; -----&amp;nbsp; --------&lt;BR /&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 90&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've come accross this memory error issue before and found that newer versions of the toolkit have a "-Terse" paramater associated with the "Get-NaVol" CmdLet which prevents the CmdLet querying each volume object for all of it's properties (which tends to result in a out-of-memory error on systems with a large number of volumes). See:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS C:\&amp;gt; Get-help Get-NaVol -full&lt;BR /&gt;&lt;BR /&gt;NAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Get-NaVol&lt;BR /&gt;&lt;BR /&gt;SYNOPSIS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Get volume status.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SYNTAX&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Get-NaVol [[-Name] &amp;lt;String[]&amp;gt;] [-Aggregate &amp;lt;String&amp;gt;] [-Terse] [-Controller &amp;lt;NaController&amp;gt;] [&amp;lt;CommonParameters&amp;gt;]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -Terse&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If specified, omit retrieving some volume attributes, including "RaidGroups" in the "Plexes" array, "SnapAutoDelete", and "AutoSize".&amp;nbsp; Use wh&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; en retrieving a large number of volumes and these attributes are not necessary.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/matt&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2014 06:21:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaVol-Not-enough-memory-for-reply-value-but-command-completed-successfull/m-p/98395#M4076</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2014-12-15T06:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Get-NaVol : Not enough memory for reply value, but command completed successfull</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaVol-Not-enough-memory-for-reply-value-but-command-completed-successfull/m-p/98881#M4105</link>
      <description>&lt;P&gt;Thank You all for your valuable suggestions on this. In my case the issue was with the memory of the server, which was overloaded. I ran the script on a server which has sufficient memory (RAM) and it worked fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, all your suggestions are valuable and have made a note of them to use them when in need. Happy New Year..!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Krishna Kishore Govada.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2015 04:43:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Get-NaVol-Not-enough-memory-for-reply-value-but-command-completed-successfull/m-p/98881#M4105</guid>
      <dc:creator>KISHOREG15</dc:creator>
      <dc:date>2015-01-06T04:43:00Z</dc:date>
    </item>
  </channel>
</rss>

