Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

How to identify if ADP is configured in ONTAP

https://kb.netapp.com/onprem/ontap/hardware/How_to_identify_if_ADP_is_configured_in_ONTAP
Updated: Wed, 03 May 2023 05:51:32 GMT

Applies to

ONTAP 9

Description

This article provides commands to check if Advanced Data Partitioning (ADP) is being used and if so, which
disks are involved.

'NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations
provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations
provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or 1
techniques herein is a customers responsibility and depends on the customers ability to evaluate and integrate them into the customers operational
environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this
document.'
Procedure
• To check the aggregates with ADP, refer to the value for "uses-shared-disks" in the output of the
following command:

::> storage aggregate show -fields uses-shared-disks

aggregate uses-shared-disks
---------------- -----------------
Node01_aggr1 true
Node01_root true
Node02_aggr1 true
Node02_root true
4 entries were displayed.

• A value of true for the uses-shared-disks parameter indicates that ADP is enabled for a given
aggregate.

Additional Information

The following command can also be used to view individual partitioned disks:

::>storage disk show -container-type shared


Container
Disk Type
------ ----------
1.0.0 spare
1.0.1 shared
1.0.2 shared
1.0.3 shared
1.0.4 shared
1.0.5 shared
1.0.6 shared
1.0.7 shared
1.0.8 shared
1.0.9 shared
1.0.10 shared

© 2023 NetApp.No part of this document covered by copyright may be reproduced in any form or by any means—graphic, electronic, or mechanical,
including photocopying, recording, taping, or storage in an electronic retrieval system—without prior written permission of the copyright owner. For more
information, see Legal Notices. 2
1.0.11 shared
1.0.12 shared
1.0.13 shared
1.0.14 shared
1.0.15 shared
1.0.16 shared
1.0.17 shared
1.0.18 shared
1.0.19 shared
1.0.20 shared
1.0.21 shared
1.0.22 shared
1.0.23 shared
24 entries were displayed.

© 2023 NetApp.No part of this document covered by copyright may be reproduced in any form or by any means—graphic, electronic, or mechanical,
including photocopying, recording, taping, or storage in an electronic retrieval system—without prior written permission of the copyright owner. For more
information, see Legal Notices. 3

You might also like