<?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: Volume attributes sometimes initialized and sometimes not in Ask The Experts</title>
    <link>https://community.netapp.com/t5/Ask-The-Experts/Volume-attributes-sometimes-initialized-and-sometimes-not/m-p/152346#M1152</link>
    <description>Dear Alisa,

Kindly let me know if we can have quick web meeting on Monday (Central Europe Timezone) from 9:00 to 10:00 CEST to look into the issue.
Else please let me know your timezone and convenient time.

Sorry for the delayed response

Thanks
Anee</description>
    <pubDate>Fri, 15 Nov 2019 18:19:02 GMT</pubDate>
    <dc:creator>anee</dc:creator>
    <dc:date>2019-11-15T18:19:02Z</dc:date>
    <item>
      <title>Volume attributes sometimes initialized and sometimes not</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/Volume-attributes-sometimes-initialized-and-sometimes-not/m-p/150740#M833</link>
      <description>&lt;P&gt;Hello, sorry if this is in the wrong discussion section. I have an issue with some of my read-only volumes sometimes not having space attributes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;for cluster in cluster_list:&lt;BR /&gt;&amp;nbsp; server = netapp.netapp_login(cluster)&lt;BR /&gt;&amp;nbsp; request = server.invoke('aggr-get-iter', 'max-records', 10000).child_get('attributes-list')&lt;BR /&gt;&amp;nbsp; if request is None:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; print "No aggregate attributes were found for cluster:", cluster&lt;BR /&gt;&amp;nbsp; &amp;nbsp; continue&lt;BR /&gt;&amp;nbsp; request = request.children_get()&lt;BR /&gt;&amp;nbsp; for a in request:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; aggr_name = a.child_get_string('aggregate-name')&lt;BR /&gt;&amp;nbsp; &amp;nbsp; space_attrs = a.child_get('aggr-space-attributes')&lt;BR /&gt;&amp;nbsp; &amp;nbsp; if space_attrs is None:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; print "No space attributes were found for:", aggr_name, cluster&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; continue&lt;BR /&gt;&amp;nbsp; &amp;nbsp; size = space_attrs.child_get_string('size-total')&lt;BR /&gt;&amp;nbsp; &amp;nbsp; used = space_attrs.child_get_string('size-used')&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error messages look like this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No space attributes for: edadisk002_ro_6a torcfs01 No space attributes for: edagroup_ro_5b torcfs01 No space attributes for: edalicense_ro_5b torcfs01&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And they aren't consistent. This script runs every five minutes but I'll get this notification for different volume(s) each time and only a couple times a day (or none at all). Any idea why this could be happening?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 20:29:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/Volume-attributes-sometimes-initialized-and-sometimes-not/m-p/150740#M833</guid>
      <dc:creator>alisahaw</dc:creator>
      <dc:date>2019-09-05T20:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Volume attributes sometimes initialized and sometimes not</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/Volume-attributes-sometimes-initialized-and-sometimes-not/m-p/151015#M834</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide the below command output from the Command Line on the cluster from SSH session over putty etc.,&lt;/P&gt;
&lt;P&gt;To see the OS version, aggr details and number and limits of ZAPI&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;::*&amp;gt; version&lt;/P&gt;
&lt;P&gt;::*&amp;gt; aggr show-view&lt;/P&gt;
&lt;P&gt;::*&amp;gt; ontapi limits show&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 11:18:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/Volume-attributes-sometimes-initialized-and-sometimes-not/m-p/151015#M834</guid>
      <dc:creator>anee</dc:creator>
      <dc:date>2019-09-16T11:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Volume attributes sometimes initialized and sometimes not</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/Volume-attributes-sometimes-initialized-and-sometimes-not/m-p/152168#M1139</link>
      <description>&lt;P&gt;&amp;gt; version&lt;BR /&gt;NetApp Release 9.1P1: Tue Feb 14 13:14:46 UTC 2017&lt;/P&gt;
&lt;P&gt;&amp;gt; aggr show-view&lt;/P&gt;
&lt;P&gt;Error: "show-view" is not a recognized command&lt;/P&gt;
&lt;P&gt;&amp;gt; aggr show&lt;/P&gt;
&lt;P&gt;Aggregate Size Available Used% State #Vols Nodes RAID Status&lt;BR /&gt;--------- -------- --------- ----- ------- ------ ---------------- ------------&lt;BR /&gt;aggr1_torcfs01n05a_H &lt;BR /&gt;25.00TB 22.85TB 9% online 26 torcfs01n05a raid_dp, &lt;BR /&gt;normal &lt;BR /&gt;aggr1_torcfs01n05b_H &lt;BR /&gt;25.00TB 18.41TB 26% online 34 torcfs01n05b raid_dp, &lt;BR /&gt;normal &lt;BR /&gt;aggr1_torcfs01n06a_H &lt;BR /&gt;25.00TB 20.72TB 17% online 28 torcfs01n06a raid_dp, &lt;BR /&gt;normal &lt;BR /&gt;aggr1_torcfs01n06b_H &lt;BR /&gt;25.00TB 21.48TB 14% online 27 torcfs01n06b raid_dp, &lt;BR /&gt;normal &lt;BR /&gt;rootaggr_torcfs01n05a &lt;BR /&gt;1.47TB 1003GB 33% online 1 torcfs01n05a raid_dp, &lt;BR /&gt;normal &lt;BR /&gt;rootaggr_torcfs01n05b &lt;BR /&gt;1.47TB 1003GB 33% online 1 torcfs01n05b raid_dp, &lt;BR /&gt;normal &lt;BR /&gt;rootaggr_torcfs01n06a &lt;BR /&gt;1.47TB 144.6GB 90% online 1 torcfs01n06a raid_dp, &lt;BR /&gt;normal &lt;BR /&gt;rootaggr_torcfs01n06b &lt;BR /&gt;1.47TB 144.6GB 90% online 1 torcfs01n06b raid_dp, &lt;BR /&gt;normal &lt;BR /&gt;8 entries were displayed.&lt;/P&gt;
&lt;P&gt;&amp;gt; ontapi limits show&lt;/P&gt;
&lt;P&gt;Error: "ontapi" is not a recognized command&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 16:51:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/Volume-attributes-sometimes-initialized-and-sometimes-not/m-p/152168#M1139</guid>
      <dc:creator>alisahaw</dc:creator>
      <dc:date>2019-11-06T16:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Volume attributes sometimes initialized and sometimes not</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/Volume-attributes-sometimes-initialized-and-sometimes-not/m-p/152169#M1140</link>
      <description>&lt;P&gt;Just a note, this issue has been seen on almost all clusters in our environment.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 17:42:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/Volume-attributes-sometimes-initialized-and-sometimes-not/m-p/152169#M1140</guid>
      <dc:creator>alisahaw</dc:creator>
      <dc:date>2019-11-06T17:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Volume attributes sometimes initialized and sometimes not</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/Volume-attributes-sometimes-initialized-and-sometimes-not/m-p/152346#M1152</link>
      <description>Dear Alisa,

Kindly let me know if we can have quick web meeting on Monday (Central Europe Timezone) from 9:00 to 10:00 CEST to look into the issue.
Else please let me know your timezone and convenient time.

Sorry for the delayed response

Thanks
Anee</description>
      <pubDate>Fri, 15 Nov 2019 18:19:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/Volume-attributes-sometimes-initialized-and-sometimes-not/m-p/152346#M1152</guid>
      <dc:creator>anee</dc:creator>
      <dc:date>2019-11-15T18:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Volume attributes sometimes initialized and sometimes not</title>
      <link>https://community.netapp.com/t5/Ask-The-Experts/Volume-attributes-sometimes-initialized-and-sometimes-not/m-p/152740#M1185</link>
      <description>&lt;P&gt;Hi Anee, I'm not receiving email updates even though I am subscribed to this thread. I've sent you a message with my email included. Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 18:01:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Ask-The-Experts/Volume-attributes-sometimes-initialized-and-sometimes-not/m-p/152740#M1185</guid>
      <dc:creator>alisahaw</dc:creator>
      <dc:date>2019-12-03T18:01:09Z</dc:date>
    </item>
  </channel>
</rss>

