NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Software Development Kit (SDK) and API Discussions

Cifs Share creation and Quota Management on Flexgroup volumes using ONTAP C-Mode API's on Admin.net

Yuvaraj_MN
1,557 Views

Hi,

I am using below ONTAP API's and DLL to manage a cifs share & quota management using Admin.net tool.

DLL: - ONTAP 9.1 (From NetApp Manageability SDK)

API List:-

  • system-get-version
  • qtree-create
  • qtree-list-iter
  • cifs-share-get-iter
  • quota-list-entries-iter
  • quota-report-iter
  • quota-get-entry
  • quota-set-entry
  • quota-delete-entry
  • quota-resize
  • volume-get-iter
  • cifs-share-create
  • cifs-share-modify
  • cifs-share-delete

I am able to successfully create qtree, share, quota assignment successfully on flexvol volumes. But in flexgroup volumes, i am able to create qtree, share & assign permission successfully. But unable to set quota for flexgroup volumes.

Error Message from Admin.net Tool : "Operation not supported on Flexgroup constituents"

 

Can you suggest which ONTAP DLL file, i have to use from SDK and what are the appropriate API commands i have to refer in Admin.net coding.

Kindly suggest.

 

0 REPLIES 0
Public