<?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: How to identify ADP is configured in Cluster ONTAP 8.3 in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-identify-ADP-is-configured-in-Cluster-ONTAP-8-3/m-p/114066#M24239</link>
    <description>&lt;P&gt;I don't have any controllers with ADP available at the moment, but the output would look like this, just with "true" for some aggregates:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;VICE::&amp;gt; storage aggregate show -fields uses-shared-disks
aggregate        uses-shared-disks
---------------- -----------------
VICE01_aggr1     false
VICE01_root      false
VICE02_aggr1     false
VICE02_root      false
VICE03_aggr1     false
VICE03_root      false
VICE04_aggr1     false
VICE04_root      false
VICE05_aggr1     false
VICE05_root      false
VICE06_aggr1     false
VICE06_root      false
VICE07_root      false
VICE08_root      false
14 entries were displayed.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;This would show aggregates which have been created with ADP disks. &amp;nbsp;When you do a "storage disk show", the disks which are partitioned by ADP will have a "P1" or "P2" appended to the end. &amp;nbsp;You can also use this command to view the partitioned disks:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;storage disk show -container-type shared&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
    <pubDate>Wed, 23 Dec 2015 14:07:22 GMT</pubDate>
    <dc:creator>asulliva</dc:creator>
    <dc:date>2015-12-23T14:07:22Z</dc:date>
    <item>
      <title>How to identify ADP is configured in Cluster ONTAP 8.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-identify-ADP-is-configured-in-Cluster-ONTAP-8-3/m-p/114063#M24236</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;How to check whether ADP in configured or not in existing setup with Clustered ONTAP 8.3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any commands are available to check for ADP is enabled or not.&lt;/P&gt;&lt;P&gt;Please reply on urgent basis.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards'&lt;/P&gt;&lt;P&gt;Siddaraju&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 22:26:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-identify-ADP-is-configured-in-Cluster-ONTAP-8-3/m-p/114063#M24236</guid>
      <dc:creator>siddarajugc</dc:creator>
      <dc:date>2025-06-04T22:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify ADP is configured in Cluster ONTAP 8.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-identify-ADP-is-configured-in-Cluster-ONTAP-8-3/m-p/114064#M24237</link>
      <description>&lt;P&gt;From clustershell:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;storage aggregate show -fields uses-shared-disks&lt;/PRE&gt;&lt;P&gt;Using the PowerShell Toolkit:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Get-NcAggr | ?{ $_.AggrRaidAttributes.UsesSharedDisks -eq $true }&lt;/PRE&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 13:46:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-identify-ADP-is-configured-in-Cluster-ONTAP-8-3/m-p/114064#M24237</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2015-12-23T13:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify ADP is configured in Cluster ONTAP 8.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-identify-ADP-is-configured-in-Cluster-ONTAP-8-3/m-p/114065#M24238</link>
      <description>&lt;P&gt;Hi Asulliva,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will you please share me the output of&amp;nbsp;(Storage aggregate show -fields uses-shared-disk ) command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And please let me know how ADP disks are differ from normal disk.&lt;/P&gt;&lt;P&gt;normal disks for ex: (0a:10:07) same or different.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siddaraju&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 13:55:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-identify-ADP-is-configured-in-Cluster-ONTAP-8-3/m-p/114065#M24238</guid>
      <dc:creator>siddarajugc</dc:creator>
      <dc:date>2015-12-23T13:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify ADP is configured in Cluster ONTAP 8.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-identify-ADP-is-configured-in-Cluster-ONTAP-8-3/m-p/114066#M24239</link>
      <description>&lt;P&gt;I don't have any controllers with ADP available at the moment, but the output would look like this, just with "true" for some aggregates:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;VICE::&amp;gt; storage aggregate show -fields uses-shared-disks
aggregate        uses-shared-disks
---------------- -----------------
VICE01_aggr1     false
VICE01_root      false
VICE02_aggr1     false
VICE02_root      false
VICE03_aggr1     false
VICE03_root      false
VICE04_aggr1     false
VICE04_root      false
VICE05_aggr1     false
VICE05_root      false
VICE06_aggr1     false
VICE06_root      false
VICE07_root      false
VICE08_root      false
14 entries were displayed.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;This would show aggregates which have been created with ADP disks. &amp;nbsp;When you do a "storage disk show", the disks which are partitioned by ADP will have a "P1" or "P2" appended to the end. &amp;nbsp;You can also use this command to view the partitioned disks:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;storage disk show -container-type shared&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 14:07:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-identify-ADP-is-configured-in-Cluster-ONTAP-8-3/m-p/114066#M24239</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2015-12-23T14:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify ADP is configured in Cluster ONTAP 8.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-identify-ADP-is-configured-in-Cluster-ONTAP-8-3/m-p/114067#M24240</link>
      <description>&lt;P&gt;Hi Asulliva,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddaraju&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 14:18:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-identify-ADP-is-configured-in-Cluster-ONTAP-8-3/m-p/114067#M24240</guid>
      <dc:creator>siddarajugc</dc:creator>
      <dc:date>2015-12-23T14:18:15Z</dc:date>
    </item>
  </channel>
</rss>

